Home | History | Annotate | Download | only in UefiShellBcfgCommandLib

Lines Matching refs:AllocateCopyPool

141     NewData = AllocateCopyPool(NewSize, OriginalData);

689 NewOrder = AllocateCopyPool(OrderCount*sizeof(CurrentOrder[0]), CurrentOrder);
876 KeyOptionBuffer = AllocateCopyPool(sizeof(EFI_KEY_OPTION) + (sizeof(EFI_INPUT_KEY) * NewKeyOption.KeyData.Options.InputKeyCount), &NewKeyOption);