Home | History | Annotate | Download | only in UefiPxeBcDxe

Lines Matching refs:AllocateZeroPool

282   TmpStr = (CHAR8 *) AllocateZeroPool (Length + 1);

347 BootFileName = (CHAR8 *) AllocateZeroPool (BootFileNameLen);
695 Discover = AllocateZeroPool (sizeof (EFI_PXE_BASE_CODE_DHCPV6_PACKET));
1736 Private->Dhcp6Request = AllocateZeroPool (Packet->Size);
1754 *NewPacket = AllocateZeroPool (SelectAd->Size);
1832 Discover = AllocateZeroPool (sizeof (EFI_PXE_BASE_CODE_DHCPV6_PACKET));
1967 Retransmit = AllocateZeroPool (sizeof (EFI_DHCP6_RETRANSMISSION));