Searched refs:nextdev (Results 1 – 2 of 2) sorted by relevance
1322 pcap_if_t *curdev, *prevdev, *nextdev; local1386 nextdev = devlistp->beginning;1388 nextdev = prevdev->next;1393 if (nextdev == NULL) {1406 nextdev_figure_of_merit = get_figure_of_merit(nextdev);1415 prevdev = nextdev;1421 curdev->next = nextdev;1462 pcap_if_t *curdev, *nextdev; local1465 for (curdev = alldevs; curdev != NULL; curdev = nextdev) {1466 nextdev = curdev->next;
2073 struct cam_ed *device, *nextdev; in scsi_scan_bus() local2147 nextdev = device; in scsi_scan_bus()2148 while ((nextdev = TAILQ_NEXT(nextdev, links)) != NULL) in scsi_scan_bus()2149 if ((nextdev->flags & CAM_DEV_UNCONFIGURED) == 0) in scsi_scan_bus()2152 if (nextdev != NULL) { in scsi_scan_bus()