Home
last modified time | relevance | path

Searched refs:__NR_fcntl64 (Results 1 - 15 of 15) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl_common.h51 const int ret = tst_syscall(__NR_fcntl64, fd, cmd, &l64); in fcntl_compat()
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
H A Dsyscalls.rs891 ret_c_uint(syscall_readonly!(__NR_fcntl64, fd, c_uint(F_GETFL)))
905 ret(syscall_readonly!(__NR_fcntl64, fd, c_uint(F_SETFL), flags))
917 ret_c_int(syscall_readonly!(__NR_fcntl64, fd, c_uint(F_GETLEASE)))
929 ret_c_int(syscall_readonly!(__NR_fcntl64, fd, c_uint(F_GETOWN)))
941 ret_c_int(syscall_readonly!(__NR_fcntl64, fd, c_uint(F_GETSIG)))
953 ret_usize(syscall_readonly!(__NR_fcntl64, fd, c_uint(F_GETPIPE_SZ)))
966 __NR_fcntl64,
987 ret_c_int(syscall_readonly!(__NR_fcntl64, fd, c_uint(F_GET_SEALS)))
1002 __NR_fcntl64,
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Dsyscalls.rs428 ret_c_uint(syscall_readonly!(__NR_fcntl64, fd, c_uint(F_GETFD)))
442 ret(syscall_readonly!(__NR_fcntl64, fd, c_uint(F_SETFD), flags))
456 __NR_fcntl64,
478 __NR_fcntl64,
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dsyscall.h200 #define __NR_fcntl64 221 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dsyscall.h200 #define __NR_fcntl64 221 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dsyscall.h200 #define __NR_fcntl64 221 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dsyscall.h200 #define __NR_fcntl64 221 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dsyscall.h200 #define __NR_fcntl64 221 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Dsyscall.h200 #define __NR_fcntl64 221 macro
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs2127 pub const __NR_fcntl64: u32 = 25; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs2062 pub const __NR_fcntl64: u32 = 204; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs2196 pub const __NR_fcntl64: u32 = 4220; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs2010 pub const __NR_fcntl64: u32 = 221; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs2238 pub const __NR_fcntl64: u32 = 155; consts
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs2050 pub const __NR_fcntl64: u32 = 221; consts

Completed in 114 milliseconds