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

  /src/sys/dev/isa/
ega.c 133 static unsigned char fgansitopc[] = { variable in typeref:typename:unsigned char[]
802 if (__predict_false((unsigned int)fg >= sizeof(fgansitopc) ||
821 *attrp = fgansitopc[fg] | bgansitopc[bg];
  /src/sys/arch/arc/dev/
pccons.c 936 static char fgansitopc[] = { variable in typeref:typename:char[]
1412 vs.at |= fgansitopc[vs.cy & 7];
  /src/sys/dev/ic/
vga.c 153 static const unsigned char fgansitopc[] = { variable in typeref:typename:const unsigned char[]
584 if (!vh->vh_mono && (u_int)WSDISPLAY_BORDER_COLOR < sizeof(fgansitopc))
586 fgansitopc[WSDISPLAY_BORDER_COLOR]);
1100 if (__predict_false((unsigned int)fg >= sizeof(fgansitopc) ||
1119 *attrp = fgansitopc[fg] | bgansitopc[bg];
1517 for (idx = 0; idx < sizeof(fgansitopc); idx++) {
1518 if (fgansitopc[idx] == value) {
1533 if (value >= sizeof(fgansitopc))
1536 _vga_attr_write(vh, VGA_ATC_OVERSCAN, fgansitopc[value]);
vga_raster.c 212 static const unsigned char fgansitopc[] = { variable in typeref:typename:const unsigned char[]
1199 fgcolor = fgansitopc[attr & 0x0f];
1407 if (__predict_false((unsigned int)fg >= sizeof(fgansitopc) ||
1426 *attrp = fgansitopc[fg] | bgansitopc[bg];

Completed in 22 milliseconds