JimAioFopsType::reader is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDJimAioFopsType::reader

JimAioFopsType::reader field

Syntax

int (*reader)(struct AioFile *af, char *buf, int len);

References

LocationReferrerScopeText
jim-aio.c:155
int (*reader)(struct AioFile *af, char *buf, int len);
jimsh0.c:1971
int (*reader)(struct AioFile *af, char *buf, int len);
jim-aio.c:224stdio_reader()stdio_fops
static const JimAioFopsType stdio_fops = {
jim-aio.c:744aio_cmd_read()
retval = af->fops->reader(af, buf, pending ? 1 : readlen);
jim-aio.c:838aio_cmd_copy()
len = af->fops->reader(af, buf, len);
jimsh0.c:2036stdio_reader()stdio_fops
static const JimAioFopsType stdio_fops = {
jimsh0.c:2140aio_cmd_read()
retval = af->fops->reader(af, buf, readlen);
jimsh0.c:2222aio_cmd_copy()
if (af->fops->reader(af, &ch, 1) != 1) {

Call Tree

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