Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/file/
H A Dfile_append.c117 if (use_odirect && ((blocksize % sysconf(_SC_PAGE_SIZE)) != 0)) { in parse_options()
154 err = posix_memalign((void **)&buf, sysconf(_SC_PAGE_SIZE), in main()
/freebsd/contrib/ntp/sntp/libopts/
H A Dautoopts.h379 # ifdef _SC_PAGE_SIZE
380 # define _SC_PAGESIZE _SC_PAGE_SIZE
/freebsd/contrib/sendmail/libsm/
H A Dmemstat.c35 sc_page_size = sysconf(_SC_PAGE_SIZE); in sm_memstat_open()
/freebsd/crypto/openssl/crypto/
H A Dmem_sec.c479 #if defined(_SC_PAGE_SIZE) || defined (_SC_PAGESIZE) in sh_init()
481 # if defined(_SC_PAGE_SIZE) in sh_init()
482 long tmppgsize = sysconf(_SC_PAGE_SIZE); in sh_init()
/freebsd/contrib/netbsd-tests/net/bpf/
H A Dt_bpf.c119 vm_page_size = sysconf(_SC_PAGE_SIZE); in ATF_TC_BODY()
/freebsd/include/
H A Dunistd.h278 #define _SC_PAGE_SIZE _SC_PAGESIZE macro
/freebsd/sys/contrib/openzfs/lib/libzpool/
H A Dkernel.c823 (double)physmem * sysconf(_SC_PAGE_SIZE) / (1ULL << 30)); in kernel_init()
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProcess.inc84 static long page_size = ::sysconf(_SC_PAGE_SIZE);
/freebsd/contrib/ntp/sntp/libevent/
H A Dbuffer.c3029 #elif defined(_SC_PAGE_SIZE) in get_page_size()
3030 return sysconf(_SC_PAGE_SIZE); in get_page_size()
/freebsd/contrib/libevent/
H A Dbuffer.c3029 #elif defined(_SC_PAGE_SIZE) in get_page_size()
3030 return sysconf(_SC_PAGE_SIZE); in get_page_size()
/freebsd/lib/geom/eli/
H A Dgeom_eli.c856 if (val > sysconf(_SC_PAGE_SIZE)) { in eli_init()