Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_fb.c598 soffset = c_copy->s_col * fb_info.bpp + c_copy->s_row * fb_info.pitch; in boot_fb_conscopy()
599 toffset = c_copy->t_col * fb_info.bpp + c_copy->t_row * fb_info.pitch; in boot_fb_conscopy()
609 width = (c_copy->e_col - c_copy->s_col + 1) * fb_info.bpp; in boot_fb_conscopy()
610 height = c_copy->e_row - c_copy->s_row + 1; in boot_fb_conscopy()
631 struct vis_conscopy c_copy; in boot_fb_shiftline() local
633 c_copy.s_col = fb_info.cursor.origin.x; in boot_fb_shiftline()
634 c_copy.s_row = fb_info.cursor.origin.y; in boot_fb_shiftline()
638 c_copy.e_row = c_copy.s_row + boot_fb_font.vf_height; in boot_fb_shiftline()
643 boot_fb_conscopy(&c_copy); in boot_fb_shiftline()
652 struct vis_conscopy c_copy; in boot_fb_scroll() local
[all …]