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

/freebsd-10-stable/sys/dev/isci/scil/
H A Dscif_sas_remote_device.c653 SCIF_SAS_REMOTE_DEVICE_T * next_device; local
657 if( (next_device = scif_sas_domain_find_next_ea_target_reset(fw_device->domain))
661 next_device->containing_device,
662 next_device,
663 next_device->ea_target_reset_request_scheduled
666 next_device->ea_target_reset_request_scheduled = NULL;
/freebsd-10-stable/sys/dev/hyperv/pcib/
H A Dvmbus_pcib.c690 goto next_device;
694 next_device:;
/freebsd-10-stable/sys/cam/
H A Dcam_xpt.c2159 struct cam_ed *device, *next_device; local
2176 for (; device != NULL; device = next_device) {
2185 next_device = TAILQ_NEXT(device, links);
2186 if (next_device)
2187 next_device->refcount++;

Completed in 108 milliseconds