Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dshm.h31 #define SHM_INFO 14 macro
/third_party/musl/ndk_musl_include/sys/
Dshm.h37 #define SHM_INFO 14 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dshm.h37 #define SHM_INFO 14 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dshm.h37 #define SHM_INFO 14 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dshm.h37 #define SHM_INFO 14 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dshm.h37 #define SHM_INFO 14 macro
/third_party/musl/include/sys/
Dshm.h37 #define SHM_INFO 14 macro
/third_party/ltp/testcases/kernel/syscalls/ipc/shmctl/
Dshmctl04.c123 TEST(shmctl(0, SHM_INFO, (struct shmid_ds *)&info)); in verify_shminfo()
Dshmctl01.c235 max_idx = SAFE_SHMCTL(shm_id, SHM_INFO, (void *)&dummy); in get_shm_idx_from_id()
/third_party/toybox/toys/pending/
Dipcs.c156 if ((max_nr = shmctl(0, SHM_INFO, (struct shmid_ds*)&shm_buf)) < 0) { in shm_array()
/third_party/rust/crates/libc/libc-test/semver/
Dfreebsd.txt1096 SHM_INFO
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs2956 pub const SHM_INFO: ::c_int = 14; constant