Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/console/
H A Dvideo_console.c263 static void gc_scroll_up(int num, unsigned int top, unsigned int bottom);
636 gc_scroll_up(1, gc_scrreg_top, gc_scrreg_bottom); in gc_putc_esc()
891 gc_scroll_up(1, gc_scrreg_top, gc_scrreg_bottom); in gc_putc_normal()
920 gc_scroll_up(1, gc_scrreg_top, gc_scrreg_bottom); in gc_putc_normal()
1106 gc_scroll_up(int num, unsigned int top, unsigned int bottom) in gc_scroll_up() function