Home
last modified time | relevance | path

Searched defs:whence (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/io/
H A Dchannel-buffer.c129 int whence, in qio_channel_buffer_seek()
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dfilemap.py170 def _lseek(file_obj, offset, whence): argument
/openbmc/qemu/qga/
H A Dcommands.c535 int ga_parse_whence(GuestFileWhence *whence, Error **errp) in ga_parse_whence()
/openbmc/u-boot/arch/sandbox/cpu/
H A Dos.c46 off_t os_lseek(int fd, off_t offset, int whence) in os_lseek()
/openbmc/qemu/block/export/
H A Dfuse.c800 int whence, struct fuse_file_info *fi) in fuse_lseek()
/openbmc/u-boot/fs/yaffs2/
H A Dyaffsfs.c1377 loff_t yaffs_lseek(int handle, loff_t offset, int whence) in yaffs_lseek()
/openbmc/qemu/linux-user/
H A Dstrace.c2666 const char *whence = "UNKNOWN"; in print__llseek() local