Searched refs:vidc_text_set_cursor (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/boot/i386/libi386/ |
H A D | vidconsole.c | 70 static void vidc_text_set_cursor(screen_pos_t, screen_pos_t, bool); 145 vidc_text_set_cursor(0, 0, false); in plat_tem_hide_prom_cursor() 485 vidc_text_set_cursor(screen_pos_t row, screen_pos_t col, bool visible) in vidc_text_set_cursor() function 526 vidc_text_set_cursor(cc->row, cc->col, false); in vidc_cons_cursor() 532 vidc_text_set_cursor(cc->row, cc->col, true); in vidc_cons_cursor()
|