Home
last modified time | relevance | path

Searched refs:_SC_PHYS_PAGES (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/lib/libiberty/src/
Dphysmem.c85 #if defined _SC_PHYS_PAGES && defined _SC_PAGESIZE in physmem_total()
87 double pages = sysconf (_SC_PHYS_PAGES); in physmem_total()
/openbsd/src/lib/libc/gen/
Dsysconf.c440 case _SC_PHYS_PAGES: in sysconf()
/openbsd/src/include/
Dunistd.h280 #define _SC_PHYS_PAGES 500 macro