Searched refs:xx (Results 1 - 7 of 7) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dmach_msg.c549 #define xx(str) printf("%s: %d\n", # str, str); macro
551 xx(c_mmot_combined_S_R);
552 xx(c_mach_msg_trap_switch_fast);
553 xx(c_mmot_kernel_send);
554 xx(c_mmot_cold_000);
555 xx(c_mmot_smallsendsize);
556 xx(c_mmot_oddsendsize);
557 xx(c_mmot_bigsendsize);
558 xx(c_mmot_copyinmsg_fail);
559 xx(c_mmot_g_slow_copyin
613 #undef xx macro
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dpostcode.h161 _postcode(uint8_t xx) argument
163 asm volatile("outb %0, %1" : : "a" (xx), "N" (POSTPORT));
167 postcode(uint8_t xx) argument
169 _postcode(xx);
175 #define postcode(xx) do {} while(0)
/macosx-10.5.8/xnu-1228.15.4/osfmk/console/
H A Dvideo_console.c133 void (*paint_char)(unsigned int xx, unsigned int yy, unsigned char ch,
136 void (*clear_screen)(unsigned int xx, unsigned int yy, unsigned int top,
140 void (*hide_cursor)(unsigned int xx, unsigned int yy);
141 void (*show_cursor)(unsigned int xx, unsigned int yy);
254 static void gc_clear_line(unsigned int xx, unsigned int yy, int which);
255 static void gc_clear_screen(unsigned int xx, unsigned int yy, int top,
258 static void gc_hide_cursor(unsigned int xx, unsigned int yy);
260 static void gc_paint_char(unsigned int xx, unsigned int yy, unsigned char ch,
276 static void gc_show_cursor(unsigned int xx, unsigned int yy);
280 gc_clear_line(unsigned int xx, unsigne argument
314 gc_clear_screen(unsigned int xx, unsigned int yy, int top, unsigned int bottom, int which) argument
460 gc_hide_cursor(unsigned int xx, unsigned int yy) argument
502 gc_paint_char(unsigned int xx, unsigned int yy, unsigned char ch, int attrs) argument
621 unsigned int xx, yy; local
1205 gc_show_cursor(unsigned int xx, unsigned int yy) argument
1299 vc_clear_screen(unsigned int xx, unsigned int yy, unsigned int scrreg_top, unsigned int scrreg_bottom, int which) argument
1392 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
1448 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
1501 vc_paint_char_32(unsigned int xx, unsigned int yy, unsigned char ch, int attrs, unsigned char ch_previous, int attrs_previous) argument
1564 vc_paint_char(unsigned int xx, unsigned int yy, unsigned char ch, int attrs, unsigned char ch_previous, int attrs_previous) argument
1656 vc_reverse_cursor(unsigned int xx, unsigned int yy) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/EXTERNAL_HEADERS/architecture/ppc/
H A Dfp_regs.h64 xx:BIT_WIDTH(25), // inexact exception member in struct:__anon21
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_resident.c749 vm_page_t xx, xxo, xxl;
757 xx,
762 panic("pmap_startup: too many pages, xx = %08X, xxl = %08X\n", xx, xxl);
770 for(xxo = xx->pageq.next; xxo != &vm_page_queue_free[i]; xxo = xxo->pageq.next) { /* (BRINGUP) */
773 if((xx->phys_page & 0xFFFFFFFF) == (xxo->phys_page & 0xFFFFFFFF)) { /* (BRINGUP) */
774 panic("pmap_startup: duplicate physaddr, xx = %08X, xxo = %08X\n", xx, xxo);
778 xxl = xx;
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dradix.c647 struct radix_node *xx = x; local
657 saved_tt = tt; x = xx;
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dstart.s1074 ; 7450 (ver 1.xx)
1077 .long 0xFFFFFF00 ; Just revisions 1.xx
1131 ; 7455 (1.xx) Just like 7450 2.0
1134 .long 0xFFFFFF00 ; Just revisions 1.xx

Completed in 45 milliseconds