Lines Matching refs:tset
15822 int32_t tset; in lscf_delnotify() local
15830 if ((tset = check_tokens(pgs)) > 0) { in lscf_delnotify()
15841 tset) != SCF_SUCCESS) { in lscf_delnotify()
15845 } else if (tset == FMA_TOKENS) { in lscf_delnotify()
15860 } else if (tset == MIXED_TOKENS) { in lscf_delnotify()
15879 int32_t tset; in lscf_listnotify() local
15888 if ((tset = check_tokens(pgs)) > 0) { in lscf_listnotify()
15898 if (_scf_get_svc_notify_params(fmri, nvl, tset, 1, 1) != in lscf_listnotify()
15909 } else if (tset == FMA_TOKENS) { in lscf_listnotify()
15933 } else if (tset == MIXED_TOKENS) { in lscf_listnotify()
16134 int32_t tset; in setnotify() local
16147 if ((tset = check_tokens(events)) > 0) { in setnotify()
16159 nvlist_add_int32(nvl, SCF_NOTIFY_NAME_TSET, tset) != 0) in setnotify()
16175 } else if (tset == FMA_TOKENS) { in setnotify()
16198 } else if (tset == MIXED_TOKENS) { in setnotify()