Home
last modified time | relevance | path

Searched defs:memfd_create (Results 1 - 11 of 11) sorted by relevance

/third_party/rust/crates/rustix/src/fs/
H A Dmemfd_create.rs13 pub fn memfd_create<P: path::Arg>(path: P, flags: MemfdFlags) -> io::Result<OwnedFd> { in memfd_create() functions
H A Dmod.rs49 mod memfd_create; modules
/third_party/rust/crates/nix/src/sys/
H A Dmemfd.rs43 pub fn memfd_create(name: &CStr, flags: MemFdCreateFlag) -> Result<RawFd> { in memfd_create() functions
[all...]
/third_party/musl/src/linux/
H A Dmemfd_create.c5 int memfd_create(const char *name, unsigned flags) in memfd_create() function
/third_party/pulseaudio/src/pulsecore/
H A Dmemfd-wrappers.h37 static inline int memfd_create(const char *name, unsigned int flags) { in memfd_create() function
/third_party/mesa3d/src/drm-shim/
H A Ddevice.c51 memfd_create(const char *name, unsigned int flags) in memfd_create() function
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DExecutableMemory.cpp149 static int memfd_create(const char *name, unsigned int flags) in memfd_create() function
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Dsyscalls.rs1246 fn memfd_create( in memfd_create() functions
1254 fn memfd_create( in memfd_create() functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
H A Dmod.rs765 pub fn memfd_create(name: *const ::c_char, flags: ::c_uint) -> ::c_int; in memfd_create() functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs1333 pub fn memfd_create(name: *const ::c_char, flags: ::c_uint) -> ::c_int; in memfd_create() functions
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs4384 pub fn memfd_create(name: *const ::c_char, flags: ::c_uint) -> ::c_int; in memfd_create() functions

Completed in 20 milliseconds