Home
last modified time | relevance | path

Searched refs:KERN_ARND (Results 1 – 12 of 12) sorted by relevance

/external/mbedtls/library/
Dentropy_poll.c133 #if defined(KERN_ARND)
142 name[1] = KERN_ARND; in sysctl_arnd_wrapper()
/external/openthread/third_party/mbedtls/repo/library/
Dentropy_poll.c138 #if defined(KERN_ARND)
147 name[1] = KERN_ARND; in sysctl_arnd_wrapper()
/external/rust/crates/getrandom/src/
Dbsd_arandom.rs14 static MIB: [libc::c_int; 2] = [libc::CTL_KERN, libc::KERN_ARND]; in kern_arnd()
/external/libevent/
Darc4random.c214 int mib[] = { CTL_KERN, KERN_ARND }; in arc4_seed_sysctl_bsd()
Devent-config.h.cmake75 /* Define to 1 if you have the declaration of `KERN_ARND'. */
Dconfig.h.in37 /* Define to 1 if you have the declaration of `KERN_ARND', and to 0 if you
Dconfigure.ac339 AC_CHECK_DECLS([CTL_KERN, KERN_ARND], [], [],
DCMakeLists.txt583 CHECK_CONST_EXISTS(KERN_ARND sys/sysctl.h EVENT__HAVE_DECL_KERN_ARND)
/external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs1399 pub const KERN_ARND: ::c_int = 37; constant
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs2113 pub const KERN_ARND: ::c_int = 81; constant
/external/rust/crates/libc/src/unix/nto/
Dmod.rs2234 pub const KERN_ARND: ::c_int = 81; constant
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs2154 pub const KERN_ARND: ::c_int = 37; constant