Searched refs:WSCOL_BLACK (Results 1 – 12 of 12) sorted by relevance
| /openbsd-src/sys/dev/wscons/ |
| H A D | wsdisplayvar.h | 40 #define WS_DEFAULT_FG WSCOL_BLACK 49 #define WS_DEFAULT_BG WSCOL_BLACK 88 #define WSCOL_BLACK 0 macro
|
| H A D | wsemul_sun.c | 184 edp->fgcol = WSCOL_BLACK; in wsemul_sun_reset() 206 #define WS_KERNEL_FG WSCOL_BLACK in wsemul_sun_cnattach() 524 edp->fgcol = WSCOL_BLACK; in wsemul_sun_control() 529 fgcol = WSCOL_BLACK; in wsemul_sun_control() 574 fgcol = WSCOL_BLACK; in wsemul_sun_control() 581 bgcol = WSCOL_BLACK; in wsemul_sun_control()
|
| H A D | wsemul_vt100_subr.c | 596 edp->bgcol = WSCOL_BLACK; in wsemul_vt100_handle_csi() 601 bgcol = WSCOL_BLACK; in wsemul_vt100_handle_csi() 636 if (bgcol == WSCOL_BLACK) in wsemul_vt100_handle_csi() 647 bgcol = WSCOL_BLACK; in wsemul_vt100_handle_csi()
|
| H A D | wsemul_vt100.c | 293 edp->bgcol = WSCOL_BLACK; in wsemul_vt100_reset()
|
| /openbsd-src/sys/dev/isa/ |
| H A D | pcdisplay.c | 391 *fg = WSCOL_BLACK; in pcdisplay_unpack_attr() 395 *bg = WSCOL_BLACK; in pcdisplay_unpack_attr()
|
| /openbsd-src/sys/arch/sparc64/dev/ |
| H A D | fb.c | 93 * This essentially swaps WSCOL_BLACK and WSCOL_WHITE. 367 WSCOL_BLACK, WSCOL_WHITE, WSATTR_WSCOLORS, &defattr); in fbwscons_console_init() 466 WSCOL_BLACK, WSCOL_WHITE, WSATTR_WSCOLORS, attrp); in fb_alloc_screen()
|
| H A D | ifb.c | 715 ri->ri_devcmap[WSCOL_BLACK] = 0x01010101; in ifb_setcolormap() 721 color = &rasops_cmap[WSCOL_BLACK * 3]; in ifb_setcolormap()
|
| H A D | creator.c | 244 WSCOL_BLACK, WSCOL_WHITE, WSATTR_WSCOLORS, &attr); in creator_ioctl()
|
| /openbsd-src/sys/dev/ic/ |
| H A D | vga.c | 163 WSCOL_BLACK, WSCOL_RED, WSCOL_GREEN, WSCOL_BROWN, 166 WSCOL_BLACK, WSCOL_BLUE, WSCOL_GREEN, WSCOL_CYAN, 1026 *fg = (attr & 0x07) == 0x07 ? WSCOL_WHITE : WSCOL_BLACK; in vga_unpack_attr() 1027 *bg = attr & 0x70 ? WSCOL_WHITE : WSCOL_BLACK; in vga_unpack_attr()
|
| /openbsd-src/sys/arch/loongson/dev/ |
| H A D | radeonfb.c | 301 ri->ri_height, ri->ri_devcmap[WSCOL_BLACK]); in radeonfb_ioctl()
|
| /openbsd-src/sys/dev/sbus/ |
| H A D | zx.c | 636 zx_fillrect(ri, ri->ri_ccol, ri->ri_crow, 1, 1, WSCOL_BLACK << 16, in zx_do_cursor()
|
| /openbsd-src/sys/dev/pcmcia/ |
| H A D | cfxga.c | 164 scr->scr_ri.ri_height, scr->scr_ri.ri_devcmap[WSCOL_BLACK])
|