Searched refs:_pagesize (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dsysconf.c56 static int _pagesize = 0; local
100 if (_pagesize <= 0)
101 _pagesize = _sysconfig(_CONFIG_PAGESIZE);
102 return (_pagesize);
/illumos-gate/usr/src/uts/common/sys/
H A Dparam.h364 extern const unsigned long _pagesize;
382 #define PAGESIZE _pagesize
/illumos-gate/usr/src/uts/common/conf/
H A Dparam.c96 const unsigned long _pagesize = (unsigned long)PAGESIZE; variable

Completed in 61 milliseconds