Searched refs:_SC_PHYS_PAGES (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/contrib/xz/src/common/
H A Dtuklib_physmem.c162 const long pages = sysconf(_SC_PHYS_PAGES);
/freebsd-current/lib/libc/gen/
H A Dsysconf.c589 #ifdef _SC_PHYS_PAGES
590 case _SC_PHYS_PAGES:
/freebsd-current/bin/cat/
H A Dcat.c411 if (sysconf(_SC_PHYS_PAGES) > PHYSPAGES_THRESHOLD)
/freebsd-current/include/
H A Dunistd.h298 #define _SC_PHYS_PAGES 121 macro
/freebsd-current/usr.bin/dpv/
H A Ddpv.c130 if (sysconf(_SC_PHYS_PAGES) >
/freebsd-current/bin/cp/
H A Dutils.c79 if (sysconf(_SC_PHYS_PAGES) > PHYSPAGES_THRESHOLD)
/freebsd-current/sys/contrib/openzfs/cmd/zstream/
H A Dzstream_redup.c202 uint64_t physmem = sysconf(_SC_PHYS_PAGES) * sysconf(_SC_PAGESIZE);
/freebsd-current/usr.bin/xinstall/
H A Dxinstall.c1109 if (sysconf(_SC_PHYS_PAGES) > PHYSPAGES_THRESHOLD)
1222 if (sysconf(_SC_PHYS_PAGES) > PHYSPAGES_THRESHOLD)
/freebsd-current/usr.bin/sort/
H A Dsort.c265 pages = sysconf(_SC_PHYS_PAGES);
/freebsd-current/sys/contrib/openzfs/lib/libzpool/
H A Dkernel.c820 physmem = sysconf(_SC_PHYS_PAGES);

Completed in 228 milliseconds