OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocateZeroPool
(Results
251 - 275
of
579
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
UsbHcMem.c
45
Block =
AllocateZeroPool
(sizeof (USBHC_MEM_BLOCK));
58
Block->Bits =
AllocateZeroPool
(Block->BitsLen);
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCorePerformanceLib/
DxeCorePerformanceLib.c
174
NewGaugeData =
AllocateZeroPool
(GaugeDataSize);
529
mGaugeData =
AllocateZeroPool
(sizeof (GAUGE_DATA_HEADER) + (sizeof (GAUGE_DATA_ENTRY_EX) * mMaxGaugeRecords));
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeSmmPerformanceLib/
DxeSmmPerformanceLib.c
480
mGaugeData =
AllocateZeroPool
(DataSize);
619
mGaugeDataEx =
AllocateZeroPool
(DataSize);
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe/
LightMemoryTest.c
389
ExtendedErrorData =
AllocateZeroPool
(sizeof (EFI_MEMORY_EXTENDED_ERROR_DATA));
570
RangeData =
AllocateZeroPool
(sizeof (EFI_MEMORY_RANGE_EXTENDED_DATA));
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/ArpDxe/
ArpDriver.c
389
ArpService =
AllocateZeroPool
(sizeof(ARP_SERVICE_DATA));
585
Instance =
AllocateZeroPool
(sizeof(ARP_INSTANCE_DATA));
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/VlanConfigDxe/
VlanConfigImpl.c
123
ConfigRequest =
AllocateZeroPool
(Size);
252
Configuration =
AllocateZeroPool
(sizeof (VLAN_CONFIGURATION));
/device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
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));
/device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
PolicyEntryOperation.c
240
*Selector =
AllocateZeroPool
(sizeof (EFI_IPSEC_SPD_SELECTOR) + 2 * sizeof (EFI_IP_ADDRESS_INFO));
256
*Data =
AllocateZeroPool
(DataSize);
617
*SaId =
AllocateZeroPool
(sizeof (EFI_IPSEC_SA_ID));
687
*Data =
AllocateZeroPool
(DataSize);
786
AsciiStr =
AllocateZeroPool
(EncKeyLength + 1);
816
AsciiStr =
AllocateZeroPool
(AuthKeyLength + 1);
[
all
...]
/device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
Dhcp6Driver.c
137
Dhcp6Srv =
AllocateZeroPool
(sizeof (DHCP6_SERVICE));
283
Dhcp6Ins =
AllocateZeroPool
(sizeof (DHCP6_INSTANCE));
/device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
HttpDriver.c
67
HttpService =
AllocateZeroPool
(sizeof (HTTP_SERVICE));
[
all
...]
/device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
Mtftp6Driver.c
92
Mtftp6Srv =
AllocateZeroPool
(sizeof (MTFTP6_SERVICE));
214
Mtftp6Ins =
AllocateZeroPool
(sizeof (MTFTP6_INSTANCE));
/device/linaro/bootloader/edk2/OvmfPkg/Library/SerializeVariablesLib/
SerializeVariablesLib.c
397
New =
AllocateZeroPool
(sizeof (*New));
540
VariableName =
AllocateZeroPool
(VariableNameBufferSize);
/device/linaro/bootloader/edk2/PerformancePkg/Dp_App/
Dp.c
390
CustomCumulativeData =
AllocateZeroPool
(sizeof (PERF_CUM_DATA));
397
CustomCumulativeData->Name =
AllocateZeroPool
(NameSize);
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpm2MeasureBootLib/
DxeTpm2MeasureBootLib.c
215
Tcg2Event = (EFI_TCG2_EVENT *)
AllocateZeroPool
(EventSize + sizeof (EFI_TCG2_EVENT) - sizeof(Tcg2Event->Event));
318
Tcg2Event =
AllocateZeroPool
(EventSize + sizeof (EFI_TCG2_EVENT) - sizeof(Tcg2Event->Event));
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgPei/
TcgPei.c
704
mMeasuredBaseFvInfo = (EFI_PLATFORM_FIRMWARE_BLOB *)
AllocateZeroPool
(sizeof (EFI_PLATFORM_FIRMWARE_BLOB) * PcdGet32 (PcdPeiCoreMaxFvSupported));
706
mMeasuredChildFvInfo = (EFI_PLATFORM_FIRMWARE_BLOB *)
AllocateZeroPool
(sizeof (EFI_PLATFORM_FIRMWARE_BLOB) * PcdGet32 (PcdPeiCoreMaxFvSupported));
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEPei/
TrEEPei.c
556
mMeasuredBaseFvInfo = (EFI_PLATFORM_FIRMWARE_BLOB *)
AllocateZeroPool
(sizeof (EFI_PLATFORM_FIRMWARE_BLOB) * PcdGet32 (PcdPeiCoreMaxFvSupported));
558
mMeasuredChildFvInfo = (EFI_PLATFORM_FIRMWARE_BLOB *)
AllocateZeroPool
(sizeof (EFI_PLATFORM_FIRMWARE_BLOB) * PcdGet32 (PcdPeiCoreMaxFvSupported));
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
Connect.c
140
DriverHandleList =
AllocateZeroPool
(2*sizeof(EFI_HANDLE));
223
DevPath =
AllocateZeroPool
(Length);
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiHandleParsingLib/
UefiHandleParsingLib.c
668
RetVal =
AllocateZeroPool
(Size);
727
RetVal =
AllocateZeroPool
(VersionStringSize);
[
all
...]
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/D03/Drivers/PciPlatform/
PciPlatform.c
418
PciPrivateData =
AllocateZeroPool
(sizeof (PCI_PLATFORM_PRIVATE_DATA));
/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/PL061GpioDxe/
PL061Gpio.c
381
mPL061PlatformGpio = (PLATFORM_GPIO_CONTROLLER *)
AllocateZeroPool
(sizeof (PLATFORM_GPIO_CONTROLLER) + sizeof (GPIO_CONTROLLER));
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
Strings.c
315
Iso639AsciiLanguage =
AllocateZeroPool
(StrLen (LanguageString) + 1);
/device/linaro/bootloader/edk2/EmulatorPkg/CpuRuntimeDxe/
Cpu.c
208
Record = (EFI_SMBIOS_TABLE_HEADER *)
AllocateZeroPool
(Size);
/device/linaro/bootloader/edk2/EmulatorPkg/Library/GuardUefiMemoryAllocationLib/
MemoryAllocationLib.c
485
AllocateZeroPool
(
/device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
Init.c
46
Volume =
AllocateZeroPool
(sizeof (FAT_VOLUME));
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/
IsaFloppy.c
233
FdcDev =
AllocateZeroPool
(sizeof (FDC_BLK_IO_DEV));
Completed in 4247 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>