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
445 printf("Ignoring Boot%04x: Only one DP found\n", boot_current); in match_boot_info()
449 printf("Ignoring Boot%04x: No Media Path\n", boot_current); in match_boot_info()
459 printf("Ignoring Boot%04x: Device Path not found\n", boot_current); in match_boot_info()
464 printf("Ignoring Boot%04x: sanity check failed\n", boot_current); in match_boot_info()
479 printf("Using Boot%04x for root partition\n", boot_current); in match_boot_info()
485 printf("Not using Boot%04x: can't decode kernel\n", boot_current); in match_boot_info()
492 printf("Not using Boot%04x: can't find %s\n", boot_current, in match_boot_info()
500 printf("Using Boot%04x %S + %s\n", boot_current, text, in match_boot_info()
1378 boot_current = 0; in main()
[all …]