/third_party/ltp/testcases/kernel/syscalls/memfd_create/ |
H A D | memfd_create01.c | 35 CHECK_MFD_ADD_SEALS(fd, F_SEAL_GROW | F_SEAL_SEAL); in test_basic() 37 F_SEAL_WRITE | F_SEAL_SEAL); in test_basic() 50 CHECK_MFD_HAS_SEALS(fd, F_SEAL_SEAL); in test_no_sealing_without_flag() 53 CHECK_MFD_HAS_SEALS(fd, F_SEAL_SEAL); in test_no_sealing_without_flag() 145 CHECK_MFD_ADD_SEALS(fd, F_SEAL_SEAL); in test_share_dup() 146 CHECK_MFD_HAS_SEALS(fd, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_dup() 147 CHECK_MFD_HAS_SEALS(fd2, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_dup() 151 CHECK_MFD_FAIL_ADD_SEALS(fd, F_SEAL_SEAL); in test_share_dup() 152 CHECK_MFD_FAIL_ADD_SEALS(fd2, F_SEAL_SEAL); in test_share_dup() 210 CHECK_MFD_FAIL_ADD_SEALS(fd, F_SEAL_SEAL); in test_share_open() [all...] |
/third_party/ltp/include/lapi/ |
H A D | fcntl.h | 55 #ifndef F_SEAL_SEAL 56 # define F_SEAL_SEAL 0x0001 /* prevent further seals from being set */ macro
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | memfd-wrappers.h | 61 #define F_SEAL_SEAL 0x0001 /* prevent further seals from being set */ macro
|
/third_party/libbpf/include/uapi/linux/ |
H A D | fcntl.h | 41 #define F_SEAL_SEAL 0x0001 /* prevent further seals from being set */ macro
|
/third_party/musl/porting/linux/user/include/ |
H A D | fcntl.h | 134 #define F_SEAL_SEAL 0x0001 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | fcntl.h | 133 #define F_SEAL_SEAL 0x0001 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | fcntl.h | 133 #define F_SEAL_SEAL 0x0001 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | fcntl.h | 133 #define F_SEAL_SEAL 0x0001 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | fcntl.h | 136 #define F_SEAL_SEAL 0x0001 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | fcntl.h | 133 #define F_SEAL_SEAL 0x0001 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 | 136 #define F_SEAL_SEAL 0x0001 macro
|
/third_party/python/Modules/ |
H A D | fcntlmodule.c | 661 if (PyModule_AddIntMacro(m, F_SEAL_SEAL)) return -1; in all_ins()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
H A D | types.rs | 402 /// `F_SEAL_SEAL`. 403 const SEAL = linux_raw_sys::general::F_SEAL_SEAL;
|
/third_party/rust/crates/nix/src/ |
H A D | fcntl.rs | 388 F_SEAL_SEAL;
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
H A D | types.rs | 567 /// `F_SEAL_SEAL`. 568 const SEAL = c::F_SEAL_SEAL;
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 479 pub const F_SEAL_SEAL: ::c_int = 0x0001; 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 | 251 pub const F_SEAL_SEAL: u32 = 1; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 1427 pub const F_SEAL_SEAL: ::c_int = 0x0001; consts
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | mod.rs | 3104 pub const F_SEAL_SEAL: ::c_int = 1; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 256 pub const F_SEAL_SEAL: u32 = 1; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 256 pub const F_SEAL_SEAL: u32 = 1; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 263 pub const F_SEAL_SEAL: u32 = 1; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 260 pub const F_SEAL_SEAL: u32 = 1; consts
|