Searched refs:NvBootOptionCount (Results 1 – 1 of 1) sorted by relevance
2120 UINTN NvBootOptionCount; in EfiBootManagerRefreshAllBootOption() local2133 NvBootOptions = EfiBootManagerGetLoadOptions (&NvBootOptionCount, LoadOptionTypeBoot); in EfiBootManagerRefreshAllBootOption()2146 for (Index = 0; Index < NvBootOptionCount; Index++) { in EfiBootManagerRefreshAllBootOption()2169 …if (EfiBootManagerFindLoadOption (&BootOptions[Index], NvBootOptions, NvBootOptionCount) == (UINTN… in EfiBootManagerRefreshAllBootOption()2178 EfiBootManagerFreeLoadOptions (NvBootOptions, NvBootOptionCount); in EfiBootManagerRefreshAllBootOption()