Lines Matching refs:valueLookup
184 scf_value_t *valueLookup = NULL; in fcoe_add_remove_scf_entry() local
296 valueLookup = scf_value_create(handle); in fcoe_add_remove_scf_entry()
297 if (valueLookup == NULL) { in fcoe_add_remove_scf_entry()
311 while (scf_iter_next_value(valueIter, valueLookup) == 1) { in fcoe_add_remove_scf_entry()
316 if (scf_value_get_ustring(valueLookup, in fcoe_add_remove_scf_entry()
450 if (valueLookup != NULL) { in fcoe_add_remove_scf_entry()
451 scf_value_destroy(valueLookup); in fcoe_add_remove_scf_entry()
839 scf_value_t *valueLookup = NULL; in FCOE_LoadConfig() local
871 valueLookup = scf_value_create(handle); in FCOE_LoadConfig()
872 if (valueLookup == NULL) { in FCOE_LoadConfig()
892 while (scf_iter_next_value(valueIter, valueLookup) == 1) { in FCOE_LoadConfig()
899 if (scf_value_get_ustring(valueLookup, buf, in FCOE_LoadConfig()
963 if (valueLookup != NULL) { in FCOE_LoadConfig()
964 scf_value_destroy(valueLookup); in FCOE_LoadConfig()