Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/common/
H A Dgfx_fb.c501 if (DestinationX + Width > gfx_fb.framebuffer_common.framebuffer_width) in gfxfb_blt_fill()
584 if (SourceX + Width > gfx_fb.framebuffer_common.framebuffer_width) in gfxfb_blt_video_to_buffer()
686 if (DestinationX + Width > gfx_fb.framebuffer_common.framebuffer_width) in gfxfb_blt_buffer_to_video()
786 if (SourceX + Width > gfx_fb.framebuffer_common.framebuffer_width) in gfxfb_blt_video_to_video()
793 if (DestinationX + Width > gfx_fb.framebuffer_common.framebuffer_width) in gfxfb_blt_video_to_video()
837 fbX = gfx_fb.framebuffer_common.framebuffer_width; in gfxfb_shadow_fill()
970 width = gfx_fb.framebuffer_common.framebuffer_width; in gfx_fb_cons_clear()
1000 if (sx + width > gfx_fb.framebuffer_common.framebuffer_width) in gfx_fb_cons_copy()
1001 width = gfx_fb.framebuffer_common.framebuffer_width - sx; in gfx_fb_cons_copy()
1006 if (dx + width > gfx_fb.framebuffer_common.framebuffer_width) in gfx_fb_cons_copy()
[all …]
/illumos-gate/usr/src/boot/i386/libi386/
H A Dvbe.c95 gfx_fb.framebuffer_common.framebuffer_width = TEXT_COLS; in bios_set_text_mode()
311 gfx_fb.framebuffer_common.framebuffer_width = TEXT_COLS; in vbe_init()
457 gfx_fb.framebuffer_common.framebuffer_width = mi.XResolution; in vbe_set_mode()
812 gfx_fb.framebuffer_common.framebuffer_width, in vbe_print_mode()
H A Dvidconsole.c190 devinit.width = gfx_fb.framebuffer_common.framebuffer_width; in plat_cons_update_mode()
218 devinit->width = gfx_fb.framebuffer_common.framebuffer_width; in vidc_vbe_devinit()
988 gfx_fb.framebuffer_common.framebuffer_width, in vidc_devinfo()
/illumos-gate/usr/src/boot/efi/libefi/
H A Defi_console.c259 devinit.width = gfx_fb.framebuffer_common.framebuffer_width; in plat_cons_update_mode()
278 data->width = gfx_fb.framebuffer_common.framebuffer_width; in efi_fb_devinit()
468 gfx_fb.framebuffer_common.framebuffer_width = efifb.fb_width; in efi_framebuffer_setup()
/illumos-gate/usr/src/uts/common/sys/
H A Dmultiboot2.h289 uint32_t framebuffer_width; member
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_fb.c171 fb_info.screen.x = tag->framebuffer_common.framebuffer_width; in xbi_fb_init()