Searched refs:xx (Results 1 – 5 of 5) sorted by relevance
| /xnu-10063.141.1/osfmk/i386/ |
| H A D | postcode.h | 176 _postcode(uint8_t xx) in _postcode() argument 178 asm volatile ("outb %0, %1" : : "a" (xx), "N" (POSTPORT)); in _postcode() 187 postcode(uint8_t xx) in postcode() argument 189 _postcode(xx); in postcode() 203 #define postcode(xx) do {} while(0) argument
|
| /xnu-10063.141.1/osfmk/console/ |
| H A D | video_console.c | 131 void (*paint_char)(unsigned int xx, unsigned int yy, unsigned char ch, 134 void (*clear_screen)(unsigned int xx, unsigned int yy, unsigned int top, 138 void (*hide_cursor)(unsigned int xx, unsigned int yy); 139 void (*show_cursor)(unsigned int xx, unsigned int yy); 241 static void gc_clear_line(unsigned int xx, unsigned int yy, int which); 242 static void gc_clear_screen(unsigned int xx, unsigned int yy, int top, 245 static void gc_hide_cursor(unsigned int xx, unsigned int yy); 248 static void gc_paint_char(unsigned int xx, unsigned int yy, unsigned char ch, 265 static void gc_show_cursor(unsigned int xx, unsigned int yy); 269 gc_clear_line(unsigned int xx, unsigned int yy, int which) in gc_clear_line() argument [all …]
|
| /xnu-10063.141.1/osfmk/console/art/ |
| H A D | progress.m | 2 //cc progress.m -framework AppKit -Wall; ./a.out >/tmp/xx.c; cc /tmp/xx.c -Wall; cat /tmp/xx.c
|
| /xnu-10063.141.1/iokit/Kernel/ |
| H A D | IOKitKernelInternal.h | 228 #error xx
|
| /xnu-10063.141.1/bsd/net/ |
| H A D | radix.c | 697 struct radix_node *xx = x; in rn_addroute() local 708 saved_tt = tt; x = xx; in rn_addroute()
|