| /external/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
|
| /external/strace/ |
| D | ipc_shm.c | 80 SYS_FUNC(shmat) in SYS_FUNC() argument
|
| /external/AFLplusplus/include/ |
| D | android-ashmem.h | 66 void *shmat(int __shmid, const void *__shmaddr, int __shmflg) { in shmat() function
|
| /external/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
|
| /external/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
|
| /external/compiler-rt/lib/msan/tests/ |
| D | msan_test.cc | 1219 TEST(MemorySanitizer, shmat) { in TEST() argument
|
| /external/crosvm/jail/seccomp/aarch64/ |
| D | constants.json | 2098 "shmat": 196, number
|
| /external/crosvm/jail/seccomp/x86_64/ |
| D | constants.json | 1943 "shmat": 30, number
|
| /external/crosvm/jail/seccomp/arm/ |
| D | constants.json | 2164 "shmat": 305, number
|
| /external/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
|
| /external/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
|
| /external/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
|
| /external/rust/crates/libc/src/unix/linux_like/linux/ |
| D | mod.rs | 3849 pub fn shmat(shmid: ::c_int, shmaddr: *const ::c_void, shmflg: ::c_int) -> *mut ::c_void; in shmat() function
|
| /external/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
|