Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/console/
H A Dvideo_console.c135 void (*clear_screen)(unsigned int xx, unsigned int yy, unsigned int top, member
338 gc_ops.clear_screen(xx, yy, top, bottom, which); in gc_clear_screen()
441 gc_ops.clear_screen(gc_x, gc_y, 0, vinfo.v_rows, 2); in gc_enable()
2948 gc_ops.clear_screen = vc_clear_screen; in initialize_screen()