Searched refs:tmpinst (Results 1 – 1 of 1) sorted by relevance
161 scf_instance_t *tmpinst = NULL; in get_prop_val_str() local206 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()