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

/freebsd-11-stable/stand/efi/boot1/
H A Dboot1.c396 UINT16 boot_current; local
468 boot_current = 0;
469 sz = sizeof(boot_current);
470 if (efi_global_getenv("BootCurrent", &boot_current, &sz) == EFI_SUCCESS) {
471 printf(" BootCurrent: %04x\n", boot_current);
478 boot_order[i] == boot_current ? "[*]" : "");
/freebsd-11-stable/stand/efi/loader/
H A Dmain.c553 UINT16 boot_current; local
701 boot_current = 0;
702 sz = sizeof(boot_current);
703 efi_global_getenv("BootCurrent", &boot_current, &sz);
704 printf(" BootCurrent: %04x\n", boot_current);
711 boot_order[i] == boot_current ? "[*]" : "");

Completed in 137 milliseconds