Searched refs:__NR_openat2 (Results 1 - 16 of 16) sorted by relevance
/third_party/ltp/include/lapi/ |
H A D | openat2.h | 53 return tst_syscall(__NR_openat2, dfd, pathname, how, size); in openat2() 69 ret = syscall(__NR_openat2, -1, NULL, NULL, 0); in openat2_supported_by_kernel()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
H A D | syscalls.rs | 99 __NR_openat2, 113 __NR_openat2,
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 2132 pub const __NR_openat2: u32 = 437; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 2131 pub const __NR_openat2: u32 = 437; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 2113 pub const __NR_openat2: u32 = 437; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 2254 pub const __NR_openat2: u32 = 437; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 2325 pub const __NR_openat2: u32 = 5437; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 2276 pub const __NR_openat2: u32 = 437; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 2387 pub const __NR_openat2: u32 = 4437; consts
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 2220 pub const __NR_openat2: u32 = 437; consts
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
H A D | general.rs | 2490 pub const __NR_openat2: u32 = 437; consts
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
H A D | general.rs | 2189 pub const __NR_openat2: u32 = 437; consts
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
H A D | general.rs | 2461 pub const __NR_openat2: u32 = 437; consts
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
H A D | general.rs | 2137 pub const __NR_openat2: u32 = 1073742261; consts
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
H A D | general.rs | 2255 pub const __NR_openat2: u32 = 437; consts
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
H A D | general.rs | 2184 pub const __NR_openat2: u32 = 437; consts
|
Completed in 180 milliseconds