Lines Matching defs:iter1
1226 dlist_t *iter1 = NULL;
1295 * iter1 steps thru each of the slice's HBAs
1298 * to see if it contains iter1's HBA
1314 for (iter1 = hbas; iter1 != NULL; iter1 = iter1->next) {
1319 if (dlist_contains(uhbas, iter1->obj,
1373 for (iter1 = _used_slices; iter1 != NULL; iter1 = iter1->next) {
1374 usedslice_t *used = (usedslice_t *)iter1->obj;
1447 dlist_t *iter1 = NULL;
1481 for (iter1 = hbas;
1482 (iter1 != NULL) && (*unique == B_TRUE) && (error == 0);
1483 iter1 = iter1->next) {
1485 if (dlist_contains(ohbas, iter1->obj,
1715 dlist_t *iter1 = NULL;
1753 for (iter1 = used;
1754 (iter1 != NULL) && (*on_smlr_bus == B_FALSE) && (error == 0);
1755 iter1 = iter1->next) {
1757 devconfig_t *used = (devconfig_t *)iter1->obj;