Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/startd/
H A Dexpand.c159 scf_instance_t *tmpinst = NULL; in get_prop_val_str() local
204 if ((tmpinst = scf_instance_create(h)) == NULL) in get_prop_val_str()
206 if (scf_service_get_instance(svc, in, tmpinst) != 0) in get_prop_val_str()
209 tmpsnap = libscf_get_running_snapshot(tmpinst); in get_prop_val_str()
213 if (get_prop(tmpinst, tmpsnap, pgn, pn, pg, prop) != 0) in get_prop_val_str()
323 scf_instance_destroy(tmpinst); in get_prop_val_str()