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.c516 extern EFI_GRAPHICS_OUTPUT_PROTOCOL *gop; in efi_find_framebuffer()
521 if (gop != NULL) in efi_find_framebuffer()
522 return (efifb_from_gop(efifb, gop->Mode, gop->Mode->Info)); in efi_find_framebuffer()
551 gop = tgop; in efi_find_framebuffer()
555 gop = tgop; in efi_find_framebuffer()
561 if (gop != NULL) { in efi_find_framebuffer()
564 default_mode = gop->Mode->Mode; in efi_find_framebuffer()
567 if (mode != gop->Mode->Mode) in efi_find_framebuffer()
568 efifb_set_mode(gop, mode); in efi_find_framebuffer()
569 return (efifb_from_gop(efifb, gop->Mode, gop->Mode->Info)); in efi_find_framebuffer()
[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()
740 gop->domid = xnbp->xnb_peer; 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()
799 if (gop->status != GNTST_bad_page) in xnb_to_peer()
800 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
852 if (gop != NULL) in efi_cons_devinfo()