Home | History | Annotate | Download | only in UefiShellCommandLib

Lines Matching refs:AllocateZeroPool

98   AppendStr = AllocateZeroPool (0x1000);

109 Str->Str = AllocateZeroPool (StringSize);
671 Buffer = AllocateZeroPool (((TargetNameLength * 2) + 1) * sizeof(CHAR16));
776 TargetName = AllocateZeroPool ((TargetNameLength + 1) * sizeof (CHAR16));
1261 HIDevicePath = AllocateZeroPool (sizeof (EFI_DEVICE_PATH_PROTOCOL));
1378 TempTable = AllocateZeroPool ((HandleNum + 1) * sizeof (EFI_DEVICE_PATH_PROTOCOL *));