Home
last modified time | relevance | path

Searched refs:__NR_statx (Results 1 – 25 of 41) sorted by relevance

12

/third_party/libuv/src/unix/
Dlinux-syscalls.c111 #ifndef __NR_statx
113 # define __NR_statx 332 macro
115 # define __NR_statx 383 macro
117 # define __NR_statx 397 macro
119 # define __NR_statx (UV_SYSCALL_BASE + 397) macro
121 # define __NR_statx 383 macro
123 # define __NR_statx 379 macro
250 #if !defined(__NR_statx) || defined(__ANDROID_API__) && __ANDROID_API__ < 30 in uv__statx()
253 return syscall(__NR_statx, dirfd, path, flags, mask, statxbuf); in uv__statx()
/third_party/ltp/include/lapi/
Dstat.h115 return tst_syscall(__NR_statx, dirfd, pathname, flags, mask, statxbuf); in statx()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dsyscall.h376 #define __NR_statx 397 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dsyscall.h376 #define __NR_statx 397 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dsyscall.h376 #define __NR_statx 397 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dsyscall.h376 #define __NR_statx 397 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dsyscall.h376 #define __NR_statx 397 macro
/third_party/musl/arch/or1k/bits/
Dsyscall.h.in278 #define __NR_statx 291 macro
/third_party/musl/arch/aarch64/bits/
Dsyscall.h.in276 #define __NR_statx 291 macro
/third_party/musl/arch/riscv64/bits/
Dsyscall.h.in276 #define __NR_statx 291 macro
/third_party/musl/arch/x86_64/bits/
Dsyscall.h.in333 #define __NR_statx 332 macro
/third_party/musl/arch/mips64/bits/
Dsyscall.h.in326 #define __NR_statx 5326 macro
/third_party/musl/arch/s390x/bits/
Dsyscall.h.in324 #define __NR_statx 379 macro
/third_party/musl/arch/mipsn32/bits/
Dsyscall.h.in330 #define __NR_statx 6330 macro
/third_party/musl/arch/powerpc64/bits/
Dsyscall.h.in361 #define __NR_statx 383 macro
/third_party/musl/arch/arm/bits/
Dsyscall.h.in355 #define __NR_statx 397 macro
/third_party/musl/arch/sh/bits/
Dsyscall.h.in355 #define __NR_statx 383 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Dsyscall.h376 #define __NR_statx 397 macro
/third_party/musl/porting/liteos_a/user/arch/arm/bits/
Dsyscall.h.in358 #define __NR_statx 397 macro
/third_party/musl/arch/powerpc/bits/
Dsyscall.h.in370 #define __NR_statx 383 macro
/third_party/musl/arch/m68k/bits/
Dsyscall.h.in361 #define __NR_statx 379 macro
/third_party/musl/arch/mips/bits/
Dsyscall.h.in366 #define __NR_statx 4366 macro
/third_party/musl/arch/microblaze/bits/
Dsyscall.h.in395 #define __NR_statx 398 macro
/third_party/musl/arch/i386/bits/
Dsyscall.h.in383 #define __NR_statx 383 macro
/third_party/musl/arch/x32/bits/
Dsyscall.h.in286 #define __NR_statx (0x40000000 + 332) macro

12