Searched refs:whence (Results 1 – 9 of 9) sorted by relevance
/trusted-firmware-a/lib/debugfs/ |
A D | dev.h | 65 int (*seek)(chan_t *c, long off, int whence); 104 int devseek(chan_t *c, long off, int whence); 114 int deverrseek(chan_t *c, long off, int whence);
|
A D | dev.c | 657 int seek(int fd, long off, int whence) in seek() argument 670 return devtab[channel->index]->seek(channel, off, whence); in seek() 695 int deverrseek(chan_t *channel, long off, int whence) in deverrseek() argument 704 int devseek(chan_t *channel, long off, int whence) in devseek() argument 706 switch (whence) { in devseek()
|
/trusted-firmware-a/tools/sptool/ |
A D | sptool.c | 84 static void xfseek(FILE *fp, long offset, int whence) in xfseek() argument 86 if (fseek(fp, offset, whence) != 0) { in xfseek() 88 offset, whence); in xfseek()
|
/trusted-firmware-a/include/lib/ |
A D | debugfs.h | 53 int seek(int fd, long off, int whence);
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/ |
A D | arm-sip-service.rst.txt | 290 `offset` related to `whence`. 299 sint32_t offset in the file relative to whence 300 uint32_t whence 303 whence can be one of:
|
A D | debugfs-design.rst.txt | 52 int seek(int fd, long off, int whence);
|
/trusted-firmware-a/docs/components/ |
A D | arm-sip-service.rst | 290 `offset` related to `whence`. 299 sint32_t offset in the file relative to whence 300 uint32_t whence 303 whence can be one of:
|
A D | debugfs-design.rst | 52 int seek(int fd, long off, int whence);
|
/trusted-firmware-a/docs/build/latex/ |
A D | trustedfirmware-a.tex | 14095 \sphinxtitleref{offset} related to \sphinxtitleref{whence}. 14131 offset in the file relative to whence 14138 whence 14146 whence can be one of: 14600 …+w}{ }\PYG{n}{off}\PYG{p}{,}\PYG{+w}{ }\PYG{k+kt}{int}\PYG{+w}{ }\PYG{n}{whence}\PYG{p}{)}\PYG{p}{…
|
Completed in 95 milliseconds