HomeSort by relevance Sort by last modified time
    Searched refs:AllocateZeroPool (Results 176 - 200 of 495) sorted by null

1 2 3 4 5 6 78 91011>>

  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/HiKeyDxe/
InstallBootMenu.c 151 LoadOption = (BDS_LOAD_OPTION*)AllocateZeroPool (sizeof(BDS_LOAD_OPTION));
230 BdsLoadOption = (BDS_LOAD_OPTION*)AllocateZeroPool (sizeof(BDS_LOAD_OPTION));
249 BdsLoadOption->OptionalData = (CHAR16*)AllocateZeroPool (BdsLoadOption->OptionalDataSize);
256 BdsLoadOption->Description = (VOID*)AllocateZeroPool (DescriptionSize);
260 BdsLoadOption->LoadOption = (EFI_LOAD_OPTION*)AllocateZeroPool (BdsLoadOption->LoadOptionSize);
534 DataPtr = AllocateZeroPool (HIKEY_IO_BLOCK_SIZE * 2);
  /device/linaro/bootloader/edk2/NetworkPkg/Application/Ping6/
Ping6.c 356 Request = AllocateZeroPool (Private->BufferSize);
375 TxData = AllocateZeroPool (sizeof (EFI_IP6_TRANSMIT_DATA));
392 Token = AllocateZeroPool (sizeof (EFI_IP6_COMPLETION_TOKEN));
439 TxInfo = AllocateZeroPool (sizeof (PING6_ICMP6_TX_INFO));
684 IfInfo = AllocateZeroPool (IfInfoSize);
865 Private = AllocateZeroPool (sizeof (PING6_PRIVATE_DATA));
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
ConsistMapping.c 98 AppendStr = AllocateZeroPool (0x1000);
109 Str->Str = AllocateZeroPool (StringSize);
671 Buffer = AllocateZeroPool (((TargetNameLength * 2) + 1) * sizeof(CHAR16));
776 TargetName = AllocateZeroPool ((TargetNameLength + 1) * sizeof (CHAR16));
1261 HIDevicePath = AllocateZeroPool (sizeof (EFI_DEVICE_PATH_PROTOCOL));
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IpSecConfigImpl.c     [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
UserIdentifyManager.c 903 NewDataBase = AllocateZeroPool (
957 Info = AllocateZeroPool (User->MaxProfileSize);
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
Dhcp6Io.c 49 TxCb = AllocateZeroPool (sizeof (DHCP6_TX_CB));
952 Packet = AllocateZeroPool (DHCP6_BASE_PACKET_SIZE + UserLen);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/PlatformDriOverrideDxe/
PlatDriOverrideLib.c 66 DevicePathStackItem = AllocateZeroPool (sizeof (DEVICE_PATH_STACK_ITEM));
411 Buffer = AllocateZeroPool (BufferSize);
726 OverrideItem = AllocateZeroPool (sizeof (PLATFORM_OVERRIDE_ITEM));
767 DriverImageInfo = AllocateZeroPool (sizeof (DRIVER_IMAGE_INFO));
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcDhcp6.c 282 TmpStr = (CHAR8 *) AllocateZeroPool (Length + 1);
347 BootFileName = (CHAR8 *) AllocateZeroPool (BootFileNameLen);
695 Discover = AllocateZeroPool (sizeof (EFI_PXE_BASE_CODE_DHCPV6_PACKET));
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/
LegacyBootMaintUi.c 340 NewOrder = AllocateZeroPool (DevOrder->Length - sizeof (DevOrder->Length));
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
FrontPage.c 430 gFrontPagePrivate.LanguageToken = AllocateZeroPool ((OptionCount + 1) * sizeof (EFI_STRING_ID));
444 StringBuffer = AllocateZeroPool (StringSize);
628 StringBuffer = AllocateZeroPool (0x20);
654 StringBuffer = AllocateZeroPool (0x20);
686 *String = AllocateZeroPool (sizeof (CHAR16));
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
IScsiConfig.c 507 IfrNvData = AllocateZeroPool (sizeof (ISCSI_CONFIG_IFR_NVDATA));
535 ConfigRequest = AllocateZeroPool (Size);
689 IfrNvData = AllocateZeroPool (sizeof (ISCSI_CONFIG_IFR_NVDATA));
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
HttpBootClient.c 44 Node = AllocateZeroPool (sizeof (IPv4_DEVICE_PATH));
58 Node = AllocateZeroPool (sizeof (IPv6_DEVICE_PATH));
317 HostNameStr = AllocateZeroPool ((AsciiStrLen (HostName) + 1) * sizeof (CHAR16));
771 Cache = AllocateZeroPool (sizeof (HTTP_BOOT_CACHE_CONTENT));
887 ResponseData = AllocateZeroPool (sizeof(HTTP_IO_RESOPNSE_DATA));
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
DrvCfg.c 59 HandleBuffer = AllocateZeroPool(HandleBufferSize);
77 MainBuffer = AllocateZeroPool(MainBufferSize);
228 MainBuffer = AllocateZeroPool(MainBufferSize);
341 MainBuffer = AllocateZeroPool((UINTN)MainBufferSize);
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork1CommandsLib/
Ifconfig.c 166 ArgNode = (ARG_LIST *) AllocateZeroPool (sizeof (ARG_LIST));
178 ArgNode->Next = (ARG_LIST *) AllocateZeroPool (sizeof (ARG_LIST));
466 IfInfo = AllocateZeroPool (DataSize);
511 IfCb = AllocateZeroPool (sizeof (IFCONFIG_INTERFACE_CB) + DataSize);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/MemoryProfileInfo/
MemoryProfileInfo.c 592 Data = AllocateZeroPool ((UINTN) Size);
595 Print (L"UefiMemoryProfile: AllocateZeroPool (0x%x) - %r\n", Size, Status);
650 CommBuffer = AllocateZeroPool (CommSize);
653 Print (L"SmramProfile: AllocateZeroPool (0x%x) for comm buffer - %r\n", CommSize, Status);
688 ProfileBuffer = (PHYSICAL_ADDRESS) (UINTN) AllocateZeroPool ((UINTN) ProfileSize);
692 Print (L"SmramProfile: AllocateZeroPool (0x%x) for profile buffer - %r\n", (UINTN) ProfileSize, Status);
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NvmExpressDxe/
NvmExpress.c 85 NamespaceData = AllocateZeroPool(sizeof (NVME_ADMIN_NAMESPACE_DATA));
111 Device = AllocateZeroPool(sizeof(NVME_DEVICE_PRIVATE_DATA));
722 Private = AllocateZeroPool (sizeof (NVME_CONTROLLER_PRIVATE_DATA));
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/
UsbMouseAbsolutePointer.c 170 UsbMouseAbsolutePointerDevice = AllocateZeroPool (sizeof (USB_MOUSE_ABSOLUTE_POINTER_DEV));
579 Buf = AllocateZeroPool (ConfigDesc.TotalLength);
638 ReportDesc = AllocateZeroPool (MouseHidDesc->HidClassDesc[0].DescriptorLength);
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMouseDxe/
UsbMouse.c 170 UsbMouseDevice = AllocateZeroPool (sizeof (USB_MOUSE_DEV));
579 Buf = AllocateZeroPool (ConfigDesc.TotalLength);
638 ReportDesc = AllocateZeroPool (MouseHidDesc->HidClassDesc[0].DescriptorLength);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/FvSimpleFileSystemDxe/
FvSimpleFileSystem.c 518 NewFile = AllocateZeroPool (sizeof (FV_FILESYSTEM_FILE));
578 NewFile = AllocateZeroPool (sizeof (FV_FILESYSTEM_FILE));
696 FileBuffer = AllocateZeroPool (FileSize);
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpmMeasureBootLib/
DxeTpmMeasureBootLib.c 216 TcgEvent = (TCG_PCR_EVENT *) AllocateZeroPool (EventSize + sizeof (TCG_PCR_EVENT_HDR));
340 TcgEvent = AllocateZeroPool (EventSize + sizeof (TCG_PCR_EVENT));
558 SectionHeader = (EFI_IMAGE_SECTION_HEADER *) AllocateZeroPool (sizeof (EFI_IMAGE_SECTION_HEADER) * Hdr.Pe32->FileHeader.NumberOfSections);
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DmpStore.c 189 Variable = AllocateZeroPool (sizeof (*Variable) + NameSize + DataSize);
400 FoundVarName = AllocateZeroPool(sizeof(CHAR16));
406 FoundVarName = AllocateZeroPool (NameSize);
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/
daShell.c 492 WPath = AllocateZeroPool(PATH_MAX * sizeof(wchar_t) + 1);
520 NPath = AllocateZeroPool(PATH_MAX);
806 Stream = (GenericInstance *)AllocateZeroPool(sizeof(GenericInstance));
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
BootMaint.c 271 ConfigRequest = AllocateZeroPool (Size);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
InputHandler.c 107 TempString = AllocateZeroPool (MaxLen * sizeof (CHAR16));
118 BufferedString = AllocateZeroPool (ScreenSize * 2);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/PCD/Dxe/
Service.c 193 Name = AllocateZeroPool (NameSize);
807 PcdDxeDb = AllocateZeroPool (PcdDxeDbLen);
833 mPcdDatabase.PeiDb = AllocateZeroPool (sizeof (PEI_PCD_DATABASE));
857 TmpTokenSpaceBuffer = (EFI_GUID **)AllocateZeroPool(TmpTokenSpaceBufferCount * sizeof (EFI_GUID *));
862 mCallbackFnTable = AllocateZeroPool (mPcdTotalTokenCount * sizeof (LIST_ENTRY));
    [all...]

Completed in 1423 milliseconds

1 2 3 4 5 6 78 91011>>