Home | History | Annotate | Download | only in BdsDxe

Lines Matching full:bootoptions

263   Attempt to boot each boot option in the BootOptions array.

265 @param BootOptions Input boot option array.
274 IN EFI_BOOT_MANAGER_LOAD_OPTION *BootOptions,
290 if ((BootOptions[Index].Attributes & LOAD_OPTION_ACTIVE) == 0) {
299 if ((BootOptions[Index].Attributes & LOAD_OPTION_CATEGORY) != LOAD_OPTION_CATEGORY_BOOT) {
307 EfiBootManagerBoot (&BootOptions[Index]);
315 if (BootOptions[Index].Status == EFI_SUCCESS) {