HomeSort by: relevance | last modified time | path
    Searched refs:WSDISPLAY_BORDER_COLOR (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/wscons/
wsdisplayvar.h 280 # if !defined(WSDISPLAY_BORDER_COLOR)
281 # define WSDISPLAY_BORDER_COLOR WS_DEFAULT_BG
  /src/sys/dev/ic/
vga_subr.c 32 /* for WSDISPLAY_BORDER_COLOR */
344 WSDISPLAY_BORDER_COLOR, /* 11: overscan color */
vga.c 584 if (!vh->vh_mono && (u_int)WSDISPLAY_BORDER_COLOR < sizeof(fgansitopc))
586 fgansitopc[WSDISPLAY_BORDER_COLOR]);
igsfb.c 403 p = &rasops_cmap[WSDISPLAY_BORDER_COLOR * 3];

Completed in 14 milliseconds