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

/freebsd-13-stable/sys/dev/isci/scil/
H A Dscif_sas_remote_device.c655 SCIF_SAS_REMOTE_DEVICE_T * next_device; local
659 if( (next_device = scif_sas_domain_find_next_ea_target_reset(fw_device->domain))
663 next_device->containing_device,
664 next_device,
665 next_device->ea_target_reset_request_scheduled
668 next_device->ea_target_reset_request_scheduled = NULL;
/freebsd-13-stable/sys/dev/hyperv/pcib/
H A Dvmbus_pcib.c736 goto next_device;
740 next_device:;
/freebsd-13-stable/sys/cam/
H A Dcam_xpt.c2315 struct cam_ed *device, *next_device; local
2332 for (; device != NULL; device = next_device) {
2341 next_device = TAILQ_NEXT(device, links);
2342 if (next_device)
2343 next_device->refcount++;
/freebsd-13-stable/sys/dev/pci/
H A Dpci.c4226 goto next_device;
4230 next_device:;

Completed in 108 milliseconds