Searched refs:NvBootOptions (Results 1 - 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
H A DBmBoot.c2228 EFI_BOOT_MANAGER_LOAD_OPTION *NvBootOptions; local
2242 NvBootOptions = EfiBootManagerGetLoadOptions (&NvBootOptionCount, LoadOptionTypeBoot);
2256 if (((DevicePathType (NvBootOptions[Index].FilePath) != BBS_DEVICE_PATH) ||
2257 (DevicePathSubType (NvBootOptions[Index].FilePath) != BBS_BBS_DP)
2258 ) && BmIsAutoCreateBootOption (&NvBootOptions[Index])
2264 if (EfiBootManagerFindLoadOption (&NvBootOptions[Index], BootOptions, BootOptionCount) == (UINTN) -1) {
2265 Status = EfiBootManagerDeleteLoadOptionVariable (NvBootOptions[Index].OptionNumber, LoadOptionTypeBoot);
2278 if (EfiBootManagerFindLoadOption (&BootOptions[Index], NvBootOptions, NvBootOptionCount) == (UINTN) -1) {
2287 EfiBootManagerFreeLoadOptions (NvBootOptions, NvBootOptionCount);

Completed in 57 milliseconds