Searched refs:SHM_INFO (Results 1 - 10 of 10) sorted by relevance
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | shm.h | 37 #define SHM_INFO 14 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | shm.h | 31 #define SHM_INFO 14 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | shm.h | 37 #define SHM_INFO 14 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | shm.h | 37 #define SHM_INFO 14 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | shm.h | 37 #define SHM_INFO 14 macro
|
/third_party/musl/include/sys/ |
H A D | shm.h | 37 #define SHM_INFO 14 macro
|
/third_party/ltp/testcases/kernel/syscalls/ipc/shmctl/ |
H A D | shmctl04.c | 9 * Call shmctl() with SHM_INFO flag and check that: 123 TEST(shmctl(0, SHM_INFO, (struct shmid_ds *)&info)); in verify_shminfo() 126 tst_res(TFAIL | TTERRNO, "shmctl(0, SHM_INFO, ...)"); in verify_shminfo() 133 tst_res(TFAIL | TERRNO, "SHM_INFO haven't returned a valid index"); in verify_shminfo() 136 "SHM_INFO returned valid index %li maps to shmid %i", in verify_shminfo()
|
H A D | shmctl01.c | 235 max_idx = SAFE_SHMCTL(shm_id, SHM_INFO, (void *)&dummy); in get_shm_idx_from_id()
|
/third_party/toybox/toys/pending/ |
H A D | ipcs.c | 156 if ((max_nr = shmctl(0, SHM_INFO, (struct shmid_ds*)&shm_buf)) < 0) { in shm_array()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | mod.rs | 2956 pub const SHM_INFO: ::c_int = 14; consts
|
Completed in 13 milliseconds