Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/compat/
H A Dgetentropy_freebsd.c39 mib[1] = KERN_ARND; in getentropy_sysctl()
/freebsd/lib/libc/secure/
H A Dlibc_stack_protector.c64 static const int mib[2] = { CTL_KERN, KERN_ARND }; in __guard_setup()
/freebsd/lib/libc/stdlib/
H A Drandom.c259 mib[1] = KERN_ARND; in srandomdev_r()
/freebsd/contrib/ntp/sntp/libevent/
H A Darc4random.c214 int mib[] = { CTL_KERN, KERN_ARND }; in arc4_seed_sysctl_bsd()
H A Devent-config.h.cmake75 /* Define to 1 if you have the declaration of `KERN_ARND'. */
H A Dconfig.h.in37 /* Define to 1 if you have the declaration of `KERN_ARND', and to 0 if you
H A Dconfigure.ac339 AC_CHECK_DECLS([CTL_KERN, KERN_ARND], [], [],
H A DCMakeLists.txt583 CHECK_CONST_EXISTS(KERN_ARND sys/sysctl.h EVENT__HAVE_DECL_KERN_ARND)
/freebsd/contrib/libevent/
H A Darc4random.c214 int mib[] = { CTL_KERN, KERN_ARND }; in arc4_seed_sysctl_bsd()
H A Devent-config.h.cmake75 /* Define to 1 if you have the declaration of `KERN_ARND'. */
H A Dconfig.h.in37 /* Define to 1 if you have the declaration of `KERN_ARND', and to 0 if you
H A Dconfigure.ac339 AC_CHECK_DECLS([CTL_KERN, KERN_ARND], [], [],
H A DCMakeLists.txt583 CHECK_CONST_EXISTS(KERN_ARND sys/sysctl.h EVENT__HAVE_DECL_KERN_ARND)
/freebsd/sys/kern/
H A Dkern_mib.c195 SYSCTL_PROC(_kern, KERN_ARND, arandom,
/freebsd/sys/sys/
H A Dsysctl.h1002 #define KERN_ARND 37 /* int: from arc4rand() */ macro