OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocateZeroPool
(Results
151 - 175
of
579
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverSampleDxe/
DriverSample.c
346
Str = (EFI_STRING)
AllocateZeroPool
(Length * sizeof (CHAR16));
355
Buf = (UINT8 *)
AllocateZeroPool
(Length);
412
StringPtr =
AllocateZeroPool
(NewLen);
662
ConfigRequest =
AllocateZeroPool
(Size);
700
ConfigRequest =
AllocateZeroPool
(Size);
729
*Results =
AllocateZeroPool
(BufferSize);
[
all
...]
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Spi/Devices/
MvSpiFlash.c
363
TmpBuf = (UINT8 *)
AllocateZeroPool
(EraseSize);
400
DataOut = (UINT8 *)
AllocateZeroPool
(DataByteCount);
507
mSpiFlashInstance =
AllocateZeroPool
(sizeof (SPI_FLASH_INSTANCE));
/device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/
BootMonFsEntryPoint.c
150
NewFile = (BOOTMON_FS_FILE*)
AllocateZeroPool
(sizeof (BOOTMON_FS_FILE));
325
Instance =
AllocateZeroPool
(sizeof (BOOTMON_FS_INSTANCE));
384
Info =
AllocateZeroPool
(sizeof (EFI_FILE_INFO));
BootMonFsImages.c
63
Description =
AllocateZeroPool
(sizeof (HW_IMAGE_DESCRIPTION));
BootMonFsReadWrite.c
155
Region = (BOOTMON_FS_FILE_REGION*)
AllocateZeroPool
(sizeof (BOOTMON_FS_FILE_REGION));
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/
ConvLib.c
130
NewRecord = (EFI_SMBIOS_TABLE_HEADER*)
AllocateZeroPool
(NewBufferSize);
325
NewRecord =
AllocateZeroPool
(NewStructureSize);
482
LinkDataFixupNode =
AllocateZeroPool
(sizeof (SMBIOS_LINK_DATA_FIXUP_NODE));
/device/linaro/bootloader/edk2/MdeModulePkg/Application/UiApp/
FrontPageCustomizedUiSupport.c
312
gLanguageToken =
AllocateZeroPool
((OptionCount + 1) * sizeof (EFI_STRING_ID));
326
StringBuffer =
AllocateZeroPool
(StringSize);
596
gHiiDriverList =
AllocateZeroPool
(UI_HII_DRIVER_LIST_SIZE * sizeof (UI_HII_DRIVER_INSTANCE));
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/I2c/I2cDxe/
I2cHost.c
375
I2cHostContext =
AllocateZeroPool
(sizeof (I2C_HOST_CONTEXT));
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/RamDiskDxe/
RamDiskProtocol.c
251
Nfit =
AllocateZeroPool
(NfitLen);
314
Nfit =
AllocateZeroPool
(NfitLen);
474
NewNfit =
AllocateZeroPool
(NewNfitLen);
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
EdbHook.c
353
Object =
AllocateZeroPool
(sizeof(EFI_DEBUGGER_SYMBOL_OBJECT) * EFI_DEBUGGER_SYMBOL_OBJECT_MAX);
359
Entry =
AllocateZeroPool
(sizeof(EFI_DEBUGGER_SYMBOL_ENTRY) * EFI_DEBUGGER_SYMBOL_ENTRY_MAX);
363
Object[Index].SourceBuffer =
AllocateZeroPool
(sizeof(VOID *) * (EFI_DEBUGGER_SYMBOL_ENTRY_MAX + 1));
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
HttpBootConfig.c
81
Node =
AllocateZeroPool
(sizeof (IPv4_DEVICE_PATH));
90
Node =
AllocateZeroPool
(sizeof (IPv6_DEVICE_PATH));
275
ConfigRequest =
AllocateZeroPool
(Size);
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IkeService.c
260
IfInfo =
AllocateZeroPool
(BufSize);
414
Udp4Srv =
AllocateZeroPool
(sizeof (IKE_UDP_SERVICE));
484
Udp6Srv =
AllocateZeroPool
(sizeof (IKE_UDP_SERVICE));
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserProfileManagerDxe/
ModifyAccessPolicy.c
171
Info =
AllocateZeroPool
(sizeof (EFI_USER_INFO) + mUserInfo.AccessPolicyLen);
343
Order =
AllocateZeroPool
(OrderSize);
671
NewFL =
AllocateZeroPool
(NewLen);
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiHiiLib/
HiiLib.c
186
PackageListHeader =
AllocateZeroPool
(Length);
331
HiiHandleBuffer =
AllocateZeroPool
(HandleBufferLength + sizeof (EFI_HII_HANDLE));
652
ResultsData =
AllocateZeroPool
(sizeof (CHAR16));
663
ResultsData =
AllocateZeroPool
(ResultsDataSize);
762
String =
AllocateZeroPool
(MaxLen * sizeof (CHAR16));
874
DataBuffer = (UINT8 *)
AllocateZeroPool
((Length + 1) / 2);
903
DataBuffer = (UINT8 *)
AllocateZeroPool
((Length/4 + 1) * sizeof (CHAR16));
1018
Buf = (UINT8 *)
AllocateZeroPool
((Length + 1) / 2);
[
all
...]
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
Shell.c
552
TempString =
AllocateZeroPool
(Size);
[
all
...]
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/SmbiosMiscDxe/Type01/
MiscSystemManufacturerFunction.c
120
SmbiosRecord =
AllocateZeroPool
(sizeof (SMBIOS_TABLE_TYPE1) + ManuStrLen + 1
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/SmbiosMiscDxe/Type02/
MiscBaseBoardManufacturerFunction.c
123
SmbiosRecord =
AllocateZeroPool
(sizeof (SMBIOS_TABLE_TYPE2) + ManuStrLen + 1
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/SmbiosMiscDxe/Type03/
MiscChassisManufacturerFunction.c
127
SmbiosRecord =
AllocateZeroPool
(sizeof (SMBIOS_TABLE_TYPE3) + ExtendLength + 1
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/MvMdioDxe/
MvMdioDxe.c
217
Mdio =
AllocateZeroPool
(sizeof (MARVELL_MDIO_PROTOCOL));
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbDxe/
DwUsbDxe.c
259
Descriptor = (EFI_USB_STRING_DESCRIPTOR *)
AllocateZeroPool
(DescriptorSize);
270
Descriptor = (EFI_USB_STRING_DESCRIPTOR *)
AllocateZeroPool
(DescriptorSize);
281
Descriptor = (EFI_USB_STRING_DESCRIPTOR *)
AllocateZeroPool
(DescriptorSize);
292
Descriptor = (EFI_USB_STRING_DESCRIPTOR *)
AllocateZeroPool
(DescriptorSize);
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Library/AmdStyxPciHostBridgeLib/
AmdStyxPciHostBridgeLib.c
79
RootBridge =
AllocateZeroPool
(*Count * sizeof *RootBridge);
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/Library/UefiLanguageLib/
UefiLanguageLib.c
474
Iso639Languages =
AllocateZeroPool
(NumLanguages * 3 + 1);
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueMemoryAllocationLib.h
30
#define
AllocateZeroPool
(_ALLOCATIONSIZE) GlueAllocateZeroPool(_ALLOCATIONSIZE)
/device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
Open.c
42
IFile =
AllocateZeroPool
(sizeof (FAT_IFILE));
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/
VgaMiniPort.c
191
PciVgaMiniPortPrivate =
AllocateZeroPool
(sizeof (PCI_VGA_MINI_PORT_DEV));
Completed in 4022 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>