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

12 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/MemorySubClassDxe/
MemorySubClass.c 301 Type16Record = AllocateZeroPool(sizeof(SMBIOS_TABLE_TYPE16) + 1 + 1);
370 Type19Record = AllocateZeroPool(sizeof(SMBIOS_TABLE_TYPE19) + 1 + 1);
458 StringBuffer = AllocateZeroPool (StringBufferSize);
468 ManufactureStr = AllocateZeroPool (StringBufferSize);
479 SerialNumberStr = AllocateZeroPool (StringBufferSize);
490 AssertTagStr = AllocateZeroPool (StringBufferSize);
501 PartNumberStr = AllocateZeroPool (StringBufferSize);
556 DeviceLocatorStr = AllocateZeroPool ((sizeof (CHAR16)) * SMBIOS_STRING_MAX_LENGTH);
578 BankLocatorStr = AllocateZeroPool ((sizeof (CHAR16)) * SMBIOS_STRING_MAX_LENGTH);
596 Type17Record = AllocateZeroPool (TableSize);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
HiiDatabase.c 360 UnicodeLangCodes639 = AllocateZeroPool (AsciiStrSize (LangCodes639) * sizeof (CHAR16));
413 LanguageString = AllocateZeroPool (BufferSize);
423 LanguageString = AllocateZeroPool (BufferSize);
488 PrimaryLang639 = AllocateZeroPool (StrLen (PrimaryLanguage) + 1);
512 UnicodeSecLangCodes639 = AllocateZeroPool (AsciiStrSize (SecLangCodes639) * sizeof (CHAR16));
UefiIfrParser.c 226 Storage = AllocateZeroPool (sizeof (FORMSET_STORAGE));
548 FormSet->StatementBuffer = AllocateZeroPool (NumberOfStatement * sizeof (FORM_BROWSER_STATEMENT));
604 CurrentForm = AllocateZeroPool (sizeof (FORM_BROWSER_FORM));
623 CurrentForm = AllocateZeroPool (sizeof (FORM_BROWSER_FORM));
678 Storage->Name = AllocateZeroPool (AsciiStrSize (AsciiString) * 2);
721 DefaultStore = AllocateZeroPool (sizeof (FORMSET_DEFAULTSTORE));
860 CurrentStatement->BufferValue = AllocateZeroPool (CurrentStatement->StorageWidth);
889 CurrentStatement->BufferValue = AllocateZeroPool (CurrentStatement->StorageWidth);
907 CurrentStatement->BufferValue = AllocateZeroPool (CurrentStatement->StorageWidth);
938 CurrentDefault = AllocateZeroPool (sizeof (QUESTION_DEFAULT));
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
SetVar.c 135 Buffer = AllocateZeroPool(Size);
173 Buffer = AllocateZeroPool(Size);
206 Buffer = AllocateZeroPool((StrLen(Data) / 2));
228 Buffer = AllocateZeroPool(StrSize(Data) / 2);
248 Buffer = AllocateZeroPool(StrSize(Data));
EfiCompress.c 118 InBuffer = AllocateZeroPool((UINTN)InSize);
128 OutBuffer = AllocateZeroPool ((UINTN) OutSize);
  /device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
HttpsSupport.c 1005 BufferOut = AllocateZeroPool (BufferOutSize);
1020 BufferOut = AllocateZeroPool (BufferOutSize);
1070 BufferIn = AllocateZeroPool (BufferInSize);
1085 BufferOut = AllocateZeroPool (BufferOutSize);
1100 BufferOut = AllocateZeroPool (BufferOutSize);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/
Variable.c 136 BootOrderList = AllocateZeroPool (BootOrderListSize * sizeof (UINT16));
269 DriverOrderList = AllocateZeroPool (DriverOrderListSize * sizeof (UINT16));
545 NewLoadContext->Description = AllocateZeroPool (StrSize (DescriptionData));
554 NewLoadContext->FilePathList = AllocateZeroPool (GetDevicePathSize (CallbackData->LoadContext->FilePathList));
568 NewLoadContext->OptionalData = AllocateZeroPool (LoadOption.OptionalDataSize);
663 NewLoadContext->Description = AllocateZeroPool (StrSize (NvRamMap->BootDescriptionData));
674 NewLoadContext->FilePathList = AllocateZeroPool (GetDevicePathSize (CallbackData->LoadContext->FilePathList));
688 NewLoadContext->OptionalData = AllocateZeroPool (LoadOption.OptionalDataSize);
856 NewDriverOrderList = AllocateZeroPool (DriverOrderListSize);
BootOption.c 79 MenuEntry = AllocateZeroPool (sizeof (BM_MENU_ENTRY));
84 MenuEntry->VariableContext = AllocateZeroPool (ContextSize);
376 NewLoadContext->Description = AllocateZeroPool (StrSize((UINT16*)LoadOptionPtr));
386 NewLoadContext->FilePathList = AllocateZeroPool (NewLoadContext->FilePathListLength);
406 NewLoadContext->OptionalData = AllocateZeroPool (OptionalDataSize);
704 NewLoadContext->Description = AllocateZeroPool (StringSize);
716 NewLoadContext->FilePathList = AllocateZeroPool (NewLoadContext->FilePathListLength);
736 NewLoadContext->OptionalData = AllocateZeroPool (OptionalDataSize);
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
Payload.c 75 SaData = AllocateZeroPool (SaDataSize);
126 Nonce = AllocateZeroPool (Size);
194 Ke = AllocateZeroPool (KeSize);
260 Id = (IKEV2_ID *) AllocateZeroPool (IdSize);
341 Id = (IKEV2_ID *) AllocateZeroPool (IdSize);
427 Digest = AllocateZeroPool (DigestSize);
458 KeyBuf = AllocateZeroPool (DigestSize);
520 Fragments[2].Data = AllocateZeroPool (DigestSize);
555 PayloadBuf = (IKEV2_AUTH *) AllocateZeroPool (AuthPayload->PayloadSize);
693 Digest = AllocateZeroPool (DigestSize);
    [all...]
