Lines Matching refs:valueIter
186 scf_iter_t *valueIter = NULL; in fcoe_add_remove_scf_entry() local
212 ((valueIter = scf_iter_create(handle)) == NULL)) { in fcoe_add_remove_scf_entry()
305 if (scf_iter_property_values(valueIter, prop) == -1) { in fcoe_add_remove_scf_entry()
312 while (scf_iter_next_value(valueIter, valueLookup) == 1) { in fcoe_add_remove_scf_entry()
448 if (valueIter != NULL) { in fcoe_add_remove_scf_entry()
449 scf_iter_destroy(valueIter); in fcoe_add_remove_scf_entry()
843 scf_iter_t *valueIter = NULL; in FCOE_LoadConfig() local
860 ((valueIter = scf_iter_create(handle)) == NULL)) { in FCOE_LoadConfig()
884 if (scf_iter_property_values(valueIter, prop) == -1) { in FCOE_LoadConfig()
895 while (scf_iter_next_value(valueIter, valueLookup) == 1) { in FCOE_LoadConfig()
963 if (valueIter != NULL) { in FCOE_LoadConfig()
964 scf_iter_destroy(valueIter); in FCOE_LoadConfig()