Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dgt68xx_shm_channel.c55 #ifndef SHM_R
56 #define SHM_R 0 macro
248 shm_id = shmget (IPC_PRIVATE, shm_size, IPC_CREAT | SHM_R | SHM_W); in shm_channel_new()
H A Dsnapscan-usb.c76 #ifndef SHM_R
77 #define SHM_R 0 macro
541 int shm_id = shmget (IPC_PRIVATE, shm_size, IPC_CREAT | SHM_R | SHM_W); in snapscani_usb_shm_init()
582 * Added #defines for SHM_R/W for cygwin (patch from Philip Aston <philipa@mail.com>).
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dshm.h26 #define SHM_R 0400 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dshm.h20 #define SHM_R 0400 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dshm.h26 #define SHM_R 0400 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dshm.h26 #define SHM_R 0400 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dshm.h26 #define SHM_R 0400 macro
/third_party/musl/include/sys/
H A Dshm.h26 #define SHM_R 0400 macro
/third_party/ltp/testcases/kernel/mem/hugetlb/hugefork/
H A 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/
H A Dmremap04.c89 #define SHM_MODE (SHM_R | SHM_W) /* mode permissions of shared memory */
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H A Dhugepage.h107 SHM_HUGETLB | IPC_CREAT | SHM_R | SHM_W)) < 0) { in alloc_shm_hugepage()
/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H A Dhugepage.h107 SHM_HUGETLB | IPC_CREAT | SHM_R | SHM_W)) < 0) { in alloc_shm_hugepage()
/third_party/skia/third_party/externals/swiftshader/src/Main/
H A DFrameBufferX11.cpp68 shminfo.shmid = shmget(IPC_PRIVATE, x_image->bytes_per_line * x_image->height, IPC_CREAT | SHM_R | SHM_W); in FrameBufferX11()
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_test/
H A Dcpuset_memory_test.c253 flag = IPC_CREAT | SHM_R | SHM_W; in shm()
/third_party/ltp/testcases/kernel/controllers/memcg/functional/
H A Dmemcg_process.c213 flag = IPC_CREAT | SHM_R | SHM_W; in shm()
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/
H A Dhugemmap05.c80 SHM_HUGETLB | IPC_CREAT | SHM_R | SHM_W); in test_overcommit()
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/
H A 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/
H A Dpage-poisoning.c651 semid_ready = semget(IPC_PRIVATE, 2, SHM_R | SHM_W); in setup_ipc()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs249 pub const SHM_R: ::c_int = IPC_R; consts
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs954 pub const SHM_R: ::c_int = 0o400; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1431 pub const SHM_R: ::c_int = 0o400; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1907 pub const SHM_R: ::c_int = 0o400; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2432 pub const SHM_R: ::c_int = 0o400; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1833 pub const SHM_R: ::c_int = 0o400; consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs4593 pub const SHM_R: ::c_int = IPC_R; consts

Completed in 84 milliseconds