Searched refs:SHM_STAT (Results 1 - 10 of 10) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/ipc/shmctl/ |
H A D | shmctl01.c | 10 * Verify that shmctl() IPC_STAT and SHM_STAT reports correct data. 107 SAFE_SHMCTL(shm_idx, SHM_STAT, &ds2); in check_nattch() 110 tst_res(TFAIL, "IPC_STAT nattch=%li SHM_STAT nattch=%li", in check_nattch() 204 SAFE_SHMCTL(shm_idx, SHM_STAT, &ds); in shmstat_basic_check() 206 check_ds(&ds, "SHM_STAT"); in shmstat_basic_check() 238 if (shmctl(i, SHM_STAT, &dummy_ds) == shm_id) in get_shm_idx_from_id()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | shm.h | 36 #define SHM_STAT (13 | (IPC_STAT & 0x100)) macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | shm.h | 30 #define SHM_STAT (13 | (IPC_STAT & 0x100)) macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | shm.h | 36 #define SHM_STAT (13 | (IPC_STAT & 0x100)) macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | shm.h | 36 #define SHM_STAT (13 | (IPC_STAT & 0x100)) macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | shm.h | 36 #define SHM_STAT (13 | (IPC_STAT & 0x100)) macro
|
/third_party/musl/include/sys/ |
H A D | shm.h | 36 #define SHM_STAT (13 | (IPC_STAT & 0x100)) macro
|
/third_party/musl/src/ipc/ |
H A D | shmctl.c | 36 case SHM_STAT: in shmctl()
|
/third_party/toybox/toys/pending/ |
H A D | ipcs.c | 209 if ((shmid = shmctl(i, SHM_STAT, &buf)) < 0 ) continue; in shm_array()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | mod.rs | 2955 pub const SHM_STAT: ::c_int = 13; consts
|
Completed in 12 milliseconds