Home
last modified time | relevance | path

Searched refs:F_GET_SEALS (Results 1 – 25 of 37) sorted by relevance

12

/third_party/ltp/include/lapi/
Dfcntl.h52 #ifndef F_GET_SEALS
53 # define F_GET_SEALS (1034) macro
/third_party/pulseaudio/src/pulsecore/
Dmemfd-wrappers.h59 #define F_GET_SEALS (F_LINUX_SPECIFIC_BASE + 10) macro
/third_party/libbpf/include/uapi/linux/
Dfcntl.h36 #define F_GET_SEALS (F_LINUX_SPECIFIC_BASE + 10) macro
/third_party/musl/porting/liteos_m/user/include/
Dfcntl.h131 #define F_GET_SEALS 1034 macro
/third_party/musl/ndk_musl_include/
Dfcntl.h132 #define F_GET_SEALS 1034 macro
/third_party/musl/porting/uniproton/kernel/include/
Dfcntl.h131 #define F_GET_SEALS 1034 macro
/third_party/musl/porting/linux/user/include/
Dfcntl.h132 #define F_GET_SEALS 1034 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dfcntl.h131 #define F_GET_SEALS 1034 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dfcntl.h134 #define F_GET_SEALS 1034 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dfcntl.h131 #define F_GET_SEALS 1034 macro
/third_party/musl/include/
Dfcntl.h131 #define F_GET_SEALS 1034 macro
/third_party/rust/crates/nix/src/
Dfcntl.rs433 F_GET_SEALS,
481 F_GET_SEALS => libc::fcntl(fd, libc::F_GET_SEALS),
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
Dsyscalls.rs40 F_GET_SEALS, F_SETFL, F_SETPIPE_SZ, SEEK_CUR, SEEK_END, SEEK_SET, STATX__RESERVED,
987 ret_c_int(syscall_readonly!(__NR_fcntl64, fd, c_uint(F_GET_SEALS))) in fcntl_get_seals()
992 ret_c_int(syscall_readonly!(__NR_fcntl, fd, c_uint(F_GET_SEALS))) in fcntl_get_seals()
/third_party/python/Modules/
Dfcntlmodule.c652 if (PyModule_AddIntMacro(m, F_GET_SEALS)) return -1; in all_ins()
/third_party/ltp/testcases/kernel/syscalls/memfd_create/
Dmemfd_create_common.c212 int ret = SAFE_FCNTL((fd), F_GET_SEALS); in check_mfd_has_seals()
/third_party/python/Doc/library/
Dfcntl.rst32 The fcntl module now contains ``F_ADD_SEALS``, ``F_GET_SEALS``, and
/third_party/rust/crates/libc/libc-test/semver/
Dfuchsia.txt298 F_GET_SEALS
Dlinux.txt748 F_GET_SEALS
Dandroid.txt638 F_GET_SEALS
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs477 pub const F_GET_SEALS: ::c_int = 1034; constant
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dsyscalls.rs879 ret_c_int(c::fcntl(borrowed_fd(fd), c::F_GET_SEALS)) in fcntl_get_seals()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs3093 pub const F_GET_SEALS: ::c_int = 20; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs1425 pub const F_GET_SEALS: ::c_int = 1034; constant
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs255 pub const F_GET_SEALS: u32 = 1034; constant
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs250 pub const F_GET_SEALS: u32 = 1034; constant

12