Home
last modified time | relevance | path

Searched refs:SHM_STAT_ANY (Results 1 – 9 of 9) sorted by relevance

/third_party/ltp/include/lapi/
Dshm.h11 #ifndef SHM_STAT_ANY
12 # define SHM_STAT_ANY 15 macro
/third_party/ltp/testcases/kernel/syscalls/ipc/shmctl/
Dshmctl04.c130 shmid = shmctl(TST_RET, SHM_STAT_ANY, &ds); in verify_shminfo()
141 if (shmctl(i, SHM_STAT_ANY, &ds) != -1) in verify_shminfo()
165 TEST(shmctl(shm_id, SHM_STAT_ANY, &temp_ds)); in setup()
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dshm.h32 #define SHM_STAT_ANY (15 | (IPC_STAT & 0x100)) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dshm.h38 #define SHM_STAT_ANY (15 | (IPC_STAT & 0x100)) macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dshm.h38 #define SHM_STAT_ANY (15 | (IPC_STAT & 0x100)) macro
/third_party/musl/include/sys/
Dshm.h38 #define SHM_STAT_ANY (15 | (IPC_STAT & 0x100)) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dshm.h38 #define SHM_STAT_ANY (15 | (IPC_STAT & 0x100)) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dshm.h38 #define SHM_STAT_ANY (15 | (IPC_STAT & 0x100)) macro
/third_party/musl/src/ipc/
Dshmctl.c37 case SHM_STAT_ANY: in shmctl()