Home
last modified time | relevance | path

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

/systemd-251/src/boot/efi/
Dutil.h62 EFI_STATUS efivar_get_uint64_le(const EFI_GUID *vendor, const CHAR16 *name, UINT64 *ret);
Dutil.c170 EFI_STATUS efivar_get_uint64_le(const EFI_GUID *vendor, const CHAR16 *name, UINT64 *ret) { in efivar_get_uint64_le() function
685 err = efivar_get_uint64_le(EFI_GLOBAL_GUID, L"OsIndicationsSupported", &osind); in get_os_indications_supported()
Dboot.c588 (void) efivar_get_uint64_le(EFI_GLOBAL_GUID, L"OsIndications", &osind); in reboot_into_firmware()