Home
last modified time | relevance | path

Searched refs:SHM_RND (Results 1 - 21 of 21) sorted by relevance

/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dshm.h30 #define SHM_RND 020000 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dshm.h24 #define SHM_RND 020000 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dshm.h30 #define SHM_RND 020000 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dshm.h30 #define SHM_RND 020000 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dshm.h30 #define SHM_RND 020000 macro
/third_party/ltp/testcases/kernel/syscalls/ipc/shmat/
H A Dshmat03.c17 * 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 Dshmat01.c14 * 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 Dshm.h30 #define SHM_RND 020000 macro
/third_party/ltp/testcases/kernel/mem/hugetlb/hugefork/
H A Dhugefork02.c33 shmaddr = SAFE_SHMAT(shmid, 0, SHM_RND); in do_child()
/third_party/musl/libc-test/src/api/
H A Dsys_shm.c12 C(SHM_RND) in f()
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmat/
H A Dhugeshmat01.c50 {&shm_id_1, (void *)-1, SHM_RND},
H A Dhugeshmat04.c64 buf = shmat(shmid, (void *)boundary, SHM_RND | 0777); in shared_hugepage()
/third_party/ltp/testcases/kernel/mem/shmt/
H A Dshmt09.c147 /* 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 Dhugemmap05.c43 #define SHMAT_FLAGS (SHM_RND)
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs958 pub const SHM_RND: ::c_int = 0o20000; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1430 pub const SHM_RND: ::c_int = 0o20000; consts
/third_party/ltp/testcases/kernel/fs/doio/
H A Ddoio.c4102 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 Dmod.rs1910 pub const SHM_RND: ::c_int = 0o20000; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2436 pub const SHM_RND: ::c_int = 0o20000; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1837 pub const SHM_RND: ::c_int = 0o20000; consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs4588 pub const SHM_RND: ::c_int = 0x2000; consts

Completed in 66 milliseconds