/third_party/node/deps/openssl/openssl/providers/implementations/rands/seeding/ |
H A D | rand_unix.c | 274 # if defined(__linux) && !defined(__NR_getrandom) 276 # define __NR_getrandom (__NR_SYSCALL_BASE+384) macro 278 # define __NR_getrandom 355 macro 281 # define __NR_getrandom (__X32_SYSCALL_BIT + 318) macro 283 # define __NR_getrandom 318 macro 286 # define __NR_getrandom 338 macro 288 # define __NR_getrandom 349 macro 290 # define __NR_getrandom 389 macro 292 # define __NR_getrandom 359 macro 295 # define __NR_getrandom (__NR_Linu macro 297 # define __NR_getrandom global() macro 299 # define __NR_getrandom global() macro 302 # define __NR_getrandom global() macro 304 # define __NR_getrandom global() macro 306 # define __NR_getrandom global() macro 308 # define __NR_getrandom global() macro 311 # define __NR_getrandom global() macro 313 # define __NR_getrandom global() macro 316 # define __NR_getrandom global() macro 318 # define __NR_getrandom global() macro 320 # define __NR_getrandom global() macro 322 # define __NR_getrandom global() macro 324 # define __NR_getrandom global() macro 326 # define __NR_getrandom global() macro [all...] |
/third_party/openssl/providers/implementations/rands/seeding/ |
H A D | rand_unix.c | 274 # if defined(__linux) && !defined(__NR_getrandom) 276 # define __NR_getrandom (__NR_SYSCALL_BASE+384) macro 278 # define __NR_getrandom 355 macro 281 # define __NR_getrandom (__X32_SYSCALL_BIT + 318) macro 283 # define __NR_getrandom 318 macro 286 # define __NR_getrandom 338 macro 288 # define __NR_getrandom 349 macro 290 # define __NR_getrandom 389 macro 292 # define __NR_getrandom 359 macro 295 # define __NR_getrandom (__NR_Linu macro 297 # define __NR_getrandom global() macro 299 # define __NR_getrandom global() macro 302 # define __NR_getrandom global() macro 304 # define __NR_getrandom global() macro 306 # define __NR_getrandom global() macro 308 # define __NR_getrandom global() macro 311 # define __NR_getrandom global() macro 313 # define __NR_getrandom global() macro 316 # define __NR_getrandom global() macro 318 # define __NR_getrandom global() macro 320 # define __NR_getrandom global() macro 322 # define __NR_getrandom global() macro 324 # define __NR_getrandom global() macro 326 # define __NR_getrandom global() macro [all...] |
/third_party/eudev/src/shared/ |
H A D | missing.h | 46 #ifndef __NR_getrandom 48 # define __NR_getrandom 318 macro 50 # define __NR_getrandom 355 macro 52 # define __NR_getrandom 384 macro 54 # define __NR_getrandom 278 macro 56 # define __NR_getrandom 1339 macro 58 # define __NR_getrandom 352 macro 60 # define __NR_getrandom 349 macro 62 # warning "__NR_getrandom unknown for your architecture" 63 # define __NR_getrandom macro [all...] |
/third_party/node/deps/uv/src/unix/ |
H A D | linux-syscalls.c | 127 #ifndef __NR_getrandom 129 # define __NR_getrandom 318 macro 131 # define __NR_getrandom 355 macro 133 # define __NR_getrandom 384 macro 135 # define __NR_getrandom (UV_SYSCALL_BASE + 384) macro 137 # define __NR_getrandom 359 macro 139 # define __NR_getrandom 349 macro 141 #endif /* __NR_getrandom */ 259 #if !defined(__NR_getrandom) || defined(__ANDROID_API__) && __ANDROID_API__ < 28 in uv__getrandom() 262 return syscall(__NR_getrandom, bu in uv__getrandom() [all...] |
/third_party/ltp/testcases/kernel/syscalls/getrandom/ |
H A D | getrandom01.c | 17 TEST(tst_syscall(__NR_getrandom, NULL, 100, modes[n])); in verify_getrandom()
|
H A D | getrandom04.c | 24 TEST(tst_syscall(__NR_getrandom, buf, 100, 0)); in verify_getrandom()
|
H A D | getrandom03.c | 31 TEST(tst_syscall(__NR_getrandom, buf, sizes[n], 0)); in verify_getrandom()
|
H A D | getrandom02.c | 52 TEST(tst_syscall(__NR_getrandom, buf, bufsize, modes[n])); in verify_getrandom()
|
/third_party/libuv/src/unix/ |
H A D | linux.c | 132 #ifndef __NR_getrandom 134 # define __NR_getrandom 318 macro 136 # define __NR_getrandom 355 macro 138 # define __NR_getrandom 384 macro 140 # define __NR_getrandom 384 macro 142 # define __NR_getrandom 359 macro 144 # define __NR_getrandom 349 macro 146 # define __NR_getrandom 278 macro 148 #endif /* __NR_getrandom */ 441 #if !defined(__NR_getrandom) || define in uv__getrandom() [all...] |
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | syscall.h | 363 #define __NR_getrandom 384 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | syscall.h | 363 #define __NR_getrandom 384 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | syscall.h | 363 #define __NR_getrandom 384 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | syscall.h | 363 #define __NR_getrandom 384 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
H A D | syscall.h | 363 #define __NR_getrandom 384 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | syscall.h | 363 #define __NR_getrandom 384 macro
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 2102 pub const __NR_getrandom: u32 = 278; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 2101 pub const __NR_getrandom: u32 = 278; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 2064 pub const __NR_getrandom: u32 = 278; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 2212 pub const __NR_getrandom: u32 = 359; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 2296 pub const __NR_getrandom: u32 = 5313; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 2215 pub const __NR_getrandom: u32 = 359; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 2328 pub const __NR_getrandom: u32 = 4353; consts
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 2169 pub const __NR_getrandom: u32 = 384; consts
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
H A D | general.rs | 2429 pub const __NR_getrandom: u32 = 347; consts
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
H A D | general.rs | 2127 pub const __NR_getrandom: u32 = 349; consts
|