Lines Matching defs:privset
1621 priv_set_t *privset;
1648 if ((privset = priv_allocset()) == NULL) {
1653 if (getppriv(PRIV_EFFECTIVE, privset) != 0) {
1655 priv_freeset(privset);
1659 if (priv_isfullset(privset) == B_FALSE) {
1662 priv_freeset(privset);
1665 priv_freeset(privset);
5375 priv_set_t *privset;
5387 if ((privset = priv_allocset()) == NULL) {
5392 if (getppriv(PRIV_EFFECTIVE, privset) != 0) {
5394 priv_freeset(privset);
5398 if (priv_isfullset(privset) == B_FALSE) {
5400 priv_freeset(privset);
5403 priv_freeset(privset);