/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | shm.h | 30 #define SHM_RND 020000 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | shm.h | 24 #define SHM_RND 020000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | shm.h | 30 #define SHM_RND 020000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | shm.h | 30 #define SHM_RND 020000 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | shm.h | 30 #define SHM_RND 020000 macro
|
/third_party/ltp/testcases/kernel/syscalls/ipc/shmat/ |
H A D | shmat03.c | 17 * SHM_RND as well. 25 * The original commit disallowed SHM_RND maps to zero (and rounded) entirely 70 shm_addr = shmat(shm_id, ((void *)1), SHM_RND | SHM_REMAP); in run()
|
H A D | shmat01.c | 14 * address and shmflg is set to SHM_RND. 47 {&unaligned_addr, SHM_RND, 0, "unaligned address with SHM_RND"},
|
/third_party/musl/include/sys/ |
H A D | shm.h | 30 #define SHM_RND 020000 macro
|
/third_party/ltp/testcases/kernel/mem/hugetlb/hugefork/ |
H A D | hugefork02.c | 33 shmaddr = SAFE_SHMAT(shmid, 0, SHM_RND); in do_child()
|
/third_party/musl/libc-test/src/api/ |
H A D | sys_shm.c | 12 C(SHM_RND) in f()
|
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmat/ |
H A D | hugeshmat01.c | 50 {&shm_id_1, (void *)-1, SHM_RND},
|
H A D | hugeshmat04.c | 64 buf = shmat(shmid, (void *)boundary, SHM_RND | 0777); in shared_hugepage()
|
/third_party/ltp/testcases/kernel/mem/shmt/ |
H A D | shmt09.c | 147 /* SHM_RND rounds vp on the nearest multiple of SHMLBA */ in main() 151 c3 = shmat(shmid, vp, SHM_RND); in main()
|
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/ |
H A D | hugemmap05.c | 43 #define SHMAT_FLAGS (SHM_RND)
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 958 pub const SHM_RND: ::c_int = 0o20000; consts
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
H A D | mod.rs | 1430 pub const SHM_RND: ::c_int = 0o20000; consts
|
/third_party/ltp/testcases/kernel/fs/doio/ |
H A D | doio.c | 4102 M->space = shmat(shmid, NULL, SHM_RND); in alloc_mem() 4105 "shmat(0x%x, NULL, SHM_RND) failed: %s (%d)\n", in alloc_mem()
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | mod.rs | 1910 pub const SHM_RND: ::c_int = 0o20000; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 2436 pub const SHM_RND: ::c_int = 0o20000; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 1837 pub const SHM_RND: ::c_int = 0o20000; consts
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 4588 pub const SHM_RND: ::c_int = 0x2000; consts
|