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

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6Common.c653 EFI_IP6_VARIABLE_DATA *Ip6VariableData; local
673 // Calculate the size of the Ip6VariableData. As there may be no IP child,
683 Ip6VariableData = AllocatePool (VariableDataSize);
684 if (Ip6VariableData == NULL) {
688 Ip6VariableData->DriverHandle = IpSb->Image;
689 Ip6VariableData->AddressCount = NumConfiguredInstance;
691 Ip6AddressPair = &Ip6VariableData->AddressPairs[0];
743 (VOID *) Ip6VariableData
747 FreePool (Ip6VariableData);

Completed in 32 milliseconds