Home
last modified time | relevance | path

Searched refs:__NR_fstatat64 (Results 1 - 14 of 14) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/fstatat/
H A Dfstatat01.c62 #if (__NR_fstatat64 > 0)
65 return tst_syscall(__NR_fstatat64, dirfd, filename, statbuf, flags); in fstatat()
83 #if !defined(HAVE_FSTATAT) && (__NR_fstatat64 > 0) in main()
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dsyscall.h305 #define __NR_fstatat64 327 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dsyscall.h305 #define __NR_fstatat64 327 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dsyscall.h305 #define __NR_fstatat64 327 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dsyscall.h305 #define __NR_fstatat64 327 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dsyscall.h305 #define __NR_fstatat64 327 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
H A Dsyscalls.rs495 __NR_fstatat64, in stat_old()
549 __NR_fstatat64,
608 __NR_fstatat64, in lstat_old()
/third_party/musl/porting/liteos_m/user/include/bits/
H A Dsyscall.h305 #define __NR_fstatat64 327 macro
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs2147 pub const __NR_fstatat64: u32 = 291; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs2268 pub const __NR_fstatat64: u32 = 4293; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs2112 pub const __NR_fstatat64: u32 = 327; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs2371 pub const __NR_fstatat64: u32 = 289; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs2361 pub const __NR_fstatat64: u32 = 289; consts
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs2125 pub const __NR_fstatat64: u32 = 300; consts

Completed in 94 milliseconds