Home
last modified time | relevance | path

Searched refs:SHM_DEST (Results 1 – 7 of 7) sorted by relevance

/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dshm.h33 #define SHM_DEST 01000 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dshm.h39 #define SHM_DEST 01000 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dshm.h39 #define SHM_DEST 01000 macro
/third_party/musl/include/sys/
Dshm.h39 #define SHM_DEST 01000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dshm.h39 #define SHM_DEST 01000 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dshm.h39 #define SHM_DEST 01000 macro
/third_party/toybox/toys/pending/
Dipcs.c243 buf.shm_perm.mode & SHM_DEST ? "dest" : " ", in shm_array()