Home
last modified time | relevance | path

Searched defs:shm_open (Results 1 - 16 of 16) sorted by relevance

/third_party/musl/src/mman/
H A Dshm_open.c28 int shm_open(const char *name, int flag, mode_t mode) in shm_open() function
/third_party/musl/porting/liteos_a/user/src/mman/
H A Dshm_open.c28 int shm_open(const char *name, int flag, mode_t mode) in shm_open() function
/third_party/rust/crates/nix/src/sys/
H A Dmman.rs566 pub fn shm_open<P>( in shm_open() functions
/device/soc/rockchip/common/sdk_linux/ipc/
H A Dshm.c296 static void shm_open(struct vm_area_struct *vma) in shm_open() function
/kernel/linux/linux-5.10/ipc/
H A Dshm.c303 static void shm_open(struct vm_area_struct *vma) in shm_open() function
/kernel/linux/linux-6.6/ipc/
H A Dshm.c301 static void shm_open(struct vm_area_struct *vma) in shm_open() function
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs670 pub fn shm_open(name: *const ::c_char, oflag: ::c_int, mode: ::mode_t) -> ::c_int; in shm_open() functions
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs1055 pub fn shm_open(name: *const c_char, oflag: ::c_int, mode: mode_t) -> ::c_int; in shm_open() functions
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs1776 pub fn shm_open(name: *const c_char, oflag: ::c_int, mode: mode_t) -> ::c_int; in shm_open() functions
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1663 pub fn shm_open(name: *const ::c_char, oflag: ::c_int, mode: ::mode_t) -> ::c_int; in shm_open() functions
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1718 pub fn shm_open(name: *const ::c_char, oflag: ::c_int, mode: ::mode_t) -> ::c_int; in shm_open() functions
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2765 pub fn shm_open(name: *const c_char, oflag: ::c_int, mode: mode_t) -> ::c_int; in shm_open() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3952 pub fn shm_open(name: *const c_char, oflag: ::c_int, mode: mode_t) -> ::c_int; in shm_open() functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs3824 pub fn shm_open(name: *const c_char, oflag: ::c_int, mode: mode_t) -> ::c_int; in shm_open() functions
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs2831 pub fn shm_open(name: *const ::c_char, oflag: ::c_int, mode: ::mode_t) -> ::c_int; in shm_open() functions
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs5149 pub fn shm_open(name: *const ::c_char, oflag: ::c_int, ...) -> ::c_int; in shm_open() functions

Completed in 87 milliseconds