Home | History | Annotate | Download | only in SecureBootConfigDxe

Lines Matching refs:AllocateZeroPool

58   Dest  = AllocateZeroPool (Size);

105 *Buffer = AllocateZeroPool (BufferSize);
151 Str = AllocateZeroPool (BufferSize);
154 TmpStr = AllocateZeroPool (BufferSize);
223 MenuEntry = AllocateZeroPool (sizeof (SECUREBOOT_MENU_ENTRY));
229 MenuEntry->FileContext = AllocateZeroPool (ContextSize);
704 Buffer = AllocateZeroPool (BlkIo->Media->BlockSize);
803 MenuEntry->DisplayString = AllocateZeroPool (MAX_CHAR);
892 DirInfo = AllocateZeroPool (DirBufferSize);
942 NewMenuEntry->DisplayString = AllocateZeroPool (BufferSize);