Searched refs:NvBootOptions (Results 1 – 1 of 1) sorted by relevance
2119 EFI_BOOT_MANAGER_LOAD_OPTION *NvBootOptions; in EfiBootManagerRefreshAllBootOption() local2133 NvBootOptions = EfiBootManagerGetLoadOptions (&NvBootOptionCount, LoadOptionTypeBoot); in EfiBootManagerRefreshAllBootOption()2147 if (((DevicePathType (NvBootOptions[Index].FilePath) != BBS_DEVICE_PATH) || in EfiBootManagerRefreshAllBootOption()2148 (DevicePathSubType (NvBootOptions[Index].FilePath) != BBS_BBS_DP) in EfiBootManagerRefreshAllBootOption()2149 ) && BmIsAutoCreateBootOption (&NvBootOptions[Index]) in EfiBootManagerRefreshAllBootOption()2155 …if (EfiBootManagerFindLoadOption (&NvBootOptions[Index], BootOptions, BootOptionCount) == (UINTN) … in EfiBootManagerRefreshAllBootOption()2156 …Status = EfiBootManagerDeleteLoadOptionVariable (NvBootOptions[Index].OptionNumber, LoadOptionType… in EfiBootManagerRefreshAllBootOption()2169 …if (EfiBootManagerFindLoadOption (&BootOptions[Index], NvBootOptions, NvBootOptionCount) == (UINTN… in EfiBootManagerRefreshAllBootOption()2178 EfiBootManagerFreeLoadOptions (NvBootOptions, NvBootOptionCount); in EfiBootManagerRefreshAllBootOption()