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

1 2 34 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
Cd.c 56 TempBuffer = AllocateZeroPool (TotalSize);
282 TempBuffer = AllocateZeroPool (TotalSize);
296 TempBuffer = AllocateZeroPool (TotalSize);
Mv.c 254 DestPath = AllocateZeroPool(StrSize(Cwd));
286 DestPath = AllocateZeroPool(NewSize);
322 DestPath = AllocateZeroPool(StrSize(Node->FullName)+sizeof(CHAR16));
415 *FullDestPath = AllocateZeroPool(Size);
464 NewFileInfo = AllocateZeroPool(NewSize);
551 FullCwd = AllocateZeroPool(StrSize(Cwd) + sizeof(CHAR16));
800 Cwd = AllocateZeroPool(CwdSize);
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/Observable/
Observable.c 370 NewLeaf = AllocateZeroPool(sizeof(OBS_LEAF));
550 NewTree = AllocateZeroPool(sizeof(OBS_TREE));
564 NewTree = AllocateZeroPool(sizeof(OBS_TREE));
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
Utility.c 99 *HandleBuffer = AllocateZeroPool (*HandleBufferLength);
159 PackageListHdr = AllocateZeroPool (Size);
412 ThunkContext = AllocateZeroPool (sizeof (*ThunkContext));
574 ThunkContext = AllocateZeroPool (sizeof (HII_THUNK_CONTEXT));
879 FormSet = AllocateZeroPool (sizeof (FORM_BROWSER_FORMSET));
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/SataControllerDxe/
SataController.c 391 Private = AllocateZeroPool (sizeof (EFI_SATA_CONTROLLER_PRIVATE_DATA));
437 Private->DisqualifiedModes = AllocateZeroPool ((sizeof (EFI_ATA_COLLECTIVE_MODE)) * TotalCount);
443 Private->IdentifyData = AllocateZeroPool ((sizeof (EFI_IDENTIFY_DATA)) * TotalCount);
449 Private->IdentifyValid = AllocateZeroPool ((sizeof (BOOLEAN)) * TotalCount);
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeDeferImageLoadLib/
DxeDeferImageLoadLib.c 223 Info = AllocateZeroPool (InfoSize);
250 *AccessControl = AllocateZeroPool (Access->Size);
328 *FileName = AllocateZeroPool (Length);
579 BootOrderList = AllocateZeroPool (BootOrderListSize);
694 CurImageInfo->ImageDevicePath = AllocateZeroPool (PathSize);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
Image.c 274 Palette = AllocateZeroPool (PaletteSize);
363 Palette = AllocateZeroPool (PaletteSize);
441 Palette = AllocateZeroPool (PaletteSize);
705 ImagePackage = (HII_IMAGE_PACKAGE_INSTANCE *) AllocateZeroPool (sizeof (HII_IMAGE_PACKAGE_INSTANCE));
732 ImagePackage->ImageBlock = AllocateZeroPool (NewBlockSize + sizeof (EFI_HII_IIBT_END_BLOCK));
900 Image->Bitmap = AllocateZeroPool (ImageLength);
    [all...]
