Home
last modified time | relevance | path

Searched refs:HW_PHYSMEM (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/lib/libiberty/src/
H A Dphysmem.c135 #if HAVE_SYSCTL && defined HW_PHYSMEM in physmem_total()
139 static int mib[2] = { CTL_HW, HW_PHYSMEM }; in physmem_total()
/openbsd/sys/sys/
H A Dsysctl.h924 #define HW_PHYSMEM 5 /* int: total memory */ macro
/openbsd/sbin/sysctl/
H A Dsysctl.c567 case HW_PHYSMEM: in parse()
/openbsd/sys/kern/
H A Dkern_sysctl.c761 case HW_PHYSMEM: in hw_sysctl()