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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/IdeBusPei/
H A DAtapiPeim.h91 UINTN DevicePosition; member in struct:__anon10826
265 @param[in] DevicePosition An integer to signify device position.
275 IN UINTN DevicePosition,
283 @param[in] DevicePosition An integer to signify device position.
292 IN UINTN DevicePosition
425 @param[in] DevicePosition An integer to signify device position.
434 IN UINTN DevicePosition
442 @param[in] DevicePosition An integer to signify device position.
451 IN UINTN DevicePosition
458 @param[in] DevicePosition A
[all...]
H A DAtapiPeim.c189 DEBUG ((EFI_D_INFO, "Atatpi GetInfo DevicePosition is %d\n", AtapiBlkIoDev->DeviceInfo[Index].DevicePosition));
197 AtapiBlkIoDev->DeviceInfo[Index].DevicePosition,
204 DEBUG ((EFI_D_INFO, "Atatpi GetInfo DevicePosition is %d\n", AtapiBlkIoDev->DeviceInfo[Index].DevicePosition));
314 AtapiBlkIoDev->DeviceInfo[DeviceIndex - 1].DevicePosition,
342 UINTN DevicePosition; local
352 DevicePosition = 0;
408 DevicePosition = (UINTN) (Index1 * 2 + Index2);
410 if (DiscoverAtapiDevice (AtapiBlkIoDev, DevicePosition,
450 DiscoverAtapiDevice( IN ATAPI_BLK_IO_DEV *AtapiBlkIoDev, IN UINTN DevicePosition, OUT EFI_PEI_BLOCK_IO_MEDIA *MediaInfo ) argument
489 CheckPowerMode( IN ATAPI_BLK_IO_DEV *AtapiBlkIoDev, IN UINTN DevicePosition, IN UINT8 AtaCommand ) argument
1229 AtapiPacketCommandIn( IN ATAPI_BLK_IO_DEV *AtapiBlkIoDev, IN UINTN DevicePosition, IN ATAPI_PACKET_COMMAND *Packet, IN UINT16 *Buffer, IN UINT32 ByteCount, IN UINTN TimeoutInMilliSeconds ) argument
1431 Inquiry( IN ATAPI_BLK_IO_DEV *AtapiBlkIoDev, IN UINTN DevicePosition, OUT EFI_PEI_BLOCK_IO_MEDIA *MediaInfo ) argument
1512 DetectMedia( IN ATAPI_BLK_IO_DEV *AtapiBlkIoDev, IN UINTN DevicePosition, IN OUT EFI_PEI_BLOCK_IO_MEDIA *MediaInfo ) argument
1679 ResetDevice( IN ATAPI_BLK_IO_DEV *AtapiBlkIoDev, IN UINTN DevicePosition, IN BOOLEAN Extensive ) argument
1778 RequestSense( IN ATAPI_BLK_IO_DEV *AtapiBlkIoDev, IN UINTN DevicePosition, IN ATAPI_REQUEST_SENSE_DATA *SenseBuffers, IN OUT UINT8 *SenseCounts ) argument
1875 ReadCapacity( IN ATAPI_BLK_IO_DEV *AtapiBlkIoDev, IN UINTN DevicePosition, IN OUT EFI_PEI_BLOCK_IO_MEDIA *MediaInfo ) argument
1977 ReadSectors( IN ATAPI_BLK_IO_DEV *AtapiBlkIoDev, IN UINTN DevicePosition, IN VOID *Buffer, IN EFI_PEI_LBA StartLba, IN UINTN NumberOfBlocks, IN UINTN BlockSize ) argument
[all...]
/vbox/src/VBox/Main/src-server/
H A DStorageControllerImpl.cpp628 HRESULT StorageController::i_getIDEEmulationPort(LONG DevicePosition, LONG *aPortNumber) argument
641 switch (DevicePosition)
662 HRESULT StorageController::i_setIDEEmulationPort(LONG DevicePosition, LONG aPortNumber) argument
681 switch (DevicePosition)

Completed in 37 milliseconds