Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_fb.c272 boot_fb_cpy(uint8_t *dst, uint8_t *src, uint32_t len) in boot_fb_cpy() function
346 boot_fb_cpy(fb_info.shadow_fb, fb_info.fb, fb_info.fb_size); in boot_fb_shadow_init()
513 boot_fb_cpy(dest, src, size); in boot_fb_blit()
516 boot_fb_cpy(dest, src, size); in boot_fb_blit()
620 boot_fb_cpy(dst + increment, src + increment, width); in boot_fb_conscopy()
623 boot_fb_cpy(sdst + increment, src + increment, width); in boot_fb_conscopy()