Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c59 static size_t _PAGESIZE; variable
79 _PAGESIZE = getpagesize(); in _libctf_init()
80 _PAGEMASK = ~(_PAGESIZE - 1); in _libctf_init()