Searched refs:boot_current (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/stand/efi/boot1/ |
| H A D | proto.c | 156 UINT16 boot_current; in choice_protocol() local 168 boot_current = 0; in choice_protocol() 169 sz = sizeof(boot_current); in choice_protocol() 170 if (efi_global_getenv("BootCurrent", &boot_current, &sz) == EFI_SUCCESS) { in choice_protocol() 171 printf(" BootCurrent: %04x\n", boot_current); in choice_protocol() 178 boot_order[i] == boot_current ? "[*]" : ""); in choice_protocol()
|
| /freebsd-14.2/stand/efi/loader/ |
| H A D | main.c | 105 UINT16 boot_current; variable 415 printf("Ignoring Boot%04x: No Media Path\n", boot_current); in match_boot_info() 458 printf("Not using Boot%04x: can't find %s\n", boot_current, in match_boot_info() 466 printf("Using Boot%04x %S + %s\n", boot_current, text, in match_boot_info() 1158 boot_current = 0; in main() 1159 sz = sizeof(boot_current); in main() 1162 printf(" BootCurrent: %04x\n", boot_current); in main() 1164 boot_current = 0xffff; in main() 1174 boot_order[i] == boot_current ? "[*]" : ""); in main() 1185 boot_order[0] = boot_current; in main() [all …]
|