Searched refs:modeattributes (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/usr/drivers/vbe/
H A Dvbe.c298 mib.modeattributes & MODE_SUPPORTED ? "supported" : "",
299 mib.modeattributes & TTY_OUTPUT_SUPPORTED ? " TTY" : "",
300 mib.modeattributes & COLOR_MODE ? " color" : " monochrome",
301 mib.modeattributes & GRAPHICS_MODE ? " graphics" : " text",
302 mib.modeattributes & MODE_NOT_VGA_COMPATIBLE ? "" : " VGA",
303 mib.modeattributes & WINDOWED_MODE_NOT_AVAILABLE ? "" : " windowed",
304 mib.modeattributes & LINEAR_MODE_AVAILABLE ? " linear" : "");
H A Dvbe.h43 uint16_t modeattributes; member in struct:vbemodeinfoblock
76 enum modeattributes { enum

Completed in 38 milliseconds