Searched refs:SetMode (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/stand/efi/include/
H A Deficonsctl.h128 EFI_CONSOLE_CONTROL_PROTOCOL_SET_MODE SetMode; member in struct:_EFI_CONSOLE_CONTROL_PROTOCOL
H A Defiuga.h39 @retval EFI_NOT_STARTED Video display is not initialized. Call SetMode ()
64 @retval EFI_NOT_STARTED Video display is not initialized. Call SetMode ()
162 EFI_UGA_DRAW_PROTOCOL_SET_MODE SetMode; member in struct:_EFI_UGA_DRAW_PROTOCOL
H A Defigop.h116 EFI_GRAPHICS_OUTPUT_PROTOCOL_SET_MODE SetMode; member in struct:_EFI_GRAPHICS_OUTPUT
H A Deficon.h151 EFI_TEXT_SET_MODE SetMode; member in struct:_SIMPLE_TEXT_OUTPUT_INTERFACE
/freebsd-13-stable/stand/efi/boot1/
H A Dboot1.c186 (void)ConsoleControl->SetMode(ConsoleControl,
195 conout->SetMode(conout, 0);
/freebsd-13-stable/sys/contrib/edk2/Include/Protocol/
H A DSimpleTextOut.h351 /// The number of modes supported by QueryMode () and SetMode ().
394 EFI_TEXT_SET_MODE SetMode; member in struct:_EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL
/freebsd-13-stable/stand/efi/loader/
H A Defi_main.c91 (void)console_control->SetMode(console_control,
H A Dframebuffer.c728 status = gop->SetMode(gop, best_mode);
759 conout->SetMode(conout, best_mode);
830 status = gop->SetMode(gop, mode);
H A Dmain.c1355 status = conout->SetMode(conout, mode);
/freebsd-13-stable/stand/efi/libefi/
H A Defi_console.c405 * Call SetMode to work around buggy firmware.
407 status = conout->SetMode(conout, conout->Mode->Mode);

Completed in 209 milliseconds