Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/efi/loader/
H A Dmain.c960 uint64_t os_indications; in fw_setup() local
964 size = sizeof (os_indications); in fw_setup()
966 &os_indications, &size); in fw_setup()
967 if (EFI_ERROR(status) || size != sizeof (os_indications) || in fw_setup()
968 (os_indications & EFI_OS_INDICATIONS_BOOT_TO_FW_UI) == 0) { in fw_setup()
979 os_indications = EFI_OS_INDICATIONS_BOOT_TO_FW_UI; in fw_setup()
981 status = efi_global_setenv("OsIndications", &os_indications, in fw_setup()
982 sizeof (os_indications)); in fw_setup()