Searched defs:ScsiIoDevice (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Scsi/ScsiBusDxe/
H A DScsiBus.c81 @param ScsiIoDevice The SCSI child device involved for the operation.
89 IN SCSI_IO_DEV *ScsiIoDevice,
93 return AllocateAlignedPages (EFI_SIZE_TO_PAGES (BufferSize), ScsiIoDevice->ScsiIo.IoAlign);
587 SCSI_IO_DEV *ScsiIoDevice; local
680 ScsiIoDevice = SCSI_IO_DEV_FROM_THIS (ScsiIo);
684 if (ScsiIoDevice->ExtScsiSupport) {
704 ScsiIoDevice->DevicePath,
706 &ScsiIoDevice->ScsiIo,
711 if (ScsiIoDevice->ExtScsiSupport) {
731 FreePool (ScsiIoDevice);
88 AllocateAlignedBuffer( IN SCSI_IO_DEV *ScsiIoDevice, IN UINTN BufferSize ) argument
761 SCSI_IO_DEV *ScsiIoDevice; local
794 SCSI_IO_DEV *ScsiIoDevice; local
827 SCSI_IO_DEV *ScsiIoDevice; local
856 SCSI_IO_DEV *ScsiIoDevice; local
934 SCSI_IO_DEV *ScsiIoDevice; local
1062 SCSI_IO_DEV *ScsiIoDevice; local
[all...]

Completed in 45 milliseconds