Home
last modified time | relevance | path

Searched defs:shmat (Results 1 - 10 of 10) sorted by relevance

/third_party/musl/src/ipc/
H A 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
/kernel/linux/linux-5.10/kernel/
H A Dsys_ni.c230 COND_SYSCALL(shmat); variable
231 COND_SYSCALL_COMPAT(shmat); variable
/kernel/linux/linux-6.6/kernel/
H A Dsys_ni.c140 COND_SYSCALL(shmat); variable
141 COND_SYSCALL_COMPAT(shmat); variable
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs736 pub fn shmat(shmid: ::c_int, shmaddr: *const ::c_void, shmflg: ::c_int) -> *mut ::c_void; in shmat() functions
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs1651 pub fn shmat(shmid: ::c_int, shmaddr: *const ::c_void, shmflg: ::c_int) -> *mut ::c_void; in shmat() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3956 pub fn shmat(shmid: ::c_int, shmaddr: *const ::c_void, shmflg: ::c_int) -> *mut ::c_void; in shmat() functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs3915 pub fn shmat(shmid: ::c_int, shmaddr: *const ::c_void, shmflg: ::c_int) -> *mut ::c_void; in shmat() functions
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs4089 pub fn shmat(shmid: ::c_int, shmaddr: *const ::c_void, shmflg: ::c_int) -> *mut ::c_void; in shmat() functions
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs2823 pub fn shmat(shmid: ::c_int, shmaddr: *const ::c_void, shmflg: ::c_int) -> *mut ::c_void; in shmat() functions
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs5151 pub fn shmat(shmid: ::c_int, shmaddr: *const ::c_void, shmflg: ::c_int) -> *mut ::c_void; in shmat() functions

Completed in 77 milliseconds