/third_party/ltp/testcases/kernel/syscalls/memfd_create/ |
H A D | memfd_create01.c | 46 * MFD_ALLOW_SEALING flag. 223 {MFD_ALLOW_SEALING, &test_basic, "Basic tests + set/get seals"}, 226 {MFD_ALLOW_SEALING, &test_seal_write, "Write seal"}, 227 {MFD_ALLOW_SEALING, &test_seal_shrink, "Shrink seal"}, 228 {MFD_ALLOW_SEALING, &test_seal_grow, "Grow seal"}, 229 {MFD_ALLOW_SEALING, &test_seal_resize, "Resize seal"}, 231 {MFD_ALLOW_SEALING, &test_share_dup, "Seals shared for dup"}, 232 {MFD_ALLOW_SEALING, &test_share_mmap, "Seals shared for mmap"}, 233 {MFD_ALLOW_SEALING, &test_share_open, "Seals shared for open"}, 255 * For now, all tests in this file require MFD_ALLOW_SEALING fla in setup() [all...] |
H A D | memfd_create02.c | 42 {"invalid flags fail 4", "test", ~MFD_ALLOW_SEALING, EINVAL }, 47 {"valid flags 2 pass", "test", MFD_ALLOW_SEALING, 0 }, 48 {"valid flags 3 pass", "test", MFD_CLOEXEC | MFD_ALLOW_SEALING, 0 },
|
H A D | memfd_create_common.h | 24 #define FLAGS_ALL_ARRAY_INITIALIZER {MFD_CLOEXEC, MFD_ALLOW_SEALING} 25 #define FLAGS_ALL_MASK (MFD_CLOEXEC | MFD_ALLOW_SEALING)
|
/third_party/ltp/include/lapi/ |
H A D | memfd.h | 13 #ifndef MFD_ALLOW_SEALING 14 # define MFD_ALLOW_SEALING 0x0002U macro
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | memfd-wrappers.h | 47 #ifndef MFD_ALLOW_SEALING 48 #define MFD_ALLOW_SEALING 0x0002U macro
|
H A D | shm.c | 171 fd = memfd_create("pulseaudio", MFD_ALLOW_SEALING); in sharedmem_create()
|
/third_party/mesa3d/src/util/ |
H A D | anon_file.c | 121 fd = memfd_create(debug_name, MFD_CLOEXEC | MFD_ALLOW_SEALING); in os_create_anonymous_file() 125 fd = syscall(SYS_memfd_create, debug_name, MFD_CLOEXEC | MFD_ALLOW_SEALING); in os_create_anonymous_file()
|
/third_party/rust/crates/nix/src/sys/ |
H A D | memfd.rs | 31 MFD_ALLOW_SEALING;
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | mman.h | 104 #define MFD_ALLOW_SEALING 0x0002U macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | mman.h | 108 #define MFD_ALLOW_SEALING 0x0002U macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | mman.h | 108 #define MFD_ALLOW_SEALING 0x0002U macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | mman.h | 113 #define MFD_ALLOW_SEALING 0x0002U macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | mman.h | 108 #define MFD_ALLOW_SEALING 0x0002U macro
|
/third_party/musl/include/sys/ |
H A D | mman.h | 110 #define MFD_ALLOW_SEALING 0x0002U macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
H A D | types.rs | 362 /// `MFD_ALLOW_SEALING` 363 const ALLOW_SEALING = linux_raw_sys::general::MFD_ALLOW_SEALING;
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
H A D | types.rs | 509 /// `MFD_ALLOW_SEALING` 510 const ALLOW_SEALING = c::MFD_ALLOW_SEALING;
|
/third_party/glfw/src/ |
H A D | wl_window.c | 98 fd = memfd_create("glfw-shared", MFD_CLOEXEC | MFD_ALLOW_SEALING); in createAnonymousFile()
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 2088 pub const MFD_ALLOW_SEALING: ::c_uint = 0x0002; consts
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 2174 pub const MFD_ALLOW_SEALING: u32 = 2; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 2661 pub const MFD_ALLOW_SEALING: ::c_uint = 0x0002; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 2125 pub const MFD_ALLOW_SEALING: ::c_uint = 0x0002; consts
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | mod.rs | 3736 pub const MFD_ALLOW_SEALING: ::c_uint = 0x00000002; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 2173 pub const MFD_ALLOW_SEALING: u32 = 2; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 2153 pub const MFD_ALLOW_SEALING: u32 = 2; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 2283 pub const MFD_ALLOW_SEALING: u32 = 2; consts
|