Home
last modified time | relevance | path

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

/systemd-251/src/boot/efi/ !
Dutil.c679 UINT64 osind; in get_os_indications_supported() local
685 err = efivar_get_uint64_le(EFI_GLOBAL_GUID, L"OsIndicationsSupported", &osind); in get_os_indications_supported()
689 return osind; in get_os_indications_supported()
Dboot.c582 UINT64 osind = 0; in reboot_into_firmware() local
588 (void) efivar_get_uint64_le(EFI_GLOBAL_GUID, L"OsIndications", &osind); in reboot_into_firmware()
589 osind |= EFI_OS_INDICATIONS_BOOT_TO_FW_UI; in reboot_into_firmware()
591 … err = efivar_set_uint64_le(EFI_GLOBAL_GUID, L"OsIndications", osind, EFI_VARIABLE_NON_VOLATILE); in reboot_into_firmware()