Lines Matching refs:tset
15785 int32_t tset; in lscf_delnotify() local
15793 if ((tset = check_tokens(pgs)) > 0) { in lscf_delnotify()
15804 tset) != SCF_SUCCESS) { in lscf_delnotify()
15808 } else if (tset == FMA_TOKENS) { in lscf_delnotify()
15823 } else if (tset == MIXED_TOKENS) { in lscf_delnotify()
15842 int32_t tset; in lscf_listnotify() local
15851 if ((tset = check_tokens(pgs)) > 0) { in lscf_listnotify()
15861 if (_scf_get_svc_notify_params(fmri, nvl, tset, 1, 1) != in lscf_listnotify()
15872 } else if (tset == FMA_TOKENS) { in lscf_listnotify()
15896 } else if (tset == MIXED_TOKENS) { in lscf_listnotify()
16097 int32_t tset; in setnotify() local
16110 if ((tset = check_tokens(events)) > 0) { in setnotify()
16122 nvlist_add_int32(nvl, SCF_NOTIFY_NAME_TSET, tset) != 0) in setnotify()
16138 } else if (tset == FMA_TOKENS) { in setnotify()
16161 } else if (tset == MIXED_TOKENS) { in setnotify()