Lines Matching refs:AllocateCopyPool
1041 String = AllocateCopyPool (StrSize (mUnknownString), mUnknownString);
1064 *Dest = AllocateCopyPool (StrSize (Src), Src);
1193 Buffer = AllocateCopyPool (StrSize (Value), Value);
2887 *RestoreConfigRequest = AllocateCopyPool (StrSize (ConfigRequest), ConfigRequest);
3813 BlockData = AllocateCopyPool (StrSize(Question->BlockName), Question->BlockName);
4863 BackUpBuffer = AllocateCopyPool (BufferWidth, Question->BufferValue);
4870 BackUpBuffer = AllocateCopyPool (BufferWidth, Question->BufferValue);
4887 BackUpBuffer2 = AllocateCopyPool (BufferWidth, Question->BufferValue);
4894 BackUpBuffer2 = AllocateCopyPool (BufferWidth, Question->BufferValue);
5289 Storage->ConfigRequest = AllocateCopyPool (StrSize (ConfigRequest), ConfigRequest);
5478 Storage->BrowserStorage->ConfigRequest = AllocateCopyPool (StrSize (Storage->ConfigRequest), Storage->ConfigRequest);
5783 *BinaryData = AllocateCopyPool (*BinaryLength, OpCodeData);
6289 HotKey->KeyData = AllocateCopyPool (sizeof (EFI_INPUT_KEY), KeyData);
6300 HotKey->HelpString = AllocateCopyPool (StrSize (HelpString), HelpString);