Home
last modified time | relevance | path

Searched refs:MFD_CLOEXEC (Results 1 - 25 of 40) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/memfd_create/
H A Dmemfd_create02.c41 {"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 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/skia/third_party/externals/swiftshader/src/System/Linux/
H A DMemFd.cpp24 #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 Dmemfd.h10 #ifndef MFD_CLOEXEC
11 # define MFD_CLOEXEC 0x0001U macro
/third_party/pulseaudio/src/pulsecore/
H A Dmemfd-wrappers.h43 #ifndef MFD_CLOEXEC
44 #define MFD_CLOEXEC 0x0001U macro
/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.rs25 MFD_CLOEXEC;
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dmman.h103 #define MFD_CLOEXEC 0x0001U macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dmman.h107 #define MFD_CLOEXEC 0x0001U macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dmman.h107 #define MFD_CLOEXEC 0x0001U macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dmman.h112 #define MFD_CLOEXEC 0x0001U macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dmman.h107 #define MFD_CLOEXEC 0x0001U macro
/third_party/musl/include/sys/
H A Dmman.h109 #define MFD_CLOEXEC 0x0001U macro
/third_party/mesa3d/src/drm-shim/
H A Ddevice.c89 shim_device.mem_fd = memfd_create("shim mem", MFD_CLOEXEC); in drm_shim_device_init()
/third_party/pcre2/pcre2/src/sljit/
H A DsljitProtExecAllocator.c118 fd = memfd_create("sljit", MFD_CLOEXEC); in create_tempfile()
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
H A Dtypes.rs359 /// `MFD_CLOEXEC`
360 const CLOEXEC = linux_raw_sys::general::MFD_CLOEXEC;
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Dtypes.rs506 /// `MFD_CLOEXEC`
507 const CLOEXEC = c::MFD_CLOEXEC;
/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.rs2087 pub const MFD_CLOEXEC: ::c_uint = 0x0001; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs2173 pub const MFD_CLOEXEC: u32 = 1; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2660 pub const MFD_CLOEXEC: ::c_uint = 0x0001; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs2124 pub const MFD_CLOEXEC: ::c_uint = 0x0001; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs3735 pub const MFD_CLOEXEC: ::c_uint = 0x00000001; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs2172 pub const MFD_CLOEXEC: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs2152 pub const MFD_CLOEXEC: u32 = 1; consts

Completed in 86 milliseconds

12