Home
last modified time | relevance | path

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

/trueos/contrib/ntp/sntp/libopts/
HDautoopts.h355 # ifdef _SC_PAGE_SIZE
356 # define _SC_PAGESIZE _SC_PAGE_SIZE
/trueos/contrib/ntp/libopts/
HDautoopts.h355 # ifdef _SC_PAGE_SIZE
356 # define _SC_PAGESIZE _SC_PAGE_SIZE
/trueos/contrib/sendmail/libsm/
HDmemstat.c35 sc_page_size = sysconf(_SC_PAGE_SIZE); in sm_memstat_open()
/trueos/contrib/netbsd-tests/net/bpf/
HDt_bpf.c119 vm_page_size = sysconf(_SC_PAGE_SIZE); in ATF_TC_BODY()
/trueos/include/
HDunistd.h276 #define _SC_PAGE_SIZE _SC_PAGESIZE macro
/trueos/sys/contrib/octeon-sdk/cvmx-malloc/
HDmalloc.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)
/trueos/contrib/llvm/lib/Support/Unix/
HDProcess.inc98 long page_size = ::sysconf(_SC_PAGE_SIZE);
/trueos/cddl/contrib/opensolaris/lib/libzpool/common/
HDkernel.c960 (double)physmem * sysconf(_SC_PAGE_SIZE) / (1ULL << 30)); in kernel_init()
/trueos/contrib/gdb/gdb/
HDinfttrace.c5467 page_size = sysconf (_SC_PAGE_SIZE); in hppa_range_profitable_for_hw_watchpoint()
5598 memory_page_dictionary.page_size = sysconf (_SC_PAGE_SIZE); in _initialize_infttrace()
/trueos/sbin/geom/class/eli/
HDgeom_eli.c796 if (val > sysconf(_SC_PAGE_SIZE)) { in eli_init()