Home
last modified time | relevance | path

Searched defs:shmat (Results 1 – 8 of 8) sorted by relevance

/third_party/musl/src/ipc/
Dshmat.c6 void *shmat(int id, const void *addr, int flag) in shmat() function
11 void *shmat(int id, const void *addr, int flag) in shmat() function
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs1651 pub fn shmat(shmid: ::c_int, shmaddr: *const ::c_void, shmflg: ::c_int) -> *mut ::c_void; in shmat() function
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs736 pub fn shmat(shmid: ::c_int, shmaddr: *const ::c_void, shmflg: ::c_int) -> *mut ::c_void; in shmat() function
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs2823 pub fn shmat(shmid: ::c_int, shmaddr: *const ::c_void, shmflg: ::c_int) -> *mut ::c_void; in shmat() function
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs4089 pub fn shmat(shmid: ::c_int, shmaddr: *const ::c_void, shmflg: ::c_int) -> *mut ::c_void; in shmat() function
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3915 pub fn shmat(shmid: ::c_int, shmaddr: *const ::c_void, shmflg: ::c_int) -> *mut ::c_void; in shmat() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3956 pub fn shmat(shmid: ::c_int, shmaddr: *const ::c_void, shmflg: ::c_int) -> *mut ::c_void; in shmat() function
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs5151 pub fn shmat(shmid: ::c_int, shmaddr: *const ::c_void, shmflg: ::c_int) -> *mut ::c_void; in shmat() function