Home
last modified time | relevance | path

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

/rust-libc-0.2.174/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs1557 pub fn shmat(shmid: c_int, shmaddr: *const c_void, shmflg: c_int) -> *mut c_void; in shmat() function
/rust-libc-0.2.174/src/unix/bsd/netbsdlike/
H A Dmod.rs752 pub fn shmat(shmid: c_int, shmaddr: *const c_void, shmflg: c_int) -> *mut c_void; in shmat() function
/rust-libc-0.2.174/src/unix/solarish/
H A Dmod.rs2734 pub fn shmat(shmid: c_int, shmaddr: *const c_void, shmflg: c_int) -> *mut c_void; in shmat() function
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs4957 pub fn shmat(shmid: c_int, shmaddr: *const c_void, shmflg: c_int) -> *mut c_void; in shmat() function
/rust-libc-0.2.174/src/unix/aix/
H A Dmod.rs3279 pub fn shmat(shmid: c_int, shmaddr: *const c_void, shmflg: c_int) -> *mut c_void; in shmat() function
/rust-libc-0.2.174/src/fuchsia/
H A Dmod.rs4032 pub fn shmat(shmid: c_int, shmaddr: *const c_void, shmflg: c_int) -> *mut c_void; in shmat() function
/rust-libc-0.2.174/src/unix/bsd/apple/
H A Dmod.rs5357 pub fn shmat(shmid: c_int, shmaddr: *const c_void, shmflg: c_int) -> *mut c_void; in shmat() function
/rust-libc-0.2.174/src/unix/linux_like/linux/
H A Dmod.rs6319 pub fn shmat(shmid: c_int, shmaddr: *const c_void, shmflg: c_int) -> *mut c_void; in shmat() function