Searched refs:nextdev (Results 1 – 3 of 3) sorted by relevance
1077 pcap_if_t *curdev, *prevdev, *nextdev;1141 nextdev = devlistp->beginning;1143 nextdev = prevdev->next;1148 if (nextdev == NULL) {1161 nextdev_figure_of_merit = get_figure_of_merit(nextdev);1170 prevdev = nextdev;1176 curdev->next = nextdev;1199 pcap_if_t *curdev, *nextdev;1202 for (curdev = alldevs; curdev != NULL; curdev = nextdev) {1203 nextdev = curdev->next;
2090 struct cam_ed *device, *nextdev; in scsi_scan_bus() local2164 nextdev = device; in scsi_scan_bus()2165 while ((nextdev = TAILQ_NEXT(nextdev, links)) != NULL) in scsi_scan_bus()2166 if ((nextdev->flags & CAM_DEV_UNCONFIGURED) == 0) in scsi_scan_bus()2169 if (nextdev != NULL) { in scsi_scan_bus()
8459 l2arc_dev_t *dev, *nextdev, *remdev = NULL; in l2arc_remove_vdev() local8465 for (dev = list_head(l2arc_dev_list); dev; dev = nextdev) { in l2arc_remove_vdev()8466 nextdev = list_next(l2arc_dev_list, dev); in l2arc_remove_vdev()