Lines Matching refs:valueIter
185 scf_iter_t *valueIter = NULL; in fcoe_add_remove_scf_entry() local
211 ((valueIter = scf_iter_create(handle)) == NULL)) { in fcoe_add_remove_scf_entry()
304 if (scf_iter_property_values(valueIter, prop) == -1) { in fcoe_add_remove_scf_entry()
311 while (scf_iter_next_value(valueIter, valueLookup) == 1) { in fcoe_add_remove_scf_entry()
447 if (valueIter != NULL) { in fcoe_add_remove_scf_entry()
448 scf_iter_destroy(valueIter); in fcoe_add_remove_scf_entry()
840 scf_iter_t *valueIter = NULL; in FCOE_LoadConfig() local
857 ((valueIter = scf_iter_create(handle)) == NULL)) { in FCOE_LoadConfig()
881 if (scf_iter_property_values(valueIter, prop) == -1) { in FCOE_LoadConfig()
892 while (scf_iter_next_value(valueIter, valueLookup) == 1) { in FCOE_LoadConfig()
960 if (valueIter != NULL) { in FCOE_LoadConfig()
961 scf_iter_destroy(valueIter); in FCOE_LoadConfig()