Home | History | Annotate | Download | only in Shell

Lines Matching refs:AllocateZeroPool

326   TabStr = AllocateZeroPool (BufferSize);

783 TabOutputStr = AllocateZeroPool (*BufferSize);
1063 NewBuffer = AllocateZeroPool (TotalSize);
1195 NewBuffer = AllocateZeroPool (TotalSize);
1272 NewBuffer = AllocateZeroPool (TotalSize);
1343 EnvFileInterface = AllocateZeroPool(sizeof(EFI_FILE_PROTOCOL_ENVIRONMENT)+EnvNameSize);
1591 AsciiBuffer = AllocateZeroPool(*BufferSize);
1675 FileInterface = AllocateZeroPool(sizeof(EFI_FILE_PROTOCOL_MEM));
1701 FileInterface->Buffer = AllocateZeroPool(sizeof(gUnicodeFileTag));
1890 AsciiStrBuffer = AllocateZeroPool(Size + sizeof(CHAR8));
1894 UscStrBuffer = AllocateZeroPool(*BufferSize + sizeof(CHAR16));
2018 AsciiBuffer = AllocateZeroPool(*BufferSize);
2046 NewOne = AllocateZeroPool(sizeof(EFI_FILE_PROTOCOL_FILE));