Home
last modified time | relevance | path

Searched refs:show_cursor (Results 1 – 1 of 1) sorted by relevance

/xnu-8796.121.2/osfmk/console/
H A Dvideo_console.c139 void (*show_cursor)(unsigned int xx, unsigned int yy); member
441 gc_ops.show_cursor(gc_x, gc_y); in gc_enable()
1217 gc_ops.show_cursor(xx, yy); in gc_show_cursor()
2922 gc_ops.show_cursor = vc_reverse_cursor; in initialize_screen()