Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/console/
H A Dvideo_console.c264 static void gc_scroll_up(int num, unsigned int top, unsigned int bottom);
637 gc_scroll_up(1, gc_scrreg_top, gc_scrreg_bottom); in gc_putc_esc()
892 gc_scroll_up(1, gc_scrreg_top, gc_scrreg_bottom); in gc_putc_normal()
921 gc_scroll_up(1, gc_scrreg_top, gc_scrreg_bottom); in gc_putc_normal()
1107 gc_scroll_up(int num, unsigned int top, unsigned int bottom) in gc_scroll_up() function