/third_party/pulseaudio/src/pulsecore/ |
H A D | memfd-wrappers.h | 57 #ifndef F_ADD_SEALS 58 #define F_ADD_SEALS (F_LINUX_SPECIFIC_BASE + 9) macro
|
/third_party/ltp/include/lapi/ |
H A D | fcntl.h | 47 #ifndef F_ADD_SEALS 48 # define F_ADD_SEALS (1033) macro
|
/third_party/libbpf/include/uapi/linux/ |
H A D | fcntl.h | 35 #define F_ADD_SEALS (F_LINUX_SPECIFIC_BASE + 9) macro
|
/third_party/musl/porting/linux/user/include/ |
H A D | fcntl.h | 131 #define F_ADD_SEALS 1033 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | fcntl.h | 130 #define F_ADD_SEALS 1033 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | fcntl.h | 130 #define F_ADD_SEALS 1033 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | fcntl.h | 130 #define F_ADD_SEALS 1033 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | fcntl.h | 133 #define F_ADD_SEALS 1033 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | fcntl.h | 130 #define F_ADD_SEALS 1033 macro
|
/third_party/mesa3d/src/util/ |
H A D | os_memory_fd.c | 129 if (fcntl(mem_fd, F_ADD_SEALS, F_SEAL_SHRINK | F_SEAL_GROW | F_SEAL_SEAL) != 0) in os_malloc_aligned_fd()
|
/third_party/musl/include/ |
H A D | fcntl.h | 133 #define F_ADD_SEALS 1033 macro
|
/third_party/python/Modules/ |
H A D | fcntlmodule.c | 657 #ifdef F_ADD_SEALS in all_ins() 659 if (PyModule_AddIntMacro(m, F_ADD_SEALS)) return -1; in all_ins()
|
/third_party/ltp/testcases/kernel/syscalls/memfd_create/ |
H A D | memfd_create_common.h | 56 ({int r = SAFE_FCNTL((fd), F_ADD_SEALS, (seals)); \ 57 tst_res(TPASS, "fcntl(%d, F_ADD_SEALS, %d) succeeded", \
|
H A D | memfd_create_common.c | 238 if (fcntl(fd, F_ADD_SEALS, seals) >= 0) { in check_mfd_fail_add_seals() 240 "fcntl(%d, F_ADD_SEALS) succeeded unexpectedly", fd); in check_mfd_fail_add_seals() 244 "fcntl(%d, F_ADD_SEALS, %d) failed as expected", (fd), in check_mfd_fail_add_seals()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
H A D | syscalls.rs | 39 AT_SYMLINK_NOFOLLOW, F_ADD_SEALS, F_GETFL, F_GETLEASE, F_GETOWN, F_GETPIPE_SZ, F_GETSIG, 1004 c_uint(F_ADD_SEALS), 1013 c_uint(F_ADD_SEALS),
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 476 pub const F_ADD_SEALS: ::c_int = 1033; consts
|
/third_party/glfw/src/ |
H A D | wl_window.c | 106 fcntl(fd, F_ADD_SEALS, F_SEAL_SHRINK | F_SEAL_SEAL); in createAnonymousFile()
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 249 pub const F_ADD_SEALS: u32 = 1033; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 1424 pub const F_ADD_SEALS: ::c_int = 1033; consts
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | mod.rs | 3092 pub const F_ADD_SEALS: ::c_int = 19; consts 3102 // for use with F_ADD_SEALS
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 254 pub const F_ADD_SEALS: u32 = 1033; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 254 pub const F_ADD_SEALS: u32 = 1033; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 261 pub const F_ADD_SEALS: u32 = 1033; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 258 pub const F_ADD_SEALS: u32 = 1033; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 261 pub const F_ADD_SEALS: u32 = 1033; consts
|