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

/osnet-11/usr/src/lib/libscf/common/
H A Dscf_tmpl.c91 scf_service_t *pt_svc; member in struct:scf_pg_tmpl
183 assert(t->pt_svc != NULL || t->pt_inst != NULL);
184 assert(t->pt_svc == NULL || t->pt_inst == NULL);
194 r = scf_service_to_fmri(t->pt_svc, buf, sz);
1875 pg_tmpl->pt_svc = p->pw_svc;
2034 pg_tmpl->pt_svc = p->pw_svc;
2064 assert(t->pt_svc != NULL || t->pt_inst != NULL);
2065 assert(t->pt_svc == NULL || t->pt_inst == NULL);
2077 if (t->pt_svc != NULL)
2078 ret = scf_iter_service_pgs_typed(iter, t->pt_svc,
[all...]

Completed in 39 milliseconds