Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/pci/hotplug/
H A Dcpqphp_sysfs.c154 static loff_t lseek(struct file *file, loff_t off, int whence) in lseek() function
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dunistd.h341 # define lseek lseek64 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dunistd.h341 # define lseek lseek64 macro
/OK3568_Linux_fs/kernel/fs/
H A Dread_write.c322 SYSCALL_DEFINE3(lseek, unsigned int, fd, off_t, offset, unsigned int, whence) in SYSCALL_DEFINE3() argument
328 COMPAT_SYSCALL_DEFINE3(lseek, unsigned int, fd, compat_off_t, offset, unsigned int, whence) in COMPAT_SYSCALL_DEFINE3() argument
/OK3568_Linux_fs/kernel/tools/include/nolibc/
H A Dnolibc.h1999 off_t lseek(int fd, off_t offset, int whence) in lseek() function