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

/freebsd-10-stable/contrib/ntp/sntp/libopts/
H A Dautoopts.h376 # ifdef _SC_PAGE_SIZE
377 # define _SC_PAGESIZE _SC_PAGE_SIZE
/freebsd-10-stable/contrib/sendmail/libsm/
H A Dmemstat.c35 sc_page_size = sysconf(_SC_PAGE_SIZE);
/freebsd-10-stable/contrib/llvm/lib/Support/Unix/
H A DProcess.inc98 long page_size = ::sysconf(_SC_PAGE_SIZE);
/freebsd-10-stable/contrib/netbsd-tests/net/bpf/
H A Dt_bpf.c119 vm_page_size = sysconf(_SC_PAGE_SIZE);
/freebsd-10-stable/include/
H A Dunistd.h276 #define _SC_PAGE_SIZE _SC_PAGESIZE macro
/freebsd-10-stable/sys/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c724 # ifndef _SC_PAGE_SIZE
725 # define _SC_PAGE_SIZE _SC_PAGESIZE macro
729 # ifdef _SC_PAGE_SIZE
730 # define malloc_getpagesize sysconf(_SC_PAGE_SIZE)
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dkernel.c968 (double)physmem * sysconf(_SC_PAGE_SIZE) / (1ULL << 30));
/freebsd-10-stable/contrib/gdb/gdb/
H A Dinfttrace.c5489 page_size = sysconf (_SC_PAGE_SIZE);
5622 memory_page_dictionary.page_size = sysconf (_SC_PAGE_SIZE);
/freebsd-10-stable/sbin/geom/class/eli/
H A Dgeom_eli.c796 if (val > sysconf(_SC_PAGE_SIZE)) {
/freebsd-10-stable/contrib/ntp/sntp/libevent/
H A Dbuffer.c3008 #elif defined(_SC_PAGE_SIZE)
3009 return sysconf(_SC_PAGE_SIZE);

Completed in 143 milliseconds