Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_fb.c403 boot_color_map(uint8_t index) in boot_color_map() function
475 bg = boot_color_map(bg); in boot_fb_init()
527 fg = boot_color_map(fg); in bit_to_pix()
528 bg = boot_color_map(bg); in bit_to_pix()
557 bg = boot_color_map(bg); in boot_fb_eraseline_impl()
688 fg = boot_color_map(fg); in boot_fb_cursor()
689 bg = boot_color_map(bg); in boot_fb_cursor()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dframebuffer.h86 extern uint32_t boot_color_map(uint8_t);
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_bitmap.c287 data->color_map = boot_color_map; in bitmap_devinit()