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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Scsi/ScsiBusDxe/
H A DScsiBus.c182 EFI_EXT_SCSI_PASS_THRU_PROTOCOL *ExtPassThru; local
191 // To keep backward compatibility, UEFI ExtPassThru Protocol is supported as well as
192 // EFI PassThru Protocol. From priority perspective, ExtPassThru Protocol is firstly
198 (VOID **)&ExtPassThru,
226 Status = ExtPassThru->GetTargetLun (ExtPassThru, RemainingDevicePath, &TargetId, &Lun);
244 // 1. ExtPassThru doesn't exist.
245 // 2. ExtPassThru exists but RemainingDevicePath is invalid.
345 // To keep backward compatibility, UEFI ExtPassThru Protocol is supported as well as
346 // EFI PassThru Protocol. From priority perspective, ExtPassThru Protoco
[all...]

Completed in 32 milliseconds