Home
last modified time | relevance | path

Searched refs:SHM_STAT (Results 1 – 12 of 12) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/ipc/shmctl/
Dshmctl01.c107 SAFE_SHMCTL(shm_idx, SHM_STAT, &ds2); in check_nattch()
204 SAFE_SHMCTL(shm_idx, SHM_STAT, &ds); 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_a_newlib/kernel/include/sys/
Dshm.h30 #define SHM_STAT (13 | (IPC_STAT & 0x100)) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dshm.h36 #define SHM_STAT (13 | (IPC_STAT & 0x100)) macro
/third_party/musl/include/sys/
Dshm.h36 #define SHM_STAT (13 | (IPC_STAT & 0x100)) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dshm.h36 #define SHM_STAT (13 | (IPC_STAT & 0x100)) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dshm.h36 #define SHM_STAT (13 | (IPC_STAT & 0x100)) macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dshm.h36 #define SHM_STAT (13 | (IPC_STAT & 0x100)) macro
/third_party/musl/ndk_musl_include/sys/
Dshm.h36 #define SHM_STAT (13 | (IPC_STAT & 0x100)) macro
/third_party/musl/src/ipc/
Dshmctl.c36 case SHM_STAT: in shmctl()
/third_party/toybox/toys/pending/
Dipcs.c209 if ((shmid = shmctl(i, SHM_STAT, &buf)) < 0 ) continue; in shm_array()
/third_party/rust/crates/libc/libc-test/semver/
Dfreebsd.txt1101 SHM_STAT
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs2955 pub const SHM_STAT: ::c_int = 13; constant