Searched defs:temporary_prop (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/rcap/rcapadm/
H A Drcapadm.c97 scf_simple_prop_t *temporary_prop = NULL; local
113 if ((temporary_prop = scf_simple_prop_get(h, RCAP_FMRI,
115 scf_simple_prop_numvalues(temporary_prop)) > 0)
116 temporary = scf_simple_prop_next_boolean(temporary_prop);
143 scf_simple_prop_free(temporary_prop);

Completed in 57 milliseconds