Home
last modified time | relevance | path

Searched refs:SHM_RDONLY (Results 1 – 14 of 14) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/shm_h/
D2-1-buildonly.c15 #ifndef SHM_RDONLY
16 #error SHM_RDONLY not defined
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dshm.h23 #define SHM_RDONLY 010000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dshm.h29 #define SHM_RDONLY 010000 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dshm.h29 #define SHM_RDONLY 010000 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dshm.h29 #define SHM_RDONLY 010000 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dshm.h29 #define SHM_RDONLY 010000 macro
/third_party/musl/include/sys/
Dshm.h29 #define SHM_RDONLY 010000 macro
/third_party/musl/ndk_musl_include/sys/
Dshm.h29 #define SHM_RDONLY 010000 macro
/third_party/musl/libc-test/src/api/
Dsys_shm.c11 C(SHM_RDONLY) in f()
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmat/
Dhugeshmat01.c52 {&shm_id_1, 0, SHM_RDONLY}
/third_party/ltp/testcases/kernel/syscalls/ipc/shmat/
Dshmat01.c48 {&aligned_addr, SHM_RDONLY, SIGSEGV,
/third_party/musl/libc-test/src/functional/
Dipc_shm.c93 if ((p=shmat(shmid, 0, SHM_RDONLY)) == 0) in get()
/third_party/openssl/crypto/rand/
Drand_unix.c498 shm_addr = shmat(shm_id, NULL, SHM_RDONLY); in wait_random_seeded()
/third_party/boost/boost/interprocess/
Dmapped_region.hpp617 flag |= SHM_RDONLY; in mapped_region()