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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
H A DAtapi.c618 EFI_IDENTIFY_DATA *AtapiIdentifyPointer; local
627 AtapiIdentifyPointer = AllocatePool (sizeof (EFI_IDENTIFY_DATA));
628 if (AtapiIdentifyPointer == NULL) {
636 (VOID *) AtapiIdentifyPointer,
647 gBS->FreePool (AtapiIdentifyPointer);
651 IdeDev->IdData = AtapiIdentifyPointer;

Completed in 43 milliseconds