Home
last modified time | relevance | path

Searched refs:boot_current (Results 1 – 2 of 2) sorted by relevance

/freebsd/stand/efi/boot1/
H A Dproto.c158 UINT16 boot_current; in choice_protocol() local
170 boot_current = 0; in choice_protocol()
171 sz = sizeof(boot_current); in choice_protocol()
172 if (efi_global_getenv("BootCurrent", &boot_current, &sz) == EFI_SUCCESS) { in choice_protocol()
173 printf(" BootCurrent: %04x\n", boot_current); in choice_protocol()
180 boot_order[i] == boot_current ? "[*]" : ""); in choice_protocol()
/freebsd/stand/efi/loader/
H A Dmain.c139 UINT16 boot_current; variable
513 printf("Ignoring Boot%04x: Only one DP found\n", boot_current); in match_boot_info()
517 printf("Ignoring Boot%04x: No Media Path\n", boot_current); in match_boot_info()
527 printf("Ignoring Boot%04x: Device Path not found\n", boot_current); in match_boot_info()
532 printf("Ignoring Boot%04x: sanity check failed\n", boot_current); in match_boot_info()
547 printf("Using Boot%04x for root partition\n", boot_current); in match_boot_info()
553 printf("Not using Boot%04x: can't decode kernel\n", boot_current); in match_boot_info()
560 printf("Not using Boot%04x: can't find %s\n", boot_current, in match_boot_info()
568 printf("Using Boot%04x %S + %s\n", boot_current, text, in match_boot_info()
1486 boot_current = 0; in main()
[all …]