/third_party/backends/backend/ |
H A D | gt68xx_shm_channel.c | 55 #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 D | snapscan-usb.c | 76 #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 D | shm.h | 26 #define SHM_R 0400 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | shm.h | 20 #define SHM_R 0400 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | shm.h | 26 #define SHM_R 0400 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | shm.h | 26 #define SHM_R 0400 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | shm.h | 26 #define SHM_R 0400 macro
|
/third_party/musl/include/sys/ |
H A D | shm.h | 26 #define SHM_R 0400 macro
|
/third_party/ltp/testcases/kernel/mem/hugetlb/hugefork/ |
H A D | hugefork02.c | 57 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 D | mremap04.c | 89 #define SHM_MODE (SHM_R | SHM_W) /* mode permissions of shared memory */
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
H A D | hugepage.h | 107 SHM_HUGETLB | IPC_CREAT | SHM_R | SHM_W)) < 0) { in alloc_shm_hugepage()
|
/third_party/ltp/testcases/kernel/mce-test/hwpoison/ |
H A D | hugepage.h | 107 SHM_HUGETLB | IPC_CREAT | SHM_R | SHM_W)) < 0) { in alloc_shm_hugepage()
|
/third_party/skia/third_party/externals/swiftshader/src/Main/ |
H A D | FrameBufferX11.cpp | 68 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 D | cpuset_memory_test.c | 253 flag = IPC_CREAT | SHM_R | SHM_W; in shm()
|
/third_party/ltp/testcases/kernel/controllers/memcg/functional/ |
H A D | memcg_process.c | 213 flag = IPC_CREAT | SHM_R | SHM_W; in shm()
|
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/ |
H A D | hugemmap05.c | 80 SHM_HUGETLB | IPC_CREAT | SHM_R | SHM_W); in test_overcommit()
|
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
H A D | segment.c | 425 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 D | page-poisoning.c | 651 semid_ready = semget(IPC_PRIVATE, 2, SHM_R | SHM_W); in setup_ipc()
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
H A D | mod.rs | 249 pub const SHM_R: ::c_int = IPC_R; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 954 pub const SHM_R: ::c_int = 0o400; consts
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
H A D | mod.rs | 1431 pub const SHM_R: ::c_int = 0o400; consts
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | mod.rs | 1907 pub const SHM_R: ::c_int = 0o400; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 2432 pub const SHM_R: ::c_int = 0o400; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 1833 pub const SHM_R: ::c_int = 0o400; consts
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 4593 pub const SHM_R: ::c_int = IPC_R; consts
|