/third_party/ltp/include/lapi/ |
D | getrandom.h | 26 #ifndef GRND_RANDOM 27 # define GRND_RANDOM 0x0002 macro
|
/third_party/ltp/testcases/kernel/syscalls/getrandom/ |
D | getrandom01.c | 12 static int modes[] = {0, GRND_RANDOM, GRND_NONBLOCK, 13 GRND_RANDOM | GRND_NONBLOCK};
|
D | getrandom02.c | 15 static int modes[] = { 0, GRND_RANDOM, GRND_NONBLOCK, 16 GRND_RANDOM | GRND_NONBLOCK };
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | random.h | 12 #define GRND_RANDOM 0x0002 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | random.h | 12 #define GRND_RANDOM 0x0002 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | random.h | 12 #define GRND_RANDOM 0x0002 macro
|
/third_party/musl/ldso/linux/ |
D | dynlink_rand.c | 99 if (getrandom(&handle, sizeof handle, GRND_RANDOM | GRND_NONBLOCK) == -1) { in gen_handle() 216 if (getrandom(&index, sizeof index, GRND_RANDOM | GRND_NONBLOCK) == -1) { in shuffle_loadtasks()
|
/third_party/musl/porting/linux/user/ldso/ |
D | dynlink_rand.c | 99 if (getrandom(&handle, sizeof handle, GRND_RANDOM | GRND_NONBLOCK) == -1) { in gen_handle() 216 if (getrandom(&index, sizeof index, GRND_RANDOM | GRND_NONBLOCK) == -1) { in shuffle_loadtasks()
|
/third_party/musl/include/sys/ |
D | random.h | 12 #define GRND_RANDOM 0x0002 macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/rand/ |
D | types.rs | 9 const RANDOM = linux_raw_sys::general::GRND_RANDOM;
|
/third_party/rust/crates/rustix/src/backend/libc/rand/ |
D | types.rs | 13 const RANDOM = c::GRND_RANDOM;
|
/third_party/rust/crates/libc/src/unix/newlib/horizon/ |
D | mod.rs | 176 pub const GRND_RANDOM: ::c_uint = 0x2; constant
|
/third_party/musl/src/gwp_asan/linux/ |
D | gwp_asan.c | 155 if (getrandom(&random_value, sizeof(random_value), GRND_RANDOM | GRND_NONBLOCK) == -1) { in should_sample_process()
|
/third_party/musl/porting/linux/user/src/gwp_asan/ |
D | gwp_asan.c | 155 if (getrandom(&random_value, sizeof(random_value), GRND_RANDOM | GRND_NONBLOCK) == -1) { in should_sample_process()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | linux.txt | 787 GRND_RANDOM
|
D | android.txt | 674 GRND_RANDOM
|
/third_party/tzdata/ |
D | zic.c | 55 # define HAVE_GETRANDOM GRND_RANDOM
|
/third_party/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 1284 pub const GRND_RANDOM: ::c_int = 0x0002; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 2012 pub const GRND_RANDOM: ::c_uint = 0x0002; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 2046 pub const GRND_RANDOM: ::c_uint = 0x0002; constant
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | mod.rs | 3113 pub const GRND_RANDOM: ::c_uint = 0x2; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 1325 pub const GRND_RANDOM: u32 = 2; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 1328 pub const GRND_RANDOM: u32 = 2; constant
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
D | general.rs | 1323 pub const GRND_RANDOM: u32 = 2; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | general.rs | 1317 pub const GRND_RANDOM: u32 = 2; constant
|