/third_party/ltp/include/ |
D | tst_safe_sysv_ipc.h | 36 int shmflg); 37 #define SAFE_SHMGET(key, size, shmflg) \ argument 38 safe_shmget(__FILE__, __LINE__, (key), (size), (shmflg)) 41 const void *shmaddr, int shmflg); 42 #define SAFE_SHMAT(shmid, shmaddr, shmflg) \ argument 43 safe_shmat(__FILE__, __LINE__, (shmid), (shmaddr), (shmflg))
|
/third_party/ltp/lib/ |
D | tst_safe_sysv_ipc.c | 142 int shmflg) in safe_shmget() argument 146 rval = shmget(key, size, shmflg); in safe_shmget() 150 "shmget(%i, %zu, %x) failed", (int)key, size, shmflg); in safe_shmget() 154 (int)key, size, shmflg, rval); in safe_shmget() 161 const void *shmaddr, int shmflg) in safe_shmat() argument 165 rval = shmat(shmid, shmaddr, shmflg); in safe_shmat() 169 "shmat(%i, %p, %x) failed", shmid, shmaddr, shmflg); in safe_shmat()
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
D | mod.rs | 735 pub fn shmget(key: ::key_t, size: ::size_t, shmflg: ::c_int) -> ::c_int; in shmget() 736 pub fn shmat(shmid: ::c_int, shmaddr: *const ::c_void, shmflg: ::c_int) -> *mut ::c_void; in shmat()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
D | mod.rs | 1650 pub fn shmget(key: ::key_t, size: ::size_t, shmflg: ::c_int) -> ::c_int; in shmget() 1651 pub fn shmat(shmid: ::c_int, shmaddr: *const ::c_void, shmflg: ::c_int) -> *mut ::c_void; in shmat()
|
/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() 2829 pub fn shmget(key: key_t, size: ::size_t, shmflg: ::c_int) -> ::c_int; in shmget()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 3914 pub fn shmget(key: ::key_t, size: ::size_t, shmflg: ::c_int) -> ::c_int; in shmget() 3915 pub fn shmat(shmid: ::c_int, shmaddr: *const ::c_void, shmflg: ::c_int) -> *mut ::c_void; in shmat()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | mod.rs | 4088 pub fn shmget(key: ::key_t, size: ::size_t, shmflg: ::c_int) -> ::c_int; in shmget() 4089 pub fn shmat(shmid: ::c_int, shmaddr: *const ::c_void, shmflg: ::c_int) -> *mut ::c_void; in shmat()
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3955 pub fn shmget(key: ::key_t, size: ::size_t, shmflg: ::c_int) -> ::c_int; in shmget() 3956 pub fn shmat(shmid: ::c_int, shmaddr: *const ::c_void, shmflg: ::c_int) -> *mut ::c_void; in shmat()
|
/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() 5158 pub fn shmget(key: key_t, size: ::size_t, shmflg: ::c_int) -> ::c_int; in shmget()
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test15-pr18892.so.abi | 11397 …<parameter type-id='type-id-41' name='shmflg' filepath='../../.././libsanitizer/sanitizer_common/s… 11404 …<parameter type-id='type-id-41' name='shmflg' filepath='../../.././libsanitizer/sanitizer_common/s…
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test15-pr18892.so.abi | 20202 …<parameter type-id='type-id-41' name='shmflg' filepath='../../.././libsanitizer/sanitizer_common/s… 20215 …<parameter type-id='type-id-41' name='shmflg' filepath='../../.././libsanitizer/sanitizer_common/s…
|