Home
last modified time | relevance | path

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

/netbsd/src/sbin/cgdconfig/
Dargon2_utils.c63 const int mib[] = { CTL_HW, HW_USERMEM64 }; in get_usermem()
/netbsd/src/lib/libcrypt/
Dcrypt-argon2.c153 const int mib[] = { CTL_HW, HW_USERMEM64 }; in estimate_argon2_params()
/netbsd/src/sbin/dump/
Drcache.c122 int mib[2] = { CTL_HW, HW_USERMEM64 }; in initcache()
/netbsd/src/sys/kern/
Dinit_sysctl.c613 CTL_HW, HW_USERMEM64, CTL_EOL);
1453 case HW_USERMEM64: in sysctl_hw_usermem()
/netbsd/src/sys/sys/
Dsysctl.h864 #define HW_USERMEM64 14 /* quad: non-kernel memory (bytes) */ macro