Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/lib/debugfs/
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);
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()
/arm-trusted-firmware-2.8.0/include/lib/
A Ddebugfs.h53 int seek(int fd, long off, int whence);
/arm-trusted-firmware-2.8.0/docs/components/
A Darm-sip-service.rst290 `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 Ddebugfs-design.rst52 int seek(int fd, long off, int whence);

Completed in 5 milliseconds