Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dpriv_impl.h105 #define __PRIV_CLEAR(a, b) ((a)->pbits[privword(b)] &= ~privmask(b)) macro
113 #define PRIV_CLEAR(a, b) __PRIV_CLEAR((a), (b))
/titanic_50/usr/src/uts/common/os/
H A Dpriv.c490 __PRIV_CLEAR(set, priv); in priv_delset()