Searched refs:nextdev (Results 1 – 2 of 2) sorted by relevance
1168 pcap_if_t *curdev, *prevdev, *nextdev;1232 nextdev = devlistp->beginning;1234 nextdev = prevdev->next;1239 if (nextdev == NULL) {1252 nextdev_figure_of_merit = get_figure_of_merit(nextdev);1261 prevdev = nextdev;1267 curdev->next = nextdev;1290 pcap_if_t *curdev, *nextdev;1293 for (curdev = alldevs; curdev != NULL; curdev = nextdev) {1294 nextdev = curdev->next;
2081 struct cam_ed *device, *nextdev; in scsi_scan_bus() local2155 nextdev = device; in scsi_scan_bus()2156 while ((nextdev = TAILQ_NEXT(nextdev, links)) != NULL) in scsi_scan_bus()2157 if ((nextdev->flags & CAM_DEV_UNCONFIGURED) == 0) in scsi_scan_bus()2160 if (nextdev != NULL) { in scsi_scan_bus()