Home
last modified time | relevance | path

Searched refs:whence (Results 1 – 5 of 5) sorted by relevance

/rk3399_ARM-atf/lib/debugfs/
H A Ddev.h65 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);
H A Ddev.c657 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()
/rk3399_ARM-atf/docs/components/
H A Dven-el3-debugfs.rst200 `offset` related to `whence`.
209 sint32_t offset in the file relative to whence
210 uint32_t whence
213 whence can be one of:
H A Ddebugfs-design.rst52 int seek(int fd, long off, int whence);
/rk3399_ARM-atf/include/lib/
H A Ddebugfs.h53 int seek(int fd, long off, int whence);