Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/efi/loader/
H A Dframebuffer.c534 EFI_GRAPHICS_OUTPUT_PROTOCOL *tgop; in efi_find_framebuffer() local
539 (void **)&tgop); in efi_find_framebuffer()
543 if (tgop->Mode->Info->PixelFormat == PixelBltOnly || in efi_find_framebuffer()
544 tgop->Mode->Info->PixelFormat >= PixelFormatMax) in efi_find_framebuffer()
551 gop = tgop; in efi_find_framebuffer()
555 gop = tgop; in efi_find_framebuffer()