Home | History | Annotate | Download | only in Shell

Lines Matching refs:AllocateZeroPool

539     NewPath = AllocateZeroPool(Size);

1698 Temp = AllocateZeroPool(TempSize + sizeof(CHAR16));
1957 NewNode = AllocateZeroPool(sizeof(EFI_SHELL_FILE_INFO));
2012 ShellFileListItem = AllocateZeroPool(sizeof(EFI_SHELL_FILE_INFO));
2017 ShellFileListItem->Info = AllocateZeroPool((UINTN)Info->Size);
2141 ShellFileList = (EFI_SHELL_FILE_INFO*)AllocateZeroPool(sizeof(EFI_SHELL_FILE_INFO));
2364 CurrentFilePattern = AllocateZeroPool((NextFilePatternStart-FilePattern+1)*sizeof(CHAR16));
2401 *FileList = AllocateZeroPool(sizeof(EFI_SHELL_FILE_INFO));
2428 NewFullName = AllocateZeroPool(Size);
2480 *FileList = AllocateZeroPool(sizeof(EFI_SHELL_FILE_INFO));
2747 Buffer = AllocateZeroPool(Size);
2780 Buffer = AllocateZeroPool(Size);
3224 FixCommand = AllocateZeroPool(StrSize(Command) - 4 * sizeof (CHAR16));
3300 VariableName = AllocateZeroPool(NameBufferSize);
3318 VariableName = AllocateZeroPool(NameBufferSize);
3419 RetVal = AllocateZeroPool(RetSize);
3665 Buffer = AllocateZeroPool(BufferSize);
3690 OldProtocolNode = AllocateZeroPool(sizeof(SHELL_PROTOCOL_HANDLE_LIST));