Home
last modified time | relevance | path

Searched refs:MFD_ALLOW_SEALING (Results 1 - 25 of 36) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/memfd_create/
H A Dmemfd_create01.c46 * 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 Dmemfd_create02.c42 {"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 Dmemfd_create_common.h24 #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 Dmemfd.h13 #ifndef MFD_ALLOW_SEALING
14 # define MFD_ALLOW_SEALING 0x0002U macro
/third_party/pulseaudio/src/pulsecore/
H A Dmemfd-wrappers.h47 #ifndef MFD_ALLOW_SEALING
48 #define MFD_ALLOW_SEALING 0x0002U macro
H A Dshm.c171 fd = memfd_create("pulseaudio", MFD_ALLOW_SEALING); in sharedmem_create()
/third_party/mesa3d/src/util/
H A Danon_file.c121 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 Dmemfd.rs31 MFD_ALLOW_SEALING;
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dmman.h104 #define MFD_ALLOW_SEALING 0x0002U macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dmman.h108 #define MFD_ALLOW_SEALING 0x0002U macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dmman.h108 #define MFD_ALLOW_SEALING 0x0002U macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dmman.h113 #define MFD_ALLOW_SEALING 0x0002U macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dmman.h108 #define MFD_ALLOW_SEALING 0x0002U macro
/third_party/musl/include/sys/
H A Dmman.h110 #define MFD_ALLOW_SEALING 0x0002U macro
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
H A Dtypes.rs362 /// `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 Dtypes.rs509 /// `MFD_ALLOW_SEALING`
510 const ALLOW_SEALING = c::MFD_ALLOW_SEALING;
/third_party/glfw/src/
H A Dwl_window.c98 fd = memfd_create("glfw-shared", MFD_CLOEXEC | MFD_ALLOW_SEALING); in createAnonymousFile()
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs2088 pub const MFD_ALLOW_SEALING: ::c_uint = 0x0002; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs2174 pub const MFD_ALLOW_SEALING: u32 = 2; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2661 pub const MFD_ALLOW_SEALING: ::c_uint = 0x0002; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs2125 pub const MFD_ALLOW_SEALING: ::c_uint = 0x0002; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs3736 pub const MFD_ALLOW_SEALING: ::c_uint = 0x00000002; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs2173 pub const MFD_ALLOW_SEALING: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs2153 pub const MFD_ALLOW_SEALING: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs2283 pub const MFD_ALLOW_SEALING: u32 = 2; consts

Completed in 100 milliseconds

12