HomeSort by relevance Sort by last modified time
    Searched refs:AllocateZeroPool (Results 226 - 250 of 579) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcDhcp6.c 458 TmpStr = (CHAR8 *) AllocateZeroPool (Length + 1);
507 HostName = AllocateZeroPool (Len * sizeof (CHAR16));
556 BootFileName = (CHAR8 *) AllocateZeroPool (BootFileNameLen);
924 Discover = AllocateZeroPool (sizeof (EFI_PXE_BASE_CODE_DHCPV6_PACKET));
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/
LegacyBootMaintUi.c 369 NewOrder = AllocateZeroPool (DevOrder->Length - sizeof (DevOrder->Length));
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
FrontPage.c 431 gFrontPagePrivate.LanguageToken = AllocateZeroPool ((OptionCount + 1) * sizeof (EFI_STRING_ID));
445 StringBuffer = AllocateZeroPool (StringSize);
630 StringBuffer = AllocateZeroPool (0x20);
656 StringBuffer = AllocateZeroPool (0x20);
688 *String = AllocateZeroPool (sizeof (CHAR16));
    [all...]
Hotkey.c 324 HotkeyLeft = AllocateZeroPool (sizeof (BDS_HOTKEY_OPTION));
476 Name = AllocateZeroPool (NameSize);
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/UiApp/
FrontPage.c 409 StringBuffer = AllocateZeroPool (0x20);
435 StringBuffer = AllocateZeroPool (0x24);
467 *String = AllocateZeroPool (sizeof (CHAR16));
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/SdDxe/
SdBlockIo.c 336 RwSingleBlkReq = AllocateZeroPool (sizeof (SD_REQUEST));
498 RwMultiBlkReq = AllocateZeroPool (sizeof (SD_REQUEST));
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
Terminal.c 464 NewModeBuffer = AllocateZeroPool (sizeof (TERMINAL_CONSOLE_MODE_DATA) * (Count + 2));
784 TerminalDevice->RawFiFo = AllocateZeroPool (sizeof (RAW_DATA_FIFO));
788 TerminalDevice->UnicodeFiFo = AllocateZeroPool (sizeof (UNICODE_FIFO));
792 TerminalDevice->EfiKeyFiFo = AllocateZeroPool (sizeof (EFI_KEY_FIFO));
796 TerminalDevice->EfiKeyFiFoForNotify = AllocateZeroPool (sizeof (EFI_KEY_FIFO));
    [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 45 Node = AllocateZeroPool (sizeof (IPv4_DEVICE_PATH));
59 Node = AllocateZeroPool (sizeof (IPv6_DEVICE_PATH));
355 HostNameStr = AllocateZeroPool (HostNameSize * sizeof (CHAR16));
799 Cache = AllocateZeroPool (sizeof (HTTP_BOOT_CACHE_CONTENT));
911 ResponseData = AllocateZeroPool (sizeof(HTTP_IO_RESPONSE_DATA));
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
DrvCfg.c 58 HandleBuffer = AllocateZeroPool(HandleBufferSize);
79 MainBuffer = AllocateZeroPool(MainBufferSize);
232 MainBuffer = AllocateZeroPool(MainBufferSize);
344 MainBuffer = AllocateZeroPool((UINTN)MainBufferSize);
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork1CommandsLib/
Ifconfig.c 188 ArgNode = (ARG_LIST *) AllocateZeroPool (sizeof (ARG_LIST));
202 ArgNode->Next = (ARG_LIST *) AllocateZeroPool (sizeof (ARG_LIST));
417 IfInfo = AllocateZeroPool (DataSize);
462 IfCb = AllocateZeroPool (sizeof (IFCONFIG_INTERFACE_CB) + DataSize);
    [all...]
Ping.c 670 Request = AllocateZeroPool (Private->BufferSize);
674 TxData = AllocateZeroPool (Private->IpChoice==PING_IP_CHOICE_IP6?sizeof (EFI_IP6_TRANSMIT_DATA):sizeof (EFI_IP4_TRANSMIT_DATA));
679 Token = AllocateZeroPool (sizeof (PING_IPX_COMPLETION_TOKEN));
766 TxInfo = AllocateZeroPool (sizeof (PING_ICMPX_TX_INFO));
1095 IpXInterfaceInfo = AllocateZeroPool (IfInfoSize);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
Setup.c 98 MenuList = AllocateZeroPool (sizeof (FORM_ENTRY_INFO));
312 NewMenuEntry = AllocateZeroPool (sizeof (FORM_ENTRY_INFO));
362 LocalFormSet = AllocateZeroPool (sizeof (FORM_BROWSER_FORMSET));
415 Statement = AllocateZeroPool (sizeof(FORM_DISPLAY_ENGINE_STATEMENT));
510 Selection = AllocateZeroPool (sizeof (UI_MENU_SELECTION));
522 FormSet = AllocateZeroPool (sizeof (FORM_BROWSER_FORMSET));
677 ConfigResp = AllocateZeroPool (BufferSize);
1091 NewString = AllocateZeroPool (MaxLen * sizeof (CHAR16));
    [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));
