Home
last modified time | relevance | path

Searched refs:KERN_ARND (Results 1 - 9 of 9) sorted by relevance

/third_party/mbedtls/library/
H A Dentropy_poll.c112 * Some BSD systems provide KERN_ARND.
122 #if defined(KERN_ARND)
131 name[1] = KERN_ARND; in sysctl_arnd_wrapper()
143 #endif /* KERN_ARND */
/third_party/node/deps/openssl/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c215 # if (defined(__FreeBSD__) || defined(__NetBSD__)) && defined(KERN_ARND)
245 * On NetBSD before 4.0 KERN_ARND was an alias for KERN_URND, and only in sysctl_random()
257 mib[1] = KERN_ARND; in sysctl_random()
396 # elif (defined(__FreeBSD__) || defined(__NetBSD__)) && defined(KERN_ARND) in syscall_random()
/third_party/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c215 # if (defined(__FreeBSD__) || defined(__NetBSD__)) && defined(KERN_ARND)
245 * On NetBSD before 4.0 KERN_ARND was an alias for KERN_URND, and only in sysctl_random()
257 mib[1] = KERN_ARND; in sysctl_random()
396 # elif (defined(__FreeBSD__) || defined(__NetBSD__)) && defined(KERN_ARND) in syscall_random()
/third_party/libuv/src/unix/
H A Dnetbsd.c244 static int name[] = {CTL_KERN, KERN_ARND}; in uv__random_sysctl()
/third_party/node/deps/uv/src/unix/
H A Dnetbsd.c239 static int name[] = {CTL_KERN, KERN_ARND}; in uv__random_sysctl()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1399 pub const KERN_ARND: ::c_int = 37; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs2113 pub const KERN_ARND: ::c_int = 81; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2234 pub const KERN_ARND: ::c_int = 81; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs2154 pub const KERN_ARND: ::c_int = 37; consts

Completed in 38 milliseconds