Searched refs:NewBootOptionArray (Results 1 – 1 of 1) sorted by relevance
377 UINT16 *NewBootOptionArray; in LibInsertToTailOfBootOrder() local391 NewBootOptionArray = AllocatePool (VarSize); in LibInsertToTailOfBootOrder()392 if (!NewBootOptionArray) in LibInsertToTailOfBootOrder()396 NewBootOptionArray[Index] = BootOptionArray[Index]; in LibInsertToTailOfBootOrder()401 NewBootOptionArray[Index] = BootOption; in LibInsertToTailOfBootOrder()408 VarSize, (VOID*) NewBootOptionArray in LibInsertToTailOfBootOrder()411 FreePool (NewBootOptionArray); in LibInsertToTailOfBootOrder()