Home
last modified time | relevance | path

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

12

/third_party/ltp/include/lapi/
Dgetrandom.h26 #ifndef GRND_RANDOM
27 # define GRND_RANDOM 0x0002 macro
/third_party/ltp/testcases/kernel/syscalls/getrandom/
Dgetrandom01.c12 static int modes[] = {0, GRND_RANDOM, GRND_NONBLOCK,
13 GRND_RANDOM | GRND_NONBLOCK};
Dgetrandom02.c15 static int modes[] = { 0, GRND_RANDOM, GRND_NONBLOCK,
16 GRND_RANDOM | GRND_NONBLOCK };
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Drandom.h12 #define GRND_RANDOM 0x0002 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Drandom.h12 #define GRND_RANDOM 0x0002 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Drandom.h12 #define GRND_RANDOM 0x0002 macro
/third_party/musl/ldso/linux/
Ddynlink_rand.c99 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/
Ddynlink_rand.c99 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/
Drandom.h12 #define GRND_RANDOM 0x0002 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/rand/
Dtypes.rs9 const RANDOM = linux_raw_sys::general::GRND_RANDOM;
/third_party/rust/crates/rustix/src/backend/libc/rand/
Dtypes.rs13 const RANDOM = c::GRND_RANDOM;
/third_party/rust/crates/libc/src/unix/newlib/horizon/
Dmod.rs176 pub const GRND_RANDOM: ::c_uint = 0x2; constant
/third_party/musl/src/gwp_asan/linux/
Dgwp_asan.c155 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/
Dgwp_asan.c155 if (getrandom(&random_value, sizeof(random_value), GRND_RANDOM | GRND_NONBLOCK) == -1) { in should_sample_process()
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt787 GRND_RANDOM
Dandroid.txt674 GRND_RANDOM
/third_party/tzdata/
Dzic.c55 # define HAVE_GETRANDOM GRND_RANDOM
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs1284 pub const GRND_RANDOM: ::c_int = 0x0002; constant
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2012 pub const GRND_RANDOM: ::c_uint = 0x0002; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs2046 pub const GRND_RANDOM: ::c_uint = 0x0002; constant
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs3113 pub const GRND_RANDOM: ::c_uint = 0x2; constant
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs1325 pub const GRND_RANDOM: u32 = 2; constant
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs1328 pub const GRND_RANDOM: u32 = 2; constant
/third_party/rust/crates/linux-raw-sys/src/s390x/
Dgeneral.rs1323 pub const GRND_RANDOM: u32 = 2; constant
/third_party/rust/crates/linux-raw-sys/src/x86/
Dgeneral.rs1317 pub const GRND_RANDOM: u32 = 2; constant

12