Home
last modified time | relevance | path

Searched refs:SHM_STAT (Results 1 - 10 of 10) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/ipc/shmctl/
H A Dshmctl01.c10 * 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 Dshm.h36 #define SHM_STAT (13 | (IPC_STAT & 0x100)) macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dshm.h30 #define SHM_STAT (13 | (IPC_STAT & 0x100)) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dshm.h36 #define SHM_STAT (13 | (IPC_STAT & 0x100)) macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dshm.h36 #define SHM_STAT (13 | (IPC_STAT & 0x100)) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dshm.h36 #define SHM_STAT (13 | (IPC_STAT & 0x100)) macro
/third_party/musl/include/sys/
H A Dshm.h36 #define SHM_STAT (13 | (IPC_STAT & 0x100)) macro
/third_party/musl/src/ipc/
H A Dshmctl.c36 case SHM_STAT: in shmctl()
/third_party/toybox/toys/pending/
H A Dipcs.c209 if ((shmid = shmctl(i, SHM_STAT, &buf)) < 0 ) continue; in shm_array()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs2955 pub const SHM_STAT: ::c_int = 13; consts

Completed in 12 milliseconds