Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Dconsole-vc.c30 .fgcol = QEMU_COLOR_WHITE, \
107 [QEMU_COLOR_WHITE] = QEMU_PIXMAN_COLOR_GRAY,
117 [QEMU_COLOR_WHITE] = QEMU_PIXMAN_COLOR(0xff, 0xff, 0xff), /* white */
530 vc->t_attrib.fgcol = QEMU_COLOR_WHITE; in vc_handle_escape()
555 vc->t_attrib.bgcol = QEMU_COLOR_WHITE; in vc_handle_escape()
H A Dcurses.c743 [QEMU_COLOR_WHITE] = COLOR_WHITE, in curses_setup()
/openbmc/qemu/include/ui/
H A Dconsole.h59 QEMU_COLOR_WHITE = 7 enumerator