ConfigRouting.c 126 DevicePathBuffer = (UINT8 *) AllocateZeroPool ((Length + 1) / 2);
252 Str = AllocateZeroPool (Length * sizeof (CHAR16));
474 Str = (EFI_STRING) AllocateZeroPool (Length * sizeof (CHAR16));
483 Buf = (UINT8 *) AllocateZeroPool (Length);
654 AppendString = (EFI_STRING) AllocateZeroPool (AppendSize + sizeof (CHAR16));
787 AppendString = (EFI_STRING) AllocateZeroPool (AppendSize + sizeof (CHAR16));
957 AltCfgRespBackup = (EFI_STRING) AllocateZeroPool (ReallocateSize);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/PlatformDriOverrideDxe/
PlatDriOverrideDxe.c 430 mControllerDevicePathProtocol = AllocateZeroPool (DevicePathHandleCount * sizeof (EFI_DEVICE_PATH_PROTOCOL *));
432 mControllerToken = AllocateZeroPool (DevicePathHandleCount * sizeof (EFI_STRING_ID));
494 NewString = AllocateZeroPool (NewStrSize);
713 mDriverImageToken = AllocateZeroPool (DriverImageHandleCount * sizeof (EFI_STRING_ID));
715 mDriSelection = AllocateZeroPool (DriverImageHandleCount * sizeof (BOOLEAN));
718 DriverImageProtocol = AllocateZeroPool (DriverImageHandleCount * sizeof (EFI_LOADED_IMAGE_PROTOCOL *));
720 DriverImageFilePathToken = AllocateZeroPool (DriverImageHandleCount * sizeof (EFI_STRING_ID));
821 NewString = AllocateZeroPool (NewStrSize);
844 NewString = AllocateZeroPool (NewStrSize);
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/TlsAuthConfigDxe/
TlsAuthConfigImpl.c 134 Buffer = (CHAR16 *) AllocateZeroPool (sizeof (CHAR16) * (StrLen + 1));
341 Data = (UINT8 *) AllocateZeroPool (DataSize);
352 GuidStr = AllocateZeroPool (100);
490 OldData = (UINT8 *) AllocateZeroPool (DataSize);
504 Data = (UINT8*) AllocateZeroPool (DataSize);
688 Buffer = AllocateZeroPool(BufferSize);
963 Data = AllocateZeroPool (SigDataSize);
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IpSecCryptIo.c 303 Context = AllocateZeroPool (ContextSize);
390 Context = AllocateZeroPool (ContextSize);
491 HashContext = AllocateZeroPool (ContextSize);
609 HashContext = AllocateZeroPool (ContextSize);
849 Signature = AllocateZeroPool (SigSize);
970 *PublicKey = AllocateZeroPool (*PublicKeyLen);
1015 *CertSubject = AllocateZeroPool (*SubjectSize);
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
ShellManParser.c 103 Buffer = AllocateZeroPool(StrSize(NameString) + StrLen(L".efi")*sizeof(CHAR16));
147 Buffer = AllocateZeroPool(StrSize(ManFileName) + 4*sizeof(CHAR16));
387 ReadLine = AllocateZeroPool(Size);
512 TitleString = AllocateZeroPool(TitleLength);
538 *BriefDesc = AllocateZeroPool(*BriefSize);
668 *BriefDesc = AllocateZeroPool(*BriefSize);
733 ReadLine = AllocateZeroPool(Size);
FileHandleWrappers.c 326 TabStr = AllocateZeroPool (BufferSize);
783 TabOutputStr = AllocateZeroPool (*BufferSize);
1063 NewBuffer = AllocateZeroPool (TotalSize);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
IfrParse.c 266 NameValueNode = AllocateZeroPool (sizeof (NAME_VALUE_NODE));
271 NameValueNode->Value = AllocateZeroPool (0x10);
273 NameValueNode->EditValue = AllocateZeroPool (0x10);
302 Expression = AllocateZeroPool (sizeof (FORM_EXPRESSION));
427 BrowserStorage->Buffer = AllocateZeroPool (BrowserStorage->Size);
428 BrowserStorage->EditBuffer = AllocateZeroPool (BrowserStorage->Size);
438 BrowserStorage->Buffer = AllocateZeroPool (BrowserStorage->Size);
439 BrowserStorage->EditBuffer = AllocateZeroPool (BrowserStorage->Size);
535 UnicodeString = AllocateZeroPool (AsciiStrSize (StorageName) * 2);
542 Storage = AllocateZeroPool (sizeof (FORMSET_STORAGE));
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
HttpImpl.c 340 Url = AllocateZeroPool (UrlLen);
425 Wrap = AllocateZeroPool (sizeof (HTTP_TOKEN_WRAP));
484 HostNameStr = AllocateZeroPool (HostNameSize * sizeof (CHAR16));
538 Wrap = AllocateZeroPool (sizeof (HTTP_TOKEN_WRAP));
981 HttpHeaders = AllocateZeroPool (HdrLen);
1048 HttpInstance->CacheBody = AllocateZeroPool (BodyLen);
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/
PwdCredentialProvider.c 99 NewTable = (CREDENTIAL_TABLE *) AllocateZeroPool (
223 Var = AllocateZeroPool (VarSize);
242 mPwdTable = AllocateZeroPool (
483 UserInfo = AllocateZeroPool (UserInfoSize);
670 CallbackInfo = AllocateZeroPool (sizeof (PWD_PROVIDER_CALLBACK_INFO));
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
UefiShellCommandLib.c 542 Node = AllocateZeroPool(sizeof(SHELL_COMMAND_INTERNAL_LIST_ENTRY));
808 Node = AllocateZeroPool(sizeof(ALIAS_LIST));
1114 Node = AllocateZeroPool(sizeof(SCRIPT_FILE_LIST));
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
Compress.c 191 mText = AllocateZeroPool (WNDSIZ * 2 + MAXMATCH);
192 mLevel = AllocateZeroPool ((WNDSIZ + UINT8_MAX + 1) * sizeof (*mLevel));
193 mChildCount = AllocateZeroPool ((WNDSIZ + UINT8_MAX + 1) * sizeof (*mChildCount));
194 mPosition = AllocateZeroPool ((WNDSIZ + UINT8_MAX + 1) * sizeof (*mPosition));
195 mParent = AllocateZeroPool (WNDSIZ * 2 * sizeof (*mParent));
196 mPrev = AllocateZeroPool (WNDSIZ * 2 * sizeof (*mPrev));
197 mNext = AllocateZeroPool ((MAX_HASH_VAL + 1) * sizeof (*mNext));
200 mBuf = AllocateZeroPool (mBufSiz);
207 mBuf = AllocateZeroPool (mBufSiz);
612 Temp = AllocateZeroPool (WNDSIZ + MAXMATCH);
    [all...]
LoadPciRom.c 147 File1Buffer = AllocateZeroPool (SourceSize);
301 DecompressedImageBuffer = AllocateZeroPool (DestinationSize);
303 Scratch = AllocateZeroPool (ScratchSize);
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiFileHandleLib/
UefiFileHandleLib.c 76 FileInfo = AllocateZeroPool(FileInfoSize);
486 *Buffer = AllocateZeroPool(BufferSize);
758 *Destination = AllocateZeroPool(Count+sizeof(CHAR16));
910 RetVal = AllocateZeroPool(Size);
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DnsDhcp.c 199 OptionList = AllocateZeroPool (OptionCount * sizeof (EFI_DHCP6_PACKET_OPTION *));
404 Data = AllocateZeroPool (DataSize);
437 Token.ListenPoints = AllocateZeroPool (Token.ListenPointCount * sizeof (EFI_DHCP4_LISTEN_POINT));
457 ParaList[0] = AllocateZeroPool (sizeof (EFI_DHCP4_PACKET_OPTION));
467 ParaList[1] = AllocateZeroPool (sizeof (EFI_DHCP4_PACKET_OPTION));
669 Oro = AllocateZeroPool (sizeof (EFI_DHCP6_PACKET_OPTION) + 1);
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
SecureBootConfigImpl.c 195 NewData = (UINT8*) AllocateZeroPool (DescriptorSize + PayloadSize);
346 *PkCert = (EFI_SIGNATURE_LIST*) AllocateZeroPool (
575 KeyBuffer = AllocateZeroPool (KeyLenInBytes);
595 KekSigList = (EFI_SIGNATURE_LIST*) AllocateZeroPool (KekSigListSize);
728 KekSigList = (EFI_SIGNATURE_LIST*) AllocateZeroPool (KekSigListSize);
901 Data = AllocateZeroPool (SigDBSize);
1021 Data = (UINT8 *) AllocateZeroPool (DataSize);
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiCHAP.c 177 Data = AllocateZeroPool (Len);
383 Response = AllocateZeroPool (RspLen);
389 Challenge = AllocateZeroPool (ChallengeLen);
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/ProcessorSubClassDxe/
ProcessorSubClass.c 382 CacheSocketStr = AllocateZeroPool(StringBufferSize);
392 Type7Record = AllocateZeroPool (TableSize);
566 ProcessorSocketStr = AllocateZeroPool(StringBufferSize);
596 Type4Record = AllocateZeroPool (TotalSize);
  /device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
DirectoryCache.c 64 ODir = AllocateZeroPool (sizeof (FAT_ODIR));

Completed in 1090 milliseconds

1 2 34 5 6 7 8 91011>>