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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
H A DAta.c124 EFI_IDENTIFY_DATA *TmpAtaIdentifyPointer; local
179 TmpAtaIdentifyPointer = (EFI_IDENTIFY_DATA *) AllocateZeroPool (sizeof (EFI_IDENTIFY_DATA));
180 if (TmpAtaIdentifyPointer == NULL) {
187 (VOID *) TmpAtaIdentifyPointer,
197 gBS->FreePool (TmpAtaIdentifyPointer);
204 if ((TmpAtaIdentifyPointer->AtaData.command_set_feature_enb_85 & 0x0001) == 0x0001) {
250 gBS->FreePool (TmpAtaIdentifyPointer);

Completed in 64 milliseconds