Home
last modified time | relevance | path

Searched defs:vis_consdisplay (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dvisual_io.h244 struct vis_consdisplay { struct
245 screen_pos_t row; /* Row to display data at */
246 screen_pos_t col; /* Col to display data at */
247 screen_size_t width; /* Width of data */
248 screen_size_t height; /* Height of data */
249 unsigned char *data; /* Data to display */
250 color_t fg_color; /* Foreground color */
251 color_t bg_color; /* Background color */
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_fb.c45 struct vis_consdisplay { struct
46 uint16_t row; /* Row to display data at */
47 uint16_t col; /* Col to display data at */
48 uint16_t width; /* Width of data */
49 uint16_t height; /* Height of data */
50 uint8_t *data; /* Data to display */