Searched defs:shmat (Results 1 – 8 of 8) sorted by relevance
/third_party/musl/src/ipc/ |
D | shmat.c | 6 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/ |
D | mod.rs | 1651 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/ |
D | mod.rs | 736 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/ |
D | mod.rs | 2823 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/ |
D | mod.rs | 4089 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/ |
D | mod.rs | 3915 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/ |
D | mod.rs | 3956 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/ |
D | mod.rs | 5151 pub fn shmat(shmid: ::c_int, shmaddr: *const ::c_void, shmflg: ::c_int) -> *mut ::c_void; in shmat() function
|