Home
last modified time | relevance | path

Searched refs:_SC_PAGESIZE (Results 1 – 25 of 50) sorted by relevance

12

/NextBSD/contrib/binutils/libiberty/
HDphysmem.c85 #if defined _SC_PHYS_PAGES && defined _SC_PAGESIZE in physmem_total()
88 double pagesize = sysconf (_SC_PAGESIZE); in physmem_total()
107 #if HAVE_SYSMP && defined MP_SAGET && defined MPSA_RMINFO && defined _SC_PAGESIZE in physmem_total()
112 double pagesize = sysconf (_SC_PAGESIZE); in physmem_total()
189 #if defined _SC_AVPHYS_PAGES && defined _SC_PAGESIZE in physmem_available()
192 double pagesize = sysconf (_SC_PAGESIZE); in physmem_available()
213 #if HAVE_SYSMP && defined MP_SAGET && defined MPSA_RMINFO && defined _SC_PAGESIZE in physmem_available()
218 double pagesize = sysconf (_SC_PAGESIZE); in physmem_available()
HDgetpagesize.c35 #ifdef _SC_PAGESIZE
36 #define GNU_OUR_PAGESIZE sysconf(_SC_PAGESIZE)
/NextBSD/contrib/gcclibs/libiberty/
HDphysmem.c85 #if defined _SC_PHYS_PAGES && defined _SC_PAGESIZE in physmem_total()
88 double pagesize = sysconf (_SC_PAGESIZE); in physmem_total()
107 #if HAVE_SYSMP && defined MP_SAGET && defined MPSA_RMINFO && defined _SC_PAGESIZE in physmem_total()
112 double pagesize = sysconf (_SC_PAGESIZE); in physmem_total()
219 #if defined _SC_AVPHYS_PAGES && defined _SC_PAGESIZE in physmem_available()
222 double pagesize = sysconf (_SC_PAGESIZE); in physmem_available()
243 #if HAVE_SYSMP && defined MP_SAGET && defined MPSA_RMINFO && defined _SC_PAGESIZE in physmem_available()
248 double pagesize = sysconf (_SC_PAGESIZE); in physmem_available()
HDgetpagesize.c35 #ifdef _SC_PAGESIZE
36 #define GNU_OUR_PAGESIZE sysconf(_SC_PAGESIZE)
/NextBSD/gnu/usr.bin/grep/
HDgetpagesize.h16 #if !defined getpagesize && defined _SC_PAGESIZE
18 # define getpagesize() sysconf (_SC_PAGESIZE)
/NextBSD/usr.bin/getconf/
HDsysconf.gperf49 PAGESIZE, _SC_PAGESIZE
50 PAGE_SIZE, _SC_PAGESIZE
/NextBSD/contrib/ntp/sntp/libopts/
HDtext_mmap.c45 # ifdef _SC_PAGESIZE
46 # define GETPAGESIZE() sysconf(_SC_PAGESIZE)
HDautoopts.h375 #ifndef _SC_PAGESIZE
377 # define _SC_PAGESIZE _SC_PAGE_SIZE macro
/NextBSD/contrib/compiler-rt/lib/builtins/
HDenable_execute_stack.c62 const uintptr_t pageSize = sysconf(_SC_PAGESIZE); in __enable_execute_stack()
/NextBSD/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/badioctl/
HDbadioctl.c61 int fd = -1, random, ps = sysconf(_SC_PAGESIZE); in badioctl()
/NextBSD/include/
HDunistd.h211 #define _SC_PAGESIZE 47 macro
276 #define _SC_PAGE_SIZE _SC_PAGESIZE
/NextBSD/contrib/netbsd-tests/lib/libc/string/
HDt_strlen.c151 page = sysconf(_SC_PAGESIZE); in ATF_TC_BODY()
HDt_memset.c197 page = sysconf(_SC_PAGESIZE); in ATF_TP_ADD_TCS()
/NextBSD/contrib/netbsd-tests/lib/libc/sys/
HDt_minherit.c190 page = sysconf(_SC_PAGESIZE); in ATF_TP_ADD_TCS()
HDt_msync.c237 page = sysconf(_SC_PAGESIZE); in ATF_TP_ADD_TCS()
HDt_mlock.c276 page = sysconf(_SC_PAGESIZE);
HDt_mprotect.c353 page = sysconf(_SC_PAGESIZE); in ATF_TP_ADD_TCS()
HDt_mincore.c328 page = sysconf(_SC_PAGESIZE); in ATF_TP_ADD_TCS()
/NextBSD/contrib/diff/lib/
HDc-stack.c190 size_t page_size = sysconf (_SC_PAGESIZE); in segv_handler()
/NextBSD/tools/regression/sysvshm/
HDshmtest.c97 pgsize = sysconf(_SC_PAGESIZE); in main()
/NextBSD/contrib/xz/src/common/
HDtuklib_physmem.c145 const long pagesize = sysconf(_SC_PAGESIZE); in tuklib_physmem()
/NextBSD/bin/cat/
HDcat.c288 (blksize_t)sysconf(_SC_PAGESIZE)); in raw_cat()
/NextBSD/contrib/ofed/libmthca/src/
HDmthca.c300 dev->page_size = sysconf(_SC_PAGESIZE); in mthca_driver_init()
/NextBSD/contrib/apr/memory/unix/
HDapr_pools.c58 #if APR_ALLOCATOR_USES_MMAP && defined(_SC_PAGESIZE)
579 #if APR_ALLOCATOR_USES_MMAP && defined(_SC_PAGESIZE) in apr_pool_initialize()
580 boundary_size = sysconf(_SC_PAGESIZE); in apr_pool_initialize()
1374 #if APR_ALLOCATOR_USES_MMAP && defined(_SC_PAGESIZE) in apr_pool_initialize()
1375 boundary_size = sysconf(_SC_PAGESIZE); in apr_pool_initialize()
/NextBSD/contrib/ofed/libmlx4/src/
HDmlx4.c311 dev->page_size = sysconf(_SC_PAGESIZE); in mlx4_driver_init()

12