Searched refs:nextdev (Results 1 – 3 of 3) sorted by relevance
185 pcap_if_t *curdev, *prevdev, *nextdev; in add_or_find_if() local385 nextdev = *alldevs; in add_or_find_if()387 nextdev = prevdev->next; in add_or_find_if()392 if (nextdev == NULL) { in add_or_find_if()406 nextdev_figure_of_merit = get_figure_of_merit(nextdev); in add_or_find_if()415 prevdev = nextdev; in add_or_find_if()421 curdev->next = nextdev; in add_or_find_if()772 pcap_if_t *curdev, *nextdev; in pcap_freealldevs() local775 for (curdev = alldevs; curdev != NULL; curdev = nextdev) { in pcap_freealldevs()776 nextdev = curdev->next; in pcap_freealldevs()
2045 struct cam_ed *device, *nextdev; in scsi_scan_bus() local2119 nextdev = device; in scsi_scan_bus()2120 while ((nextdev = TAILQ_NEXT(nextdev, links)) != NULL) in scsi_scan_bus()2121 if ((nextdev->flags & CAM_DEV_UNCONFIGURED) == 0) in scsi_scan_bus()2124 if (nextdev != NULL) { in scsi_scan_bus()
6922 l2arc_dev_t *dev, *nextdev, *remdev = NULL; in l2arc_remove_vdev() local6928 for (dev = list_head(l2arc_dev_list); dev; dev = nextdev) { in l2arc_remove_vdev()6929 nextdev = list_next(l2arc_dev_list, dev); in l2arc_remove_vdev()