__PRIV_ISASSERT
return (__PRIV_ISASSERT(set, priv) ? B_TRUE : B_FALSE);
#define PRIV_ISASSERT(a, b) __PRIV_ISASSERT((a), (b))