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

/osnet-11/usr/src/lib/libscf/common/
H A Dscf_tmpl.c90 scf_service_t *pt_orig_svc; member in struct:scf_pg_tmpl
2133 if (t->pt_svc != t->pt_orig_svc)
2135 t->pt_svc = t->pt_orig_svc;
2150 t->pt_inst = _get_restarter_inst(h, t->pt_orig_svc,
2152 if (t->pt_svc != t->pt_orig_svc)
2162 if (t->pt_svc != t->pt_orig_svc)
2384 pg_tmpl->pt_orig_svc = svc;
2531 scf_service_destroy(t->pt_orig_svc);
2532 if (t->pt_svc != t->pt_orig_svc)
2553 scf_service_destroy(t->pt_orig_svc);
[all...]

Completed in 48 milliseconds