Home
last modified time | relevance | path

Searched defs:lseek (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/pci/hotplug/
H A Dcpqphp_sysfs.c154 static loff_t lseek(struct file *file, loff_t off, int whence) in lseek() function
/openbmc/qemu/include/sysemu/
H A Dos-win32.h134 # define lseek _lseeki64 macro
/openbmc/linux/fs/
H A Dread_write.c311 SYSCALL_DEFINE3(lseek, unsigned int, fd, off_t, offset, unsigned int, whence) in SYSCALL_DEFINE3() argument
317 COMPAT_SYSCALL_DEFINE3(lseek, unsigned int, fd, compat_off_t, offset, unsigned int, whence) in COMPAT_SYSCALL_DEFINE3() argument
/openbmc/linux/tools/include/nolibc/
H A Dsys.h592 off_t lseek(int fd, off_t offset, int whence) in lseek() function