Home
last modified time | relevance | path

Searched defs:__NR_getrandom (Results 1 - 25 of 25) sorted by relevance

/third_party/eudev/src/shared/
H A Dmissing.h48 # 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
63 # define __NR_getrandom macro
[all...]
/third_party/node/deps/uv/src/unix/
H A Dlinux-syscalls.c129 # 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
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c276 # 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 Drand_unix.c276 # 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/libuv/src/unix/
H A Dlinux.c134 # 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
[all...]
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dsyscall.h363 #define __NR_getrandom 384 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dsyscall.h363 #define __NR_getrandom 384 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dsyscall.h363 #define __NR_getrandom 384 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dsyscall.h363 #define __NR_getrandom 384 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dsyscall.h363 #define __NR_getrandom 384 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Dsyscall.h363 #define __NR_getrandom 384 macro
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs2102 pub const __NR_getrandom: u32 = 278; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs2212 pub const __NR_getrandom: u32 = 359; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs2101 pub const __NR_getrandom: u32 = 278; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs2064 pub const __NR_getrandom: u32 = 278; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs2296 pub const __NR_getrandom: u32 = 5313; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs2215 pub const __NR_getrandom: u32 = 359; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs2328 pub const __NR_getrandom: u32 = 4353; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs2169 pub const __NR_getrandom: u32 = 384; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs2429 pub const __NR_getrandom: u32 = 347; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs2127 pub const __NR_getrandom: u32 = 349; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs2419 pub const __NR_getrandom: u32 = 347; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs2110 pub const __NR_getrandom: u32 = 1073742142; consts
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs2180 pub const __NR_getrandom: u32 = 355; consts
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dgeneral.rs2154 pub const __NR_getrandom: u32 = 318; consts

Completed in 188 milliseconds