Home
last modified time | relevance | path

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

/netbsd-src/sys/stand/efiboot/
H A Dboot.c452 UINT64 osind; in command_setup() local
460 osind = EFI_OS_INDICATIONS_BOOT_TO_FW_UI; in command_setup()
461 status = LibSetNVVariable(L"OsIndications", &EfiGlobalVariable, sizeof(osind), &osind); in command_setup()