Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_fb.c553 uint8_t *dst, *sdst; in boot_fb_eraseline_impl() local
563 sdst = fb_info.shadow_fb + toffset; in boot_fb_eraseline_impl()
570 dest = sdst + i * fb_info.pitch; in boot_fb_eraseline_impl()
595 uint8_t *src, *dst, *sdst = NULL; in boot_fb_conscopy() local
606 sdst = fb_info.shadow_fb + toffset; in boot_fb_conscopy()
622 if (sdst != NULL) in boot_fb_conscopy()
623 boot_fb_cpy(sdst + increment, src + increment, width); in boot_fb_conscopy()
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_bitmap.c318 uint8_t *src, *dst, *sdst; in bitmap_cons_copy() local
326 sdst = console->fb.shadow_fb + toffset; in bitmap_cons_copy()
338 (void) memmove(sdst + increment, src + increment, in bitmap_cons_copy()
348 (void) memmove(sdst + increment, src + increment, in bitmap_cons_copy()