Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_console_impl.h42 extern void boot_get_color(uint32_t *, uint32_t *);
H A Dboot_fb.c353 boot_get_color(uint32_t *fg, uint32_t *bg) in boot_get_color() function
474 boot_get_color(&fg, &bg); in boot_fb_init()
526 boot_get_color(&fg, &bg); in bit_to_pix()
556 boot_get_color(&fg, &bg); in boot_fb_eraseline_impl()
687 boot_get_color(&fg, &bg); in boot_fb_cursor()
H A Dboot_vga.c88 boot_get_color(&fg, &bg); in get_vga_color()