Searched refs:valueIter (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/fcinfo/
H A Dfcadm-list.c148 scf_iter_t *valueIter = NULL; local
175 ((valueIter = scf_iter_create(handle)) == NULL)) {
257 if (scf_iter_property_values(valueIter, prop) == -1) {
264 while (scf_iter_next_value(valueIter, valueLookup) == 1) {
397 if (valueIter != NULL) {
398 scf_iter_destroy(valueIter);
851 scf_iter_t *valueIter = NULL; local
864 ((valueIter = scf_iter_create(handle)) == NULL)) {
886 if (scf_iter_property_values(valueIter, prop) == -1) {
897 while (scf_iter_next_value(valueIter, valueLooku
[all...]
/opensolaris-onvv-gate/usr/src/lib/libfcoe/common/
H A Dlibfcoe.c185 scf_iter_t *valueIter = NULL; local
211 ((valueIter = scf_iter_create(handle)) == NULL)) {
304 if (scf_iter_property_values(valueIter, prop) == -1) {
311 while (scf_iter_next_value(valueIter, valueLookup) == 1) {
447 if (valueIter != NULL) {
448 scf_iter_destroy(valueIter);
840 scf_iter_t *valueIter = NULL; local
857 ((valueIter = scf_iter_create(handle)) == NULL)) {
881 if (scf_iter_property_values(valueIter, prop) == -1) {
892 while (scf_iter_next_value(valueIter, valueLooku
[all...]
/opensolaris-onvv-gate/usr/src/lib/libstmf/common/
H A Dstore.c296 scf_iter_t *valueIter = NULL; local
324 ((valueIter = scf_iter_create(handle)) == NULL)) {
398 * valueIter is the iterator handle, create the resource
400 if (scf_iter_property_values(valueIter, prop) == -1) {
426 while (scf_iter_next_value(valueIter, valueLookup) == 1) {
593 if (valueIter != NULL) {
594 scf_iter_destroy(valueIter);
1867 scf_iter_t *valueIter = NULL; local
1889 ((valueIter = scf_iter_create(handle)) == NULL) ||
1923 * valueIter i
[all...]

Completed in 177 milliseconds