/third_party/ltp/include/lapi/ |
H A D | fcntl.h | 51 #ifndef F_GET_SEALS 52 # define F_GET_SEALS (1034) macro
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | memfd-wrappers.h | 59 #define F_GET_SEALS (F_LINUX_SPECIFIC_BASE + 10) macro
|
/third_party/libbpf/include/uapi/linux/ |
H A D | fcntl.h | 36 #define F_GET_SEALS (F_LINUX_SPECIFIC_BASE + 10) macro
|
/third_party/musl/porting/linux/user/include/ |
H A D | fcntl.h | 132 #define F_GET_SEALS 1034 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | fcntl.h | 131 #define F_GET_SEALS 1034 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | fcntl.h | 131 #define F_GET_SEALS 1034 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | fcntl.h | 131 #define F_GET_SEALS 1034 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | fcntl.h | 134 #define F_GET_SEALS 1034 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | fcntl.h | 131 #define F_GET_SEALS 1034 macro
|
/third_party/musl/include/ |
H A D | fcntl.h | 134 #define F_GET_SEALS 1034 macro
|
/third_party/ltp/testcases/kernel/syscalls/memfd_create/ |
H A D | memfd_create_common.c | 212 int ret = SAFE_FCNTL((fd), F_GET_SEALS); in check_mfd_has_seals()
|
/third_party/python/Modules/ |
H A D | fcntlmodule.c | 660 if (PyModule_AddIntMacro(m, F_GET_SEALS)) return -1; in all_ins()
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
H A D | syscalls.rs | 879 ret_c_int(c::fcntl(borrowed_fd(fd), c::F_GET_SEALS))
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
H A D | syscalls.rs | 40 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))) 992 ret_c_int(syscall_readonly!(__NR_fcntl, fd, c_uint(F_GET_SEALS)))
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 477 pub const F_GET_SEALS: ::c_int = 1034; consts
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 250 pub const F_GET_SEALS: u32 = 1034; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 1425 pub const F_GET_SEALS: ::c_int = 1034; consts
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | mod.rs | 3093 pub const F_GET_SEALS: ::c_int = 20; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 255 pub const F_GET_SEALS: u32 = 1034; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 255 pub const F_GET_SEALS: u32 = 1034; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 262 pub const F_GET_SEALS: u32 = 1034; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 259 pub const F_GET_SEALS: u32 = 1034; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 262 pub const F_GET_SEALS: u32 = 1034; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 259 pub const F_GET_SEALS: u32 = 1034; consts
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 249 pub const F_GET_SEALS: u32 = 1034; consts
|