Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libscf/common/
H A Dmidlevel_impl.h52 uint32_t pr_numvalues; member
H A Dmidlevel.c298 ret->pr_numvalues = numvals; in fill_prop()
1817 for (i = 0; i < prop->pr_numvalues; i++) { in scf_simple_prop_free()
1831 for (i = 0; i < prop->pr_numvalues; i++) { in scf_simple_prop_free()
2347 return (prop->pr_numvalues); in scf_simple_prop_numvalues()
2417 if (prop->pr_iter >= prop->pr_numvalues) { in scf_next_val()