Home
last modified time | relevance | path

Searched defs:GETPAGESIZE (Results 1 – 2 of 2) sorted by relevance

/titanic_51/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmhdr.h156 #define GETPAGESIZE(x) ((x) ? (x) : ((x)=getpagesize()) ) macro
158 #define GETPAGESIZE(x) ((x) = VMPAGESIZE) macro
/titanic_51/usr/src/lib/libast/common/vmalloc/
H A Dvmhdr.h170 #define GETPAGESIZE(x) ((x) ? (x) : \ macro
173 #define GETPAGESIZE(x) ((x) = VMPAGESIZE) macro