/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/shm_h/ |
D | 2-2-buildonly.c | 15 #ifndef SHM_RND 16 #error SHM_RND not defined
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | shm.h | 24 #define SHM_RND 020000 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | shm.h | 30 #define SHM_RND 020000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | shm.h | 30 #define SHM_RND 020000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | shm.h | 30 #define SHM_RND 020000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | shm.h | 30 #define SHM_RND 020000 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | shm.h | 30 #define SHM_RND 020000 macro
|
/third_party/musl/include/sys/ |
D | shm.h | 30 #define SHM_RND 020000 macro
|
/third_party/ltp/testcases/kernel/syscalls/ipc/shmat/ |
D | shmat03.c | 70 shm_addr = shmat(shm_id, ((void *)1), SHM_RND | SHM_REMAP); in run()
|
D | shmat01.c | 47 {&unaligned_addr, SHM_RND, 0, "unaligned address with SHM_RND"},
|
/third_party/musl/libc-test/src/api/ |
D | sys_shm.c | 12 C(SHM_RND) in f()
|
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmat/ |
D | hugeshmat01.c | 50 {&shm_id_1, (void *)-1, SHM_RND},
|
D | hugeshmat04.c | 66 buf = shmat(shmid, (void *)boundary, SHM_RND | 0777); in shared_hugepage()
|
/third_party/ltp/testcases/kernel/mem/shmt/ |
D | shmt09.c | 151 c3 = shmat(shmid, vp, SHM_RND); in main()
|
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/ |
D | hugemmap05.c | 43 #define SHMAT_FLAGS (SHM_RND)
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 837 SHM_RND
|
D | dragonfly.txt | 882 SHM_RND
|
D | freebsd.txt | 1100 SHM_RND
|
D | apple.txt | 1280 SHM_RND
|
D | linux.txt | 2159 SHM_RND
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 958 pub const SHM_RND: ::c_int = 0o20000; constant
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 1430 pub const SHM_RND: ::c_int = 0o20000; constant
|
/third_party/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 1910 pub const SHM_RND: ::c_int = 0o20000; constant
|
/third_party/ltp/testcases/kernel/fs/doio/ |
D | doio.c | 4102 M->space = shmat(shmid, NULL, SHM_RND); in alloc_mem()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 1837 pub const SHM_RND: ::c_int = 0o20000; constant
|