Home
last modified time | relevance | path

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

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