Lines Matching defs:privset
2742 priv_set_t *privset;
2786 privset = mthd_ctxt->priv_set;
2787 if (privset == NULL) {
2788 privset = priv_allocset();
2789 if (privset != NULL &&
2790 getppriv(PRIV_EFFECTIVE, privset) != 0) {
2791 priv_freeset(privset);
2792 privset = NULL;
2796 ae->adt_inetd_connect.privileges = privset;
2801 if (privset != NULL && mthd_ctxt->priv_set == NULL)
2802 priv_freeset(privset);