Home
last modified time | relevance | path

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

/openbmc/qemu/migration/
H A Dchannel-block.c116 int whence, in qio_channel_block_seek()
H A Dqemu-file.c598 void qemu_set_offset(QEMUFile *f, off_t off, int whence) in qemu_set_offset()
/openbmc/qemu/io/
H A Dchannel-buffer.c129 int whence, in qio_channel_buffer_seek()
H A Dchannel-file.c237 int whence, in qio_channel_file_seek()
H A Dchannel.c570 int whence, in qio_channel_io_seek()
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dfilemap.py170 def _lseek(file_obj, offset, whence): argument
/openbmc/qemu/qga/
H A Dcommands.c533 int ga_parse_whence(GuestFileWhence *whence, Error **errp) in ga_parse_whence()
H A Dcommands-posix.c644 int whence; in qmp_guest_file_seek() local
H A Dcommands-win32.c450 int whence; in qmp_guest_file_seek() local
/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/qemu/semihosting/
H A Dsyscalls.c356 GuestFD *gf, int64_t off, int whence) in host_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/include/standard-headers/linux/
H A Dfuse.h1129 uint32_t whence; member
/openbmc/qemu/linux-user/
H A Dstrace.c2591 const char *whence = "UNKNOWN"; in print__llseek() local