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

  /src/sys/dev/isa/
ega.c 188 #define VGA_SCREEN_CANTWOFONTS(type) (!((type)->capabilities & WSSCREEN_HILIT))
306 VGA_SCREEN_CANTWOFONTS(type) &&
  /src/sys/dev/ic/
vga.c 250 #define VGA_SCREEN_CANTWOFONTS(type) (!((type)->capabilities & WSSCREEN_HILIT))
412 if (VGA_SCREEN_CANTWOFONTS(type) && name2) {
1444 KASSERT(VGA_SCREEN_CANTWOFONTS(scr->pcs.type));

Completed in 20 milliseconds