581 NewFile = AllocateZeroPool (sizeof (FV_FILESYSTEM_FILE));
699 FileBuffer = AllocateZeroPool (FileSize);
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpmMeasureBootLib/
DxeTpmMeasureBootLib.c 215 TcgEvent = (TCG_PCR_EVENT *) AllocateZeroPool (EventSize + sizeof (TCG_PCR_EVENT_HDR));
342 TcgEvent = AllocateZeroPool (EventSize + sizeof (TCG_PCR_EVENT));
560 SectionHeader = (EFI_IMAGE_SECTION_HEADER *) AllocateZeroPool (sizeof (EFI_IMAGE_SECTION_HEADER) * Hdr.Pe32->FileHeader.NumberOfSections);
    [all...]
  /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/PCD/Dxe/
Service.c 194 Name = AllocateZeroPool (NameSize);
808 PcdDxeDb = AllocateZeroPool (PcdDxeDbLen);
834 mPcdDatabase.PeiDb = AllocateZeroPool (sizeof (PEI_PCD_DATABASE));
858 TmpTokenSpaceBuffer = (EFI_GUID **)AllocateZeroPool(TmpTokenSpaceBufferCount * sizeof (EFI_GUID *));
863 mCallbackFnTable = AllocateZeroPool (mPcdTotalTokenCount * sizeof (LIST_ENTRY));
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Phy/MvPhyDxe/
MvPhyDxe.c 367 PhyDev = AllocateZeroPool (sizeof (PHY_DEVICE));
421 Phy = AllocateZeroPool (sizeof (MARVELL_PHY_PROTOCOL));
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/
CryptTs.c 284 HashedMsg = AllocateZeroPool (MdSize);
450 TstData = AllocateZeroPool (2048);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/
Translate.c 168 StructureNode = AllocateZeroPool (sizeof (SMBIOS_STRUCTURE_NODE));
464 BlankRecord = (EFI_SMBIOS_TABLE_HEADER*) AllocateZeroPool (StructureNode->StructureSize);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxePerformanceLib/
PerformanceLib.c 314 Node = AllocateZeroPool (sizeof (EFI_PERF_DATA_LIST));
713 PerfInstance = AllocateZeroPool (sizeof (EFI_PERFORMANCE_INSTANCE));
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
UefiLibPrint.c 426 Blt = (EFI_IMAGE_OUTPUT *) AllocateZeroPool (sizeof (EFI_IMAGE_OUTPUT));
477 Blt->Image.Bitmap = AllocateZeroPool (Blt->Width * Blt->Height * sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL));

Completed in 1322 milliseconds

1 2 3 4 5 6 7 8 91011>>