Searched refs:KeyOptionNumber (Results 1 – 1 of 1) sorted by relevance
981 UINTN KeyOptionNumber; in EfiBootManagerAddKeyOptionVariable() local1007 KeyOptionNumber = LoadOptionNumberUnassigned; in EfiBootManagerAddKeyOptionVariable()1018 if ((KeyOptionNumber == LoadOptionNumberUnassigned) && in EfiBootManagerAddKeyOptionVariable()1021 KeyOptionNumber = Index; in EfiBootManagerAddKeyOptionVariable()1030 if (KeyOptionNumber == LoadOptionNumberUnassigned) { in EfiBootManagerAddKeyOptionVariable()1031 KeyOptionNumber = KeyOptionCount; in EfiBootManagerAddKeyOptionVariable()1034 UnicodeSPrint (KeyOptionName, sizeof (KeyOptionName), L"Key%04x", KeyOptionNumber); in EfiBootManagerAddKeyOptionVariable()