Home
last modified time | relevance | path

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

/freebsd/lib/libc/gen/
H A Dsysconf.c589 #ifdef _SC_PHYS_PAGES in sysconf()
590 case _SC_PHYS_PAGES: in sysconf()
/freebsd/include/
H A Dunistd.h298 #define _SC_PHYS_PAGES 121 macro
/freebsd/usr.bin/dpv/
H A Ddpv.c130 if (sysconf(_SC_PHYS_PAGES) > in operate_common()
/freebsd/bin/cat/
H A Dcat.c411 if (sysconf(_SC_PHYS_PAGES) > PHYSPAGES_THRESHOLD) in raw_cat()
/freebsd/sys/contrib/openzfs/cmd/zstream/
H A Dzstream_redup.c194 uint64_t physmem = sysconf(_SC_PHYS_PAGES) * sysconf(_SC_PAGESIZE); in zfs_redup_stream()
/freebsd/usr.bin/xinstall/
H A Dxinstall.c1109 if (sysconf(_SC_PHYS_PAGES) > PHYSPAGES_THRESHOLD) in compare()
1222 if (sysconf(_SC_PHYS_PAGES) > PHYSPAGES_THRESHOLD) in copy()
/freebsd/usr.bin/sort/
H A Dsort.c265 pages = sysconf(_SC_PHYS_PAGES); in set_hw_params()
/freebsd/sys/contrib/openzfs/lib/libzpool/
H A Dkernel.c821 physmem = sysconf(_SC_PHYS_PAGES); in kernel_init()