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

/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/UndiRuntimeDxe/
H A DInit.c22 UNDI_CONFIG_TABLE *UndiDataPointer = NULL; variable
466 if (UndiDataPointer != NULL) {
467 Status = gBS->FreePool(UndiDataPointer);
473 Len = (pxe_31->IFcnt * sizeof (UndiDataPointer->NII_entry)) + sizeof (UndiDataPointer);
474 Status = gBS->AllocatePool (EfiRuntimeServicesData, Len, (VOID **) &UndiDataPointer);
946 if(UndiDataPointer == NULL) {
950 UndiData = (UNDI_CONFIG_TABLE *)UndiDataPointer;

Completed in 64 milliseconds