/third_party/ltp/testcases/kernel/syscalls/fchmodat/ |
H A D | fchmodat01.c | 51 TST_EXP_PASS(tst_syscall(__NR_fchmodat, fds[i], filenames[i], 0600), in verify_fchmodat() 55 TST_EXP_FAIL(tst_syscall(__NR_fchmodat, fds[i], filenames[i], 0600), in verify_fchmodat()
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | syscall.h | 311 #define __NR_fchmodat 333 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | syscall.h | 311 #define __NR_fchmodat 333 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | syscall.h | 311 #define __NR_fchmodat 333 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | syscall.h | 311 #define __NR_fchmodat 333 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
H A D | syscall.h | 311 #define __NR_fchmodat 333 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | syscall.h | 311 #define __NR_fchmodat 333 macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
H A D | syscalls.rs | 130 __NR_fchmodat, 140 unsafe { ret(syscall_readonly!(__NR_fchmodat, dirfd, filename, mode)) }
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 1892 pub const __NR_fchmodat: u32 = 53; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 1891 pub const __NR_fchmodat: u32 = 53; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 1882 pub const __NR_fchmodat: u32 = 53; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 2150 pub const __NR_fchmodat: u32 = 297; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 2241 pub const __NR_fchmodat: u32 = 5258; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 2153 pub const __NR_fchmodat: u32 = 297; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 2274 pub const __NR_fchmodat: u32 = 4299; consts
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 2118 pub const __NR_fchmodat: u32 = 333; consts
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
H A D | general.rs | 2377 pub const __NR_fchmodat: u32 = 295; consts
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
H A D | general.rs | 2077 pub const __NR_fchmodat: u32 = 299; consts
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
H A D | general.rs | 2367 pub const __NR_fchmodat: u32 = 295; consts
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
H A D | general.rs | 2071 pub const __NR_fchmodat: u32 = 1073742092; consts
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
H A D | general.rs | 2131 pub const __NR_fchmodat: u32 = 306; consts
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
H A D | general.rs | 2104 pub const __NR_fchmodat: u32 = 268; consts
|