Searched defs:tset (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libnsl/xpol/
H A Dxpol_lib.c426 priv_set_t *tset; local
444 if ((tset = priv_str_to_set(q, ",", NULL)) == NULL)
454 if (add_rule(*ctxtp, (char *)p + 2, tset) != 0)
459 tset = priv_str_to_set(rule, ",", NULL);
460 if (tset == NULL)
463 priv_union(tset, *isetp);
464 priv_freeset(tset);
466 *isetp = tset;
/osnet-11/usr/src/lib/pam_modules/unix_cred/
H A Dunix_cred.c223 priv_set_t *lim, *def, *tset, *rset; local
612 rset = tset = def = lim = NULL;
658 tset = priv_allocset();
659 if (tset == NULL) {
663 if (getppriv(PRIV_PERMITTED, tset) != 0) {
667 if (!priv_issubset(def, tset))
668 priv_intersect(tset, def);
684 if (getppriv(PRIV_LIMIT, tset) != 0) {
688 if (!priv_issubset(lim, tset))
689 priv_intersect(tset, li
[all...]
/osnet-11/usr/src/lib/libscf/common/
H A Dnotify_params.c726 * the tset value of the nvlist
1267 int32_t tset; local
1307 nvlist_lookup_int32(attr, SCF_NOTIFY_NAME_TSET, &tset) != 0 ||
1308 !SCF_TRANS_VALID(tset))) {
1320 tset |= class_to_transition(class);
1322 if (!SCF_TRANS_VALID(tset)) {
1328 /* if this transition is not in the tset, continue */
1329 if (!(tset & st_pgnames[j].st_state))
1576 _scf_get_svc_notify_params(const char *fmri, nvlist_t *nvl, int32_t tset, argument
1613 nvl_num = num_of_transitions(tset);
1821 int32_t tset = 0; local
1878 smf_notify_del_params(const char *class, const char *fmri, int32_t tset) argument
[all...]

Completed in 18 milliseconds