Lines Matching refs:priv_set_t
60 static priv_set_t *get_privset(const char *, boolean_t *, char *);
61 static priv_set_t *get_granted_privs(uid_t);
236 static priv_set_t *
239 priv_set_t *res; in get_privset()
253 priv_set_t *res = vres; in ggp_callback()
262 priv_set_t *tmp = priv_str_to_set(privs, ",", NULL); in ggp_callback()
276 static priv_set_t *
279 priv_set_t *res; in get_granted_privs()
302 priv_set_t *fset; in callback_forced_privs()
338 priv_set_t *gset, *wset; in callback_user_privs()
341 wset = (priv_set_t *)&pap->pfa_buf; in callback_user_privs()
360 priv_set_t *lset, *iset; in callback_pfexec()