Searched defs:yy (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/osfmk/console/
H A Dvideo_console.c293 gc_clear_line(unsigned int xx, unsigned int yy, in argument
327 gc_clear_screen(unsigned int xx, unsigned int yy, int top, unsigned int bottom, int which) argument
484 gc_hide_cursor(unsigned int xx, unsigned int yy) argument
526 gc_paint_char(unsigned int xx, unsigned int yy, unsigned char ch, int attrs) argument
645 unsigned int xx, yy; local
1253 gc_show_cursor(unsigned int xx, unsigned int yy) argument
1377 vc_clear_screen(unsigned int xx, unsigned int yy, unsigned int scrreg_top, unsigned int scrreg_bottom, int which) argument
1462 vc_paint_char_8(unsigned int xx, unsigned int yy, unsigned char ch, int attrs, __unused unsigned char ch_previous, __unused int attrs_previous) argument
1518 vc_paint_char_16(unsigned int xx, unsigned int yy, unsigned char ch, int attrs, __unused unsigned char ch_previous, __unused int attrs_previous) argument
1571 vc_paint_char_32(unsigned int xx, unsigned int yy, unsigned char ch, int attrs, unsigned char ch_previous, int attrs_previous) argument
1634 vc_paint_char(unsigned int xx, unsigned int yy, unsigned char ch, int attrs, unsigned char ch_previous, int attrs_previous) argument
1727 vc_reverse_cursor(unsigned int xx, unsigned int yy) argument
[all...]

Completed in 24 milliseconds