Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libscf/common/
H A Dscf_tmpl.c92 scf_service_t *pt_svc; member
184 assert(t->pt_svc != NULL || t->pt_inst != NULL); in _scf_tmpl_get_fmri()
185 assert(t->pt_svc == NULL || t->pt_inst == NULL); in _scf_tmpl_get_fmri()
195 r = scf_service_to_fmri(t->pt_svc, buf, sz); in _scf_tmpl_get_fmri()
1879 pg_tmpl->pt_svc = p->pw_svc; in scf_tmpl_get_by_pg()
2038 pg_tmpl->pt_svc = p->pw_svc; in scf_tmpl_get_by_pg_name()
2068 assert(t->pt_svc != NULL || t->pt_inst != NULL); in _get_svc_or_inst_iter()
2069 assert(t->pt_svc == NULL || t->pt_inst == NULL); in _get_svc_or_inst_iter()
2081 if (t->pt_svc != NULL) in _get_svc_or_inst_iter()
2082 ret = scf_iter_service_pgs_typed(iter, t->pt_svc, in _get_svc_or_inst_iter()
[all …]