Searched refs:SHM_RDONLY (Results 1 - 18 of 18) sorted by relevance
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | shm.h | 29 #define SHM_RDONLY 010000 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | shm.h | 23 #define SHM_RDONLY 010000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | shm.h | 29 #define SHM_RDONLY 010000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | shm.h | 29 #define SHM_RDONLY 010000 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | shm.h | 29 #define SHM_RDONLY 010000 macro
|
/third_party/musl/include/sys/ |
H A D | shm.h | 29 #define SHM_RDONLY 010000 macro
|
/third_party/musl/libc-test/src/api/ |
H A D | sys_shm.c | 11 C(SHM_RDONLY) in f()
|
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmat/ |
H A D | hugeshmat01.c | 52 {&shm_id_1, 0, SHM_RDONLY}
|
/third_party/ltp/testcases/kernel/syscalls/ipc/shmat/ |
H A D | shmat01.c | 16 * is set to SHM_RDONLY. 48 {&aligned_addr, SHM_RDONLY, SIGSEGV,
|
/third_party/musl/libc-test/src/functional/ |
H A D | ipc_shm.c | 93 if ((p=shmat(shmid, 0, SHM_RDONLY)) == 0) in get()
|
/third_party/node/deps/openssl/openssl/providers/implementations/rands/seeding/ |
H A D | rand_unix.c | 491 shm_addr = shmat(shm_id, NULL, SHM_RDONLY); in wait_random_seeded()
|
/third_party/openssl/providers/implementations/rands/seeding/ |
H A D | rand_unix.c | 491 shm_addr = shmat(shm_id, NULL, SHM_RDONLY); in wait_random_seeded()
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 957 pub const SHM_RDONLY: ::c_int = 0o10000; consts
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
H A D | mod.rs | 1429 pub const SHM_RDONLY: ::c_int = 0o10000; consts
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | mod.rs | 1909 pub const SHM_RDONLY: ::c_int = 0o10000; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 2435 pub const SHM_RDONLY: ::c_int = 0o10000; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 1836 pub const SHM_RDONLY: ::c_int = 0o10000; consts
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 4587 pub const SHM_RDONLY: ::c_int = 0x1000; consts
|
Completed in 60 milliseconds