Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_scanner.c187 count_pages(prpageheader_t *pghp, int flags, int mask, int notmask) in count_pages() argument
201 if ((*cur & mask) == mask && (*cur & notmask) == 0) in count_pages()