JimAioFopsType::error is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

JimAioFopsType::error field

Syntax

int (*error)(const struct AioFile *af);

References

LocationReferrerScopeText
jim-aio.c:157
int (*error)(const struct AioFile *af);
jimsh0.c:1973
int (*error)(const struct AioFile *af);
jim-aio.c:224stdio_error()stdio_fops
static const JimAioFopsType stdio_fops = {
jim-aio.c:644JimCheckStreamError()
int ret = af->fops->error(af);
jimsh0.c:2036stdio_error()stdio_fops
static const JimAioFopsType stdio_fops = {
jimsh0.c:2073JimCheckStreamError()
int ret = af->fops->error(af);

Call Tree

Functions calling JimAioFopsType::error
JimAioFopsType::error
Implementations
all items filtered out
JimAioFopsType::error