Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/efi/loader/
H A Dframebuffer.c521 if (gop != NULL) in efi_find_framebuffer()
522 return (efifb_from_gop(efifb, gop->Mode, gop->Mode->Info)); in efi_find_framebuffer()
555 efifb_set_mode(gop, mode); in efi_find_framebuffer()
556 return (efifb_from_gop(efifb, gop->Mode, gop->Mode->Info)); in efi_find_framebuffer()
621 status = gop->SetMode(gop, mode); in efifb_set_mode()
656 status = gop->QueryMode(gop, mode, &infosz, &info); in efifb_find_mode_xydm()
679 return (gop->Mode->MaxMode); in efifb_find_mode_xydm()
705 mode = gop->Mode->MaxMode; in gop_default_mode()
737 if (gop == NULL) { in command_gop()
797 mode = gop->Mode->Mode; in command_gop()
[all …]
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnb.c649 gnttab_transfer_t *gop; in xnb_to_peer() local
686 gop = xnbp->xnb_rx_top; in xnb_to_peer()
739 gop->mfn = mfn; in xnb_to_peer()
741 gop->ref = rxreq->gref; in xnb_to_peer()
758 gop++; in xnb_to_peer()
786 gop = xnbp->xnb_rx_top; in xnb_to_peer()
791 if (gop->status != 0) { in xnb_to_peer()
800 gop->mfn = 0; in xnb_to_peer()
803 gop->mfn = 0; in xnb_to_peer()
806 if (gop->mfn != 0) in xnb_to_peer()
[all …]
/illumos-gate/usr/src/boot/common/
H A Dgfx_fb.c869 extern EFI_GRAPHICS_OUTPUT_PROTOCOL *gop; in gfxfb_blt()
876 if (gop != NULL && has_boot_services) { in gfxfb_blt()
882 status = gop->Blt(gop, BltBuffer, EfiBltVideoFill, in gfxfb_blt()
888 status = gop->Blt(gop, BltBuffer, in gfxfb_blt()
895 status = gop->Blt(gop, BltBuffer, EfiBltBufferToVideo, in gfxfb_blt()
901 status = gop->Blt(gop, BltBuffer, EfiBltVideoToVideo, in gfxfb_blt()
/illumos-gate/usr/src/boot/efi/libefi/
H A Defi_console.c48 EFI_GRAPHICS_OUTPUT_PROTOCOL *gop; variable
832 if (gop != NULL) in efi_cons_devinfo()