Home
last modified time | relevance | path

Searched refs:HW_USERMEM (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/lib/libiberty/src/
H A Dphysmem.c241 #if HAVE_SYSCTL && defined HW_USERMEM in physmem_available()
245 static int mib[2] = { CTL_HW, HW_USERMEM }; in physmem_available()
/openbsd/lib/libcrypto/arc4random/
H A Dgetentropy_osx.c202 static int hwmib[] = { CTL_HW, HW_USERMEM };
/openbsd/sys/sys/
H A Dsysctl.h926 #define HW_USERMEM 6 /* int: non-kernel memory */ macro
/openbsd/sbin/sysctl/
H A Dsysctl.c568 case HW_USERMEM: in parse()
/openbsd/sys/kern/
H A Dkern_sysctl.c817 case HW_USERMEM: in hw_sysctl()