Home
last modified time | relevance | path

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

/openbsd/sys/arch/amd64/stand/efiboot/
H A Defiboot.c444 EFI_CONSOLE_CONTROL_PROTOCOL *conctrl = NULL; in efi_video_init() local
472 status = BS->LocateProtocol(&con_guid, NULL, (void **)&conctrl); in efi_video_init()
474 conctrl->SetMode(conctrl, EfiConsoleControlScreenText); in efi_video_init()