Sa.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EsrtDxe/
EsrtDxe.c 284 EsrtRepositoryNew = AllocateZeroPool(PcdGet32(PcdMaxFmpEsrtCacheNum) * sizeof(EFI_SYSTEM_RESOURCE_ENTRY));
296 FmpImageInfoBuf = AllocateZeroPool(sizeof(EFI_FIRMWARE_IMAGE_DESCRIPTOR *) * NumberOfHandles);
302 FmpImageInfoCountBuf = AllocateZeroPool(sizeof(UINT8) * NumberOfHandles);
308 DescriptorSizeBuf = AllocateZeroPool(sizeof(UINTN) * NumberOfHandles);
314 FmpImageInfoDescriptorVerBuf = AllocateZeroPool(sizeof(UINT32) * NumberOfHandles);
347 FmpImageInfoBuf[Index1] = AllocateZeroPool(ImageInfoSize);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/FvSimpleFileSystemDxe/
FvSimpleFileSystemEntryPoint.c 111 Root = AllocateZeroPool (sizeof (FV_FILESYSTEM_FILE));
120 Root->FvFileInfo = AllocateZeroPool (sizeof (FV_FILESYSTEM_FILE_INFO));
170 Name = AllocateZeroPool (GUID_STRING_SIZE);
187 FvFileInfo = AllocateZeroPool (sizeof (FV_FILESYSTEM_FILE_INFO) + NameLen - sizeof (CHAR16));
458 Instance = AllocateZeroPool (sizeof (FV_FILESYSTEM_INSTANCE));
499 Instance->VolumeLabel = AllocateZeroPool (FVFS_VOLUME_LABEL_SIZE);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
BootOption.c 79 MenuEntry = AllocateZeroPool (sizeof (BM_MENU_ENTRY));
84 MenuEntry->VariableContext = AllocateZeroPool (ContextSize);
285 Buffer = AllocateZeroPool (BlkIo->Media->BlockSize);
380 MenuEntry->DisplayString = AllocateZeroPool (MAX_CHAR);
428 MenuEntry->DisplayString = AllocateZeroPool (MAX_CHAR);
487 MenuEntry->DisplayString = AllocateZeroPool (MAX_CHAR);
597 DirInfo = AllocateZeroPool (DirBufferSize);
659 NewMenuEntry->DisplayString = AllocateZeroPool (BufferSize);
927 LoadOption = AllocateZeroPool (BootOptionSize);
1020 NewLoadContext->FilePathList = AllocateZeroPool (NewLoadContext->FilePathListLength);
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/AddSmbiosType9/
AddSmbiosType9.c 145 SlotDesignation = AllocateZeroPool ((sizeof (CHAR16)) * SMBIOS_STRING_MAX_LENGTH);
149 DEBUG((EFI_D_ERROR, "[%a]:[%dL] AllocateZeroPool Failed. Status : %r\n", __FUNCTION__, __LINE__, Status));
159 SmbiosRecord = AllocateZeroPool(sizeof (SMBIOS_TABLE_TYPE9) + SlotDesignationStrLen + 1 + 1);
163 DEBUG((EFI_D_ERROR, "[%a]:[%dL] AllocateZeroPool Failed. Status : %r\n", __FUNCTION__, __LINE__, Status));
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/SmbiosMiscDxe/Type00/
MiscBiosVendorFunction.c 67 ReleaseDate = AllocateZeroPool ((sizeof (CHAR16)) * SMBIOS_STRING_MAX_LENGTH);
208 SmbiosRecord = AllocateZeroPool(sizeof (SMBIOS_TABLE_TYPE0) + VendorStrLen + 1 + VerStrLen + 1 + DateStrLen + 1 + 1);
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/SmbiosMiscDxe/Type09/
MiscSystemSlotDesignationFunction.c 36 SlotDesignation = AllocateZeroPool ((sizeof (CHAR16)) * SMBIOS_STRING_MAX_LENGTH);
169 SmbiosRecord = AllocateZeroPool(sizeof (SMBIOS_TABLE_TYPE9) + SlotDesignationStrLen + 1 + 1);
  /device/linaro/bootloader/edk2/EmulatorPkg/Library/SmbiosLib/
