Searched refs:gop (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/stand/efi/loader/
H A Dframebuffer.c59 static EFI_GRAPHICS_OUTPUT *gop; variable
581 status = OpenProtocolByHandle(gop_handle, &gop_guid, (void **)&gop);
586 gfx_state->tg_private = gop;
601 rv = efifb_from_gop(&efifb, gop->Mode, gop->Mode->Info);
710 for (mode = 0; mode < gop->Mode->MaxMode; mode++) {
711 status = gop->QueryMode(gop, mode, &infosz, &info);
714 efifb_from_gop(&efifb, gop->Mode, info);
728 status = gop
[all...]
/freebsd-13-stable/stand/common/
H A Dgfx_fb.c753 EFI_GRAPHICS_OUTPUT *gop = gfx_state.tg_private; local
759 if (gop != NULL) {
762 status = gop->Blt(gop, BltBuffer, EfiBltVideoFill,
768 status = gop->Blt(gop, BltBuffer,
775 status = gop->Blt(gop, BltBuffer, EfiBltBufferToVideo,
781 status = gop->Blt(gop, BltBuffe
[all...]

Completed in 49 milliseconds