/third_party/ltp/testcases/kernel/syscalls/memfd_create/ |
H A D | memfd_create02.c | 41 {"invalid flags fail 3", "test", ~MFD_CLOEXEC, EINVAL }, 46 {"valid flags 1 pass", "test", MFD_CLOEXEC, 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/skia/third_party/externals/swiftshader/src/System/Linux/ |
H A D | MemFd.cpp | 24 #ifndef MFD_CLOEXEC 25 # define MFD_CLOEXEC 0x0001U macro 72 fd_ = syscall(__NR_memfd_create, name, MFD_CLOEXEC); in allocate()
|
/third_party/ltp/include/lapi/ |
H A D | memfd.h | 10 #ifndef MFD_CLOEXEC 11 # define MFD_CLOEXEC 0x0001U macro
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | memfd-wrappers.h | 43 #ifndef MFD_CLOEXEC 44 #define MFD_CLOEXEC 0x0001U macro
|
/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 | 25 MFD_CLOEXEC;
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | mman.h | 103 #define MFD_CLOEXEC 0x0001U macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | mman.h | 107 #define MFD_CLOEXEC 0x0001U macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | mman.h | 107 #define MFD_CLOEXEC 0x0001U macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | mman.h | 112 #define MFD_CLOEXEC 0x0001U macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | mman.h | 107 #define MFD_CLOEXEC 0x0001U macro
|
/third_party/musl/include/sys/ |
H A D | mman.h | 109 #define MFD_CLOEXEC 0x0001U macro
|
/third_party/mesa3d/src/drm-shim/ |
H A D | device.c | 89 shim_device.mem_fd = memfd_create("shim mem", MFD_CLOEXEC); in drm_shim_device_init()
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitProtExecAllocator.c | 118 fd = memfd_create("sljit", MFD_CLOEXEC); in create_tempfile()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
H A D | types.rs | 359 /// `MFD_CLOEXEC` 360 const CLOEXEC = linux_raw_sys::general::MFD_CLOEXEC;
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
H A D | types.rs | 506 /// `MFD_CLOEXEC` 507 const CLOEXEC = c::MFD_CLOEXEC;
|
/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 | 2087 pub const MFD_CLOEXEC: ::c_uint = 0x0001; consts
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 2173 pub const MFD_CLOEXEC: u32 = 1; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 2660 pub const MFD_CLOEXEC: ::c_uint = 0x0001; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 2124 pub const MFD_CLOEXEC: ::c_uint = 0x0001; consts
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | mod.rs | 3735 pub const MFD_CLOEXEC: ::c_uint = 0x00000001; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 2172 pub const MFD_CLOEXEC: u32 = 1; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 2152 pub const MFD_CLOEXEC: u32 = 1; consts
|