SmbiosLib.c 122 Record = (EFI_SMBIOS_TABLE_HEADER *)AllocateZeroPool (Size);
228 Ascii = AllocateZeroPool (StrSize (String));
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
UsbDesc.c 208 Desc = AllocateZeroPool ((UINTN) CtrlLen);
267 Setting->Endpoints = AllocateZeroPool (sizeof (USB_ENDPOINT_DESC *) * NumEp);
333 Config->Interfaces = AllocateZeroPool (sizeof (USB_INTERFACE_DESC *) * NumIf);
343 Interface = AllocateZeroPool (sizeof (USB_INTERFACE_DESC));
574 DevDesc = AllocateZeroPool (sizeof (USB_DEVICE_DESC));
631 Buf = AllocateZeroPool (Desc.Length);
744 Buf = AllocateZeroPool (Desc.TotalLength);
803 DevDesc->Configs = AllocateZeroPool (NumConfig * sizeof (USB_CONFIG_DESC *));
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Misc/
DebugImageInfo.c 203 NewTable = AllocateZeroPool (TableSize + EFI_PAGE_SIZE);
232 Table[Index].NormalImage = AllocateZeroPool (sizeof (EFI_DEBUG_IMAGE_INFO_NORMAL));
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
Database.c 52 DatabaseRecord = (HII_DATABASE_RECORD *) AllocateZeroPool (sizeof (HII_DATABASE_RECORD));
58 DatabaseRecord->PackageList = AllocateZeroPool (sizeof (HII_DATABASE_PACKAGE_LIST_INSTANCE));
78 HiiHandle = (HII_HANDLE *) AllocateZeroPool (sizeof (HII_HANDLE));
199 Buffer = (UINT8 *) AllocateZeroPool (BufferSize);
221 Buffer = (UINT8 *) AllocateZeroPool (BufferSize);
239 Buffer = (UINT8 *) AllocateZeroPool (BufferSize);
257 Buffer = (UINT8 *) AllocateZeroPool (BufferSize);
299 Buffer = (UINT8 *) AllocateZeroPool (BufferSize);
387 GuidPackage = (HII_GUID_PACKAGE_INSTANCE *) AllocateZeroPool (sizeof (HII_GUID_PACKAGE_INSTANCE));
391 GuidPackage->GuidPkg = (UINT8 *) AllocateZeroPool (PackageHeader.Length);
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
HttpBootDxe.c 329 Private = AllocateZeroPool (sizeof (HTTP_BOOT_PRIVATE_DATA));
397 Private->Ip4Nic = AllocateZeroPool (sizeof (HTTP_BOOT_VIRTUAL_NIC));
448 Node = AllocateZeroPool (sizeof (IPv4_DEVICE_PATH));
467 Node = AllocateZeroPool (sizeof (EFI_DEVICE_PATH_PROTOCOL));
801 Private = AllocateZeroPool (sizeof (HTTP_BOOT_PRIVATE_DATA));
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IkeCommon.c 106 Nonce = AllocateZeroPool (NonceSize);
167 IkePayload = (IKE_PAYLOAD *) AllocateZeroPool (sizeof (IKE_PAYLOAD));
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpmMeasurementLib/
DxeTpmMeasurementLib.c 72 TcgEvent = (TCG_PCR_EVENT *)AllocateZeroPool (sizeof (TCG_PCR_EVENT_HDR) + LogLen);
134 Tcg2Event = (EFI_TCG2_EVENT *) AllocateZeroPool (LogLen + sizeof (EFI_TCG2_EVENT));
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/MemoryOverwriteControl/
TcgMor.c 105 Buffer = AllocateZeroPool(Len);
143 Buffer = AllocateZeroPool(Len);
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
MemImage.c 195 Buffer = AllocateZeroPool (Size);
310 Buffer = AllocateZeroPool (Size);

Completed in 309 milliseconds

12 3 4 5 6 7 8 91011>>