/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
D | llseek.c | 31 #ifdef __NR_lseek 34 return syscall(__NR_lseek, fd, off, whence); in my_lseek()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | syscall.h | 34 #define __NR_lseek 19 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | syscall.h | 34 #define __NR_lseek 19 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | syscall.h | 34 #define __NR_lseek 19 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | syscall.h | 34 #define __NR_lseek 19 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | syscall.h | 34 #define __NR_lseek 19 macro
|
/third_party/musl/arch/aarch64/bits/ |
D | syscall.h.in | 63 #define __NR_lseek 62 macro
|
/third_party/musl/arch/riscv64/bits/ |
D | syscall.h.in | 62 #define __NR_lseek 62 macro
|
/third_party/musl/arch/x86_64/bits/ |
D | syscall.h.in | 9 #define __NR_lseek 8 macro
|
/third_party/musl/arch/mips64/bits/ |
D | syscall.h.in | 9 #define __NR_lseek 5008 macro
|
/third_party/musl/arch/s390x/bits/ |
D | syscall.h.in | 15 #define __NR_lseek 19 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | syscall.h.in | 9 #define __NR_lseek 6008 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | syscall.h.in | 20 #define __NR_lseek 19 macro
|
/third_party/musl/arch/arm/bits/ |
D | syscall.h.in | 16 #define __NR_lseek 19 macro
|
/third_party/musl/arch/sh/bits/ |
D | syscall.h.in | 19 #define __NR_lseek 19 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | syscall.h | 34 #define __NR_lseek 19 macro
|
/third_party/musl/porting/liteos_a/user/arch/arm/bits/ |
D | syscall.h.in | 16 #define __NR_lseek 19 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | syscall.h.in | 20 #define __NR_lseek 19 macro
|
/third_party/musl/arch/m68k/bits/ |
D | syscall.h.in | 19 #define __NR_lseek 19 macro
|
/third_party/musl/arch/mips/bits/ |
D | syscall.h.in | 20 #define __NR_lseek 4019 macro
|
/third_party/musl/arch/microblaze/bits/ |
D | syscall.h.in | 20 #define __NR_lseek 19 macro
|
/third_party/musl/arch/i386/bits/ |
D | syscall.h.in | 20 #define __NR_lseek 19 macro
|
/third_party/musl/arch/x32/bits/ |
D | syscall.h.in | 9 #define __NR_lseek (0x40000000 + 8) macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
D | syscalls.rs | 241 __NR_lseek, in _seek()
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 2150 pub const __NR_lseek: u32 = 62; constant
|