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

/illumos-gate/usr/src/cmd/svc/startd/
H A Dexpand.c161 scf_instance_t *tmpinst = NULL; local
206 if ((tmpinst = scf_instance_create(h)) == NULL)
208 if (scf_service_get_instance(svc, in, tmpinst) != 0)
211 tmpsnap = libscf_get_running_snapshot(tmpinst);
215 if (get_prop(tmpinst, tmpsnap, pgn, pn, pg, prop) != 0)
325 scf_instance_destroy(tmpinst);

Completed in 71 milliseconds