Searched defs:shmat (Results 1 - 10 of 10) sorted by relevance
/third_party/musl/src/ipc/ |
H A 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
|
/kernel/linux/linux-5.10/kernel/ |
H A D | sys_ni.c | 230 COND_SYSCALL(shmat); variable 231 COND_SYSCALL_COMPAT(shmat); variable
|
/kernel/linux/linux-6.6/kernel/ |
H A D | sys_ni.c | 140 COND_SYSCALL(shmat); variable 141 COND_SYSCALL_COMPAT(shmat); variable
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
H A D | mod.rs | 736 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 D | mod.rs | 1651 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 D | mod.rs | 3956 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 D | mod.rs | 3915 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 D | mod.rs | 4089 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 D | mod.rs | 2823 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 D | mod.rs | 5151 pub fn shmat(shmid: ::c_int, shmaddr: *const ::c_void, shmflg: ::c_int) -> *mut ::c_void; in shmat() functions
|
Completed in 60 milliseconds