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

/illumos-gate/usr/src/lib/libscf/common/
H A Dscf_tmpl.c91 scf_service_t *pt_orig_svc; member in struct:scf_pg_tmpl
2137 if (t->pt_svc != t->pt_orig_svc)
2139 t->pt_svc = t->pt_orig_svc;
2154 t->pt_inst = _get_restarter_inst(h, t->pt_orig_svc,
2156 if (t->pt_svc != t->pt_orig_svc)
2166 if (t->pt_svc != t->pt_orig_svc)
2387 pg_tmpl->pt_orig_svc = svc;
2534 scf_service_destroy(t->pt_orig_svc);
2535 if (t->pt_svc != t->pt_orig_svc)
2556 scf_service_destroy(t->pt_orig_svc);
[all...]

Completed in 54 milliseconds