Searched refs:valueIter (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/libfcoe/common/ |
H A D | libfcoe.c | 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() [all …]
|
/titanic_41/usr/src/cmd/fcinfo/ |
H A D | fcadm-list.c | 148 scf_iter_t *valueIter = NULL; in npivAddRemoveNPIVEntry() local 175 ((valueIter = scf_iter_create(handle)) == NULL)) { in npivAddRemoveNPIVEntry() 257 if (scf_iter_property_values(valueIter, prop) == -1) { in npivAddRemoveNPIVEntry() 264 while (scf_iter_next_value(valueIter, valueLookup) == 1) { in npivAddRemoveNPIVEntry() 397 if (valueIter != NULL) { in npivAddRemoveNPIVEntry() 398 scf_iter_destroy(valueIter); in npivAddRemoveNPIVEntry() 851 scf_iter_t *valueIter = NULL; in fc_util_create_portlist() local 864 ((valueIter = scf_iter_create(handle)) == NULL)) { in fc_util_create_portlist() 886 if (scf_iter_property_values(valueIter, prop) == -1) { in fc_util_create_portlist() 897 while (scf_iter_next_value(valueIter, valueLookup) == 1) { in fc_util_create_portlist() [all …]
|
/titanic_41/usr/src/lib/libstmf/common/ |
H A D | store.c | 297 scf_iter_t *valueIter = NULL; in iPsAddRemoveGroupMember() local 325 ((valueIter = scf_iter_create(handle)) == NULL)) { in iPsAddRemoveGroupMember() 401 if (scf_iter_property_values(valueIter, prop) == -1) { in iPsAddRemoveGroupMember() 427 while (scf_iter_next_value(valueIter, valueLookup) == 1) { in iPsAddRemoveGroupMember() 594 if (valueIter != NULL) { in iPsAddRemoveGroupMember() 595 scf_iter_destroy(valueIter); in iPsAddRemoveGroupMember() 1868 scf_iter_t *valueIter = NULL; in iPsGetGroupMemberList() local 1890 ((valueIter = scf_iter_create(handle)) == NULL) || in iPsGetGroupMemberList() 1926 if (scf_iter_property_values(valueIter, prop) == -1) { in iPsGetGroupMemberList() 1933 while (scf_iter_next_value(valueIter, valueLookup) == 1) { in iPsGetGroupMemberList() [all …]
|