Home
last modified time | relevance | path

Searched refs:SHM_RDONLY (Results 1 - 18 of 18) sorted by relevance

/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dshm.h29 #define SHM_RDONLY 010000 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dshm.h23 #define SHM_RDONLY 010000 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dshm.h29 #define SHM_RDONLY 010000 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dshm.h29 #define SHM_RDONLY 010000 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dshm.h29 #define SHM_RDONLY 010000 macro
/third_party/musl/include/sys/
H A Dshm.h29 #define SHM_RDONLY 010000 macro
/third_party/musl/libc-test/src/api/
H A Dsys_shm.c11 C(SHM_RDONLY) in f()
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmat/
H A Dhugeshmat01.c52 {&shm_id_1, 0, SHM_RDONLY}
/third_party/ltp/testcases/kernel/syscalls/ipc/shmat/
H A Dshmat01.c16 * is set to SHM_RDONLY.
48 {&aligned_addr, SHM_RDONLY, SIGSEGV,
/third_party/musl/libc-test/src/functional/
H A Dipc_shm.c93 if ((p=shmat(shmid, 0, SHM_RDONLY)) == 0) in get()
/third_party/node/deps/openssl/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c491 shm_addr = shmat(shm_id, NULL, SHM_RDONLY); in wait_random_seeded()
/third_party/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c491 shm_addr = shmat(shm_id, NULL, SHM_RDONLY); in wait_random_seeded()
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs957 pub const SHM_RDONLY: ::c_int = 0o10000; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1429 pub const SHM_RDONLY: ::c_int = 0o10000; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1909 pub const SHM_RDONLY: ::c_int = 0o10000; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2435 pub const SHM_RDONLY: ::c_int = 0o10000; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1836 pub const SHM_RDONLY: ::c_int = 0o10000; consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs4587 pub const SHM_RDONLY: ::c_int = 0x1000; consts

Completed in 60 milliseconds