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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyIde.c43 EFI_DISK_INFO_PROTOCOL *DiskInfo; local
125 (VOID **) &DiskInfo
129 if (CompareGuid (&DiskInfo->Interface, &gEfiDiskInfoIdeInterfaceGuid)) {
180 Status = DiskInfo->WhichIde (DiskInfo, &IdeChannel, &IdeDevice);
183 DiskInfo->Identify (
184 DiskInfo,
196 Status = DiskInfo->Inquiry (
197 DiskInfo,
206 Status = DiskInfo
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
H A DIdeBus.h25 #include <Protocol/DiskInfo.h>
77 EFI_DISK_INFO_PROTOCOL DiskInfo; member in struct:__anon10341
113 #define IDE_BLOCK_IO_DEV_FROM_DISK_INFO_THIS(a) CR (a, IDE_BLK_IO_DEV, DiskInfo, IDE_BLK_IO_DEV_SIGNATURE)
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/
H A DScsiDisk.h28 #include <Protocol/DiskInfo.h>
65 EFI_DISK_INFO_PROTOCOL DiskInfo; member in struct:__anon10860
82 #define SCSI_DISK_DEV_FROM_DISKINFO(a) CR (a, SCSI_DISK_DEV, DiskInfo, SCSI_DISK_DEV_SIGNATURE)
982 Initialize the installation of DiskInfo protocol.
984 This function prepares for the installation of DiskInfo protocol on the child handle.
985 By default, it installs DiskInfo protocol with SCSI interface GUID. If it further
990 @param ChildHandle Child handle to install DiskInfo protocol.
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaBusDxe/
H A DAtaBus.h26 #include <Protocol/DiskInfo.h>
105 EFI_DISK_INFO_PROTOCOL DiskInfo; member in struct:__anon10809
164 #define ATA_DEVICE_FROM_DISK_INFO(a) CR (a, ATA_DEVICE, DiskInfo, ATA_DEVICE_SIGNATURE)
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
H A DUsbMass.h25 #include <Protocol/DiskInfo.h>
210 EFI_DISK_INFO_PROTOCOL DiskInfo; member in struct:_USB_MASS_DEVICE
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dntddstor.h193 } DiskInfo; member in union:_DEVICE_MEDIA_INFO::__anon13707
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dntddstor.h184 } DiskInfo; member in union:_DEVICE_MEDIA_INFO::__anon1079

Completed in 83 milliseconds