Searched refs:QEMU_COLOR_BLUE (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/hw/display/ |
H A D | jazz_led.c | 239 console_write_ch(chardata++, ATTR2CHTYPE(buf[0], QEMU_COLOR_BLUE, in jazz_led_text_update() 241 console_write_ch(chardata++, ATTR2CHTYPE(buf[1], QEMU_COLOR_BLUE, in jazz_led_text_update()
|
H A D | vga.c | 2067 console_write_ch(dst ++, ATTR2CHTYPE(msg_buffer[i], QEMU_COLOR_BLUE, in vga_update_text()
|
/openbmc/qemu/ui/ |
H A D | console-vc.c | 98 [QEMU_COLOR_BLUE] = QEMU_PIXMAN_COLOR(0x00, 0x00, 0xaa), /* blue */ 108 [QEMU_COLOR_BLUE] = QEMU_PIXMAN_COLOR(0x00, 0x00, 0xff), /* blue */ 518 vc->t_attrib.fgcol = QEMU_COLOR_BLUE; in vc_handle_escape() 543 vc->t_attrib.bgcol = QEMU_COLOR_BLUE; in vc_handle_escape() 1010 drv->t_attrib.bgcol = QEMU_COLOR_BLUE; in vc_chr_open()
|
H A D | curses.c | 735 [QEMU_COLOR_BLUE] = COLOR_BLUE, in curses_setup()
|
/openbmc/qemu/include/ui/ |
H A D | console.h | 53 QEMU_COLOR_BLUE = 1, enumerator
|