Home
last modified time | relevance | path

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

/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/shm_h/
D2-1-buildonly.c15 #ifndef SHM_RDONLY
16 #error SHM_RDONLY not defined
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dshm.h23 #define SHM_RDONLY 010000 macro
/third_party/musl/ndk_musl_include/sys/
Dshm.h29 #define SHM_RDONLY 010000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dshm.h29 #define SHM_RDONLY 010000 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dshm.h29 #define SHM_RDONLY 010000 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dshm.h29 #define SHM_RDONLY 010000 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dshm.h29 #define SHM_RDONLY 010000 macro
/third_party/musl/include/sys/
Dshm.h29 #define SHM_RDONLY 010000 macro
/third_party/musl/libc-test/src/api/
Dsys_shm.c11 C(SHM_RDONLY) in f()
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmat/
Dhugeshmat01.c52 {&shm_id_1, 0, SHM_RDONLY}
/third_party/ltp/testcases/kernel/syscalls/ipc/shmat/
Dshmat01.c48 {&aligned_addr, SHM_RDONLY, SIGSEGV,
/third_party/musl/libc-test/src/functional/
Dipc_shm.c93 if ((p=shmat(shmid, 0, SHM_RDONLY)) == 0) in get()
/third_party/openssl/providers/implementations/rands/seeding/
Drand_unix.c491 shm_addr = shmat(shm_id, NULL, SHM_RDONLY); in wait_random_seeded()
/third_party/node/deps/openssl/openssl/providers/implementations/rands/seeding/
Drand_unix.c491 shm_addr = shmat(shm_id, NULL, SHM_RDONLY); in wait_random_seeded()
/third_party/rust/crates/libc/libc-test/semver/
Dfuchsia.txt835 SHM_RDONLY
Ddragonfly.txt881 SHM_RDONLY
Dfreebsd.txt1099 SHM_RDONLY
Dapple.txt1279 SHM_RDONLY
Dlinux.txt2157 SHM_RDONLY
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs957 pub const SHM_RDONLY: ::c_int = 0o10000; constant
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs1429 pub const SHM_RDONLY: ::c_int = 0o10000; constant
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs1909 pub const SHM_RDONLY: ::c_int = 0o10000; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1836 pub const SHM_RDONLY: ::c_int = 0o10000; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs2435 pub const SHM_RDONLY: ::c_int = 0o10000; constant
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs4587 pub const SHM_RDONLY: ::c_int = 0x1000; constant