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

/freebsd-10-stable/contrib/binutils/libiberty/
H A Dphysmem.c85 #if defined _SC_PHYS_PAGES && defined _SC_PAGESIZE
87 double pages = sysconf (_SC_PHYS_PAGES);
/freebsd-10-stable/contrib/gcclibs/libiberty/
H A Dphysmem.c85 #if defined _SC_PHYS_PAGES && defined _SC_PAGESIZE
87 double pages = sysconf (_SC_PHYS_PAGES);
/freebsd-10-stable/contrib/xz/src/common/
H A Dtuklib_physmem.c147 const long pages = sysconf(_SC_PHYS_PAGES);
/freebsd-10-stable/lib/libc/gen/
H A Dsysconf.c595 #ifdef _SC_PHYS_PAGES
596 case _SC_PHYS_PAGES:
/freebsd-10-stable/bin/cat/
H A Dcat.c305 if (sysconf(_SC_PHYS_PAGES) > PHYSPAGES_THRESHOLD)
/freebsd-10-stable/include/
H A Dunistd.h296 #define _SC_PHYS_PAGES 121 macro
/freebsd-10-stable/usr.bin/dpv/
H A Ddpv.c132 if (sysconf(_SC_PHYS_PAGES) >
/freebsd-10-stable/bin/cp/
H A Dutils.c203 if (sysconf(_SC_PHYS_PAGES) >
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dkernel.c965 physmem = sysconf(_SC_PHYS_PAGES);
/freebsd-10-stable/usr.bin/sort/
H A Dsort.c274 pages = sysconf(_SC_PHYS_PAGES);
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_sendrecv.c249 uint64_t physmem = sysconf(_SC_PHYS_PAGES) * sysconf(_SC_PAGESIZE);

Completed in 131 milliseconds