Home
last modified time | relevance | path

Searched refs:get_privset (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/pfexecd/
H A Dpfexecd.c60 static priv_set_t *get_privset(const char *, boolean_t *, char *);
236 get_privset(const char *s, boolean_t *ok, char *path) in get_privset() function
321 (fset = get_privset(value, NULL, pap->pfa_path)) == NULL) { in callback_forced_privs()
422 lset = get_privset(value, &res->pfr_allowed, path); in callback_pfexec()
425 iset = get_privset(value, &res->pfr_allowed, path); in callback_pfexec()
/titanic_41/usr/src/cmd/zoneadmd/
H A Dvplat.c3247 get_privset(zlog_t *zlogp, priv_set_t *privs, zone_mnt_t mount_cmd) in get_privset() function
4704 if (get_privset(zlogp, privs, mount_cmd) != 0) in vplat_create()