Lines Matching refs:BootOption
232 IN EFI_BOOT_MANAGER_LOAD_OPTION *BootOption in IsBootManagerMenu() argument
243 …return (BOOLEAN) (!EFI_ERROR (Status) && (BootOption->OptionNumber == BootManagerMenu.OptionNumber… in IsBootManagerMenu()
256 IN EFI_BOOT_MANAGER_LOAD_OPTION *BootOption in IgnoreBootOption() argument
267 …if (CompareMem (BootOption->FilePath, ImageDevicePath, GetDevicePathSize (ImageDevicePath)) == 0) { in IgnoreBootOption()
274 if (IsBootManagerMenu (BootOption)) { in IgnoreBootOption()
281 …if (((BootOption->Attributes & LOAD_OPTION_HIDDEN) != 0) || ((BootOption->Attributes & LOAD_OPTION… in IgnoreBootOption()
301 IN EFI_BOOT_MANAGER_LOAD_OPTION *BootOption, in InitializeBootMenuData() argument
309 if (BootOption == NULL || BootMenuData == NULL) { in InitializeBootMenuData()
321 if (IgnoreBootOption (&BootOption[Index])) { in InitializeBootMenuData()
325 ASSERT (BootOption[Index].Description != NULL); in InitializeBootMenuData()
329 BootOption[Index].Description, in InitializeBootMenuData()
908 EFI_BOOT_MANAGER_LOAD_OPTION *BootOption; in BootManagerMenuEntry() local
948 BootOption = EfiBootManagerGetLoadOptions (&BootOptionCount, LoadOptionTypeBoot); in BootManagerMenuEntry()
1010 Status = InitializeBootMenuData (BootOption, BootOptionCount, &BootMenuData); in BootManagerMenuEntry()
1059 BootFromSelectOption (BootOption, BootOptionCount, BootMenuData.SelectItem); in BootManagerMenuEntry()
1072 EfiBootManagerFreeLoadOptions (BootOption, BootOptionCount); in BootManagerMenuEntry()