Searched refs:DeviceIndex (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Ppi/
H A DBlockIo.h72 /// The type of media device being referenced by DeviceIndex.
127 @param[in] DeviceIndex Specifies the block device to which the function wants
163 IN UINTN DeviceIndex,
177 @param[in] DeviceIndex Specifies the block device to which the function wants
206 IN UINTN DeviceIndex,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBotPei/
H A DUsbBotPeim.h70 @param[in] DeviceIndex Specifies the block device to which the function wants
92 IN UINTN DeviceIndex,
106 @param[in] DeviceIndex Specifies the block device to which the function wants
135 IN UINTN DeviceIndex,
H A DUsbBotPeim.c307 @param[in] DeviceIndex Specifies the block device to which the function wants
329 IN UINTN DeviceIndex,
374 @param[in] DeviceIndex Specifies the block device to which the function wants
403 IN UINTN DeviceIndex,
326 BotGetMediaInfo( IN EFI_PEI_SERVICES **PeiServices, IN EFI_PEI_RECOVERY_BLOCK_IO_PPI *This, IN UINTN DeviceIndex, OUT EFI_PEI_BLOCK_IO_MEDIA *MediaInfo ) argument
400 BotReadBlocks( IN EFI_PEI_SERVICES **PeiServices, IN EFI_PEI_RECOVERY_BLOCK_IO_PPI *This, IN UINTN DeviceIndex, IN EFI_PEI_LBA StartLBA, IN UINTN BufferSize, OUT VOID *Buffer ) argument
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyPei/
H A DFloppyPeim.c1497 @param[in] DeviceIndex Specifies the block device to which the function wants
1520 IN UINTN DeviceIndex,
1540 // DeviceIndex is a value from 1 to NumberBlockDevices.
1542 if ((DeviceIndex < 1) || (DeviceIndex > DeviceCount) || (DeviceIndex > 2)) {
1546 Index = DeviceIndex - 1;
1579 @param[in] DeviceIndex Specifies the block device to which the function wants
1608 IN UINTN DeviceIndex,
1634 Status = FdcGetBlockDeviceMediaInfo (PeiServices, This, DeviceIndex,
1517 FdcGetBlockDeviceMediaInfo( IN EFI_PEI_SERVICES **PeiServices, IN EFI_PEI_RECOVERY_BLOCK_IO_PPI *This, IN UINTN DeviceIndex, OUT EFI_PEI_BLOCK_IO_MEDIA *MediaInfo ) argument
1605 FdcReadBlocks( IN EFI_PEI_SERVICES **PeiServices, IN EFI_PEI_RECOVERY_BLOCK_IO_PPI *This, IN UINTN DeviceIndex, IN EFI_PEI_LBA StartLBA, IN UINTN BufferSize, OUT VOID *Buffer ) argument
[all...]
H A DFloppyPeim.h194 @param DeviceIndex Index of FDC device to get information.
200 @retval EFI_INVALID_PARAMETER DeviceIndex is not valid.
209 IN UINTN DeviceIndex,
221 @param DeviceIndex Index of FDC device to get information.
240 IN UINTN DeviceIndex,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/IdeBusPei/
H A DAtapiPeim.h172 @param[in] DeviceIndex Specifies the block device to which the function wants
195 IN UINTN DeviceIndex,
209 @param[in] DeviceIndex Specifies the block device to which the function wants
238 IN UINTN DeviceIndex,
H A DAtapiPeim.c135 @param[in] DeviceIndex Specifies the block device to which the function wants
158 IN UINTN DeviceIndex,
178 // DeviceIndex is a value from 1 to NumberBlockDevices.
180 if ((DeviceIndex < 1) || (DeviceIndex > DeviceCount) || (DeviceIndex > MAX_IDE_DEVICES)) {
184 Index = DeviceIndex - 1;
228 @param[in] DeviceIndex Specifies the block device to which the function wants
257 IN UINTN DeviceIndex,
289 DeviceIndex,
155 AtapiGetBlockDeviceMediaInfo( IN EFI_PEI_SERVICES **PeiServices, IN EFI_PEI_RECOVERY_BLOCK_IO_PPI *This, IN UINTN DeviceIndex, OUT EFI_PEI_BLOCK_IO_MEDIA *MediaInfo ) argument
254 AtapiReadBlocks( IN EFI_PEI_SERVICES **PeiServices, IN EFI_PEI_RECOVERY_BLOCK_IO_PPI *This, IN UINTN DeviceIndex, IN EFI_PEI_LBA StartLBA, IN UINTN BufferSize, OUT VOID *Buffer ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DBBSsupport.c510 UINTN DeviceIndex; local
550 for (DeviceIndex = 0; DeviceIndex < sizeof (DeviceTypeIndex) / sizeof (DeviceTypeIndex[0]); DeviceIndex++) {
551 if (DeviceTypeIndex[DeviceIndex] != (UINTN) -1 && DeviceTypeIndex[DeviceIndex] >= *NextIndex) {
552 DeviceTypeIndex[DeviceIndex]++;
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Csm/CsmSupportLib/
H A DLegacyPlatform.c102 @param[in,out] DeviceIndex Number of devices found
113 IN OUT UINT16 *DeviceIndex,
131 StartIndex = *DeviceIndex;
188 ++ *DeviceIndex;
200 if (*DeviceIndex != StartIndex) {
110 FindAllDeviceTypes( IN PCI_CLASS_RECORD *PciClasses, IN OUT DEVICE_STRUCTURE *DeviceTable, IN OUT UINT16 *DeviceIndex, IN BOOLEAN DeviceFlags ) argument

Completed in 79 milliseconds