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);
235 static priv_set_t *
238 priv_set_t *res; in get_privset()
252 priv_set_t *res = vres; in ggp_callback()
261 priv_set_t *tmp = priv_str_to_set(privs, ",", NULL); in ggp_callback()
275 static priv_set_t *
278 priv_set_t *res; in get_granted_privs()
301 priv_set_t *fset; in callback_forced_privs()
337 priv_set_t *gset, *wset; in callback_user_privs()
340 wset = (priv_set_t *)&pap->pfa_buf; in callback_user_privs()
359 priv_set_t *lset, *iset; in callback_pfexec()