Home
last modified time | relevance | path

Searched refs:SHM_R (Results 1 – 25 of 29) sorted by relevance

12

/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dshm.h20 #define SHM_R 0400 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dshm.h26 #define SHM_R 0400 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dshm.h26 #define SHM_R 0400 macro
/third_party/musl/include/sys/
Dshm.h26 #define SHM_R 0400 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dshm.h26 #define SHM_R 0400 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dshm.h26 #define SHM_R 0400 macro
/third_party/ltp/testcases/kernel/mem/hugetlb/hugefork/
Dhugefork02.c57 shmid = SAFE_SHMGET(2, size, SHM_HUGETLB|IPC_CREAT|SHM_R|SHM_W); in run_test()
/third_party/ltp/testcases/kernel/syscalls/mremap/
Dmremap04.c89 #define SHM_MODE (SHM_R | SHM_W) /* mode permissions of shared memory */
/third_party/ltp/testcases/kernel/mce-test/tsrc/
Dhugepage.h107 SHM_HUGETLB | IPC_CREAT | SHM_R | SHM_W)) < 0) { in alloc_shm_hugepage()
/third_party/skia/third_party/externals/swiftshader/src/Main/
DFrameBufferX11.cpp68 …shminfo.shmid = shmget(IPC_PRIVATE, x_image->bytes_per_line * x_image->height, IPC_CREAT | SHM_R |… in FrameBufferX11()
/third_party/ltp/testcases/kernel/controllers/memcg/functional/
Dmemcg_process.c213 flag = IPC_CREAT | SHM_R | SHM_W; in shm()
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/
Dhugemmap05.c80 SHM_HUGETLB | IPC_CREAT | SHM_R | SHM_W); in test_overcommit()
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_test/
Dcpuset_memory_test.c253 flag = IPC_CREAT | SHM_R | SHM_W; in shm()
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/
Dsegment.c425 shmid = shmget(IPC_PRIVATE, segp->seg_length, SHM_R | SHM_W); in get_shm_segment()
/third_party/ltp/testcases/kernel/mce-test/stress/tools/page-poisoning/
Dpage-poisoning.c651 semid_ready = semget(IPC_PRIVATE, 2, SHM_R | SHM_W); in setup_ipc()
/third_party/rust/crates/libc/libc-test/semver/
Dopenbsd.txt755 SHM_R
Dfuchsia.txt834 SHM_R
Ddragonfly.txt880 SHM_R
Dnetbsd.txt916 SHM_R
Dfreebsd.txt1098 SHM_R
Dapple.txt1278 SHM_R
Dlinux.txt2156 SHM_R
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs249 pub const SHM_R: ::c_int = IPC_R; constant
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs954 pub const SHM_R: ::c_int = 0o400; constant
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs1431 pub const SHM_R: ::c_int = 0o400; constant

12