Searched refs:_SC_PAGESIZE (Results 1 - 25 of 43) sorted by relevance

12

/freebsd-10-stable/gnu/usr.bin/grep/
H A Dgetpagesize.h16 #if !defined getpagesize && defined _SC_PAGESIZE
18 # define getpagesize() sysconf (_SC_PAGESIZE)
/freebsd-10-stable/contrib/binutils/libiberty/
H A Dgetpagesize.c35 #ifdef _SC_PAGESIZE
36 #define GNU_OUR_PAGESIZE sysconf(_SC_PAGESIZE)
H A Dphysmem.c85 #if defined _SC_PHYS_PAGES && defined _SC_PAGESIZE
88 double pagesize = sysconf (_SC_PAGESIZE);
107 #if HAVE_SYSMP && defined MP_SAGET && defined MPSA_RMINFO && defined _SC_PAGESIZE
112 double pagesize = sysconf (_SC_PAGESIZE);
189 #if defined _SC_AVPHYS_PAGES && defined _SC_PAGESIZE
192 double pagesize = sysconf (_SC_PAGESIZE);
213 #if HAVE_SYSMP && defined MP_SAGET && defined MPSA_RMINFO && defined _SC_PAGESIZE
218 double pagesize = sysconf (_SC_PAGESIZE);
/freebsd-10-stable/contrib/gcclibs/libiberty/
H A Dgetpagesize.c35 #ifdef _SC_PAGESIZE
36 #define GNU_OUR_PAGESIZE sysconf(_SC_PAGESIZE)
H A Dphysmem.c85 #if defined _SC_PHYS_PAGES && defined _SC_PAGESIZE
88 double pagesize = sysconf (_SC_PAGESIZE);
107 #if HAVE_SYSMP && defined MP_SAGET && defined MPSA_RMINFO && defined _SC_PAGESIZE
112 double pagesize = sysconf (_SC_PAGESIZE);
219 #if defined _SC_AVPHYS_PAGES && defined _SC_PAGESIZE
222 double pagesize = sysconf (_SC_PAGESIZE);
243 #if HAVE_SYSMP && defined MP_SAGET && defined MPSA_RMINFO && defined _SC_PAGESIZE
248 double pagesize = sysconf (_SC_PAGESIZE);
/freebsd-10-stable/contrib/compiler-rt/lib/
H A Denable_execute_stack.c48 const uintptr_t pageSize = sysconf(_SC_PAGESIZE);
/freebsd-10-stable/contrib/ntp/sntp/libopts/
H A Dautoopts.h375 #ifndef _SC_PAGESIZE
377 # define _SC_PAGESIZE _SC_PAGE_SIZE macro
H A Dtext_mmap.c45 # ifdef _SC_PAGESIZE
46 # define GETPAGESIZE() sysconf(_SC_PAGESIZE)
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/badioctl/
H A Dbadioctl.c61 int fd = -1, random, ps = sysconf(_SC_PAGESIZE);
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/string/
H A Dt_strlen.c154 page = sysconf(_SC_PAGESIZE);
H A Dt_memset.c243 page = sysconf(_SC_PAGESIZE);
/freebsd-10-stable/contrib/diff/lib/
H A Dc-stack.c190 size_t page_size = sysconf (_SC_PAGESIZE);
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_minherit.c190 page = sysconf(_SC_PAGESIZE);
H A Dt_msync.c224 page = sysconf(_SC_PAGESIZE);
H A Dt_mprotect.c356 page = sysconf(_SC_PAGESIZE);
H A Dt_mincore.c334 page = sysconf(_SC_PAGESIZE);
H A Dt_mlock.c440 page = sysconf(_SC_PAGESIZE);
/freebsd-10-stable/tools/regression/sysvshm/
H A Dshmtest.c97 pgsize = sysconf(_SC_PAGESIZE);
/freebsd-10-stable/contrib/xz/src/common/
H A Dtuklib_physmem.c146 const long pagesize = sysconf(_SC_PAGESIZE);
/freebsd-10-stable/include/
H A Dunistd.h211 #define _SC_PAGESIZE 47 macro
276 #define _SC_PAGE_SIZE _SC_PAGESIZE
/freebsd-10-stable/contrib/ofed/libmthca/src/
H A Dmthca.c300 dev->page_size = sysconf(_SC_PAGESIZE);
/freebsd-10-stable/bin/cat/
H A Dcat.c311 (blksize_t)sysconf(_SC_PAGESIZE));
/freebsd-10-stable/contrib/ofed/libmlx4/src/
H A Dmlx4.c311 dev->page_size = sysconf(_SC_PAGESIZE);
/freebsd-10-stable/lib/libc/gen/
H A Dsysconf.c292 case _SC_PAGESIZE:
/freebsd-10-stable/contrib/apr/memory/unix/
H A Dapr_pools.c58 #if APR_ALLOCATOR_USES_MMAP && defined(_SC_PAGESIZE)
579 #if APR_ALLOCATOR_USES_MMAP && defined(_SC_PAGESIZE)
580 boundary_size = sysconf(_SC_PAGESIZE);
1374 #if APR_ALLOCATOR_USES_MMAP && defined(_SC_PAGESIZE)
1375 boundary_size = sysconf(_SC_PAGESIZE);

Completed in 179 milliseconds

12