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

/osnet-11/usr/src/lib/libscf/common/
H A Dscf_tmpl.c1166 scf_instance_t *tmpl_inst = NULL; local
1219 tmpl_inst = _get_restarter_inst(h, svc, inst, snap);
1220 if (tmpl_inst != NULL) {
1221 ret = func(NULL, tmpl_inst, p);
1254 scf_instance_destroy(tmpl_inst);
1255 tmpl_inst = _get_global_inst(h);
1256 if (tmpl_inst != NULL) {
1257 ret = func(NULL, tmpl_inst, p);
1292 scf_instance_destroy(tmpl_inst);

Completed in 25 milliseconds