Lines Matching defs:display
149 * On machines that don't have a prom, kmdb uses the kernel to display
151 * VIS_DEVINIT to ask the framebuffer driver to display the data. The
152 * framebuffer driver CANNOT use any DDI services to display this data. It
198 * display, hide, and move the cursor on the console. The framebuffer driver
204 /* Cursor action - Either display or hide cursor */
213 * The driver is expected to display the data at location (row,col). Width
233 screen_pos_t row; /* Row to display data at */
234 screen_pos_t col; /* Col to display data at */
237 unsigned char *data; /* Data to display */
252 screen_pos_t row; /* Row to display cursor at */
253 screen_pos_t col; /* Col to display cursor at */
277 void (*display)(struct vis_polledio_arg *, struct vis_consdisplay *);