Home
last modified time | relevance | path

Searched refs:next_device (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/isci/scil/
H A Dscif_sas_remote_device.c653 SCIF_SAS_REMOTE_DEVICE_T * next_device; in scif_sas_remote_device_target_reset_complete() local
657 if( (next_device = scif_sas_domain_find_next_ea_target_reset(fw_device->domain)) in scif_sas_remote_device_target_reset_complete()
661 next_device->containing_device, in scif_sas_remote_device_target_reset_complete()
662 next_device, in scif_sas_remote_device_target_reset_complete()
663 next_device->ea_target_reset_request_scheduled in scif_sas_remote_device_target_reset_complete()
666 next_device->ea_target_reset_request_scheduled = NULL; in scif_sas_remote_device_target_reset_complete()
/freebsd/sys/cam/
H A Dcam_xpt.c2203 struct cam_ed *device, *next_device; in xptdevicetraverse() local
2220 for (; device != NULL; device = next_device) { in xptdevicetraverse()
2229 next_device = TAILQ_NEXT(device, links); in xptdevicetraverse()
2230 if (next_device) in xptdevicetraverse()
2231 next_device->refcount++; in xptdevicetraverse()
/freebsd/sys/dev/pci/
H A Dpci.c4272 goto next_device; in pci_rescan_method()
4276 next_device:; in pci_rescan_method()