Searched refs:conslog_putc (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dmisc.c46 extern void conslog_putc(char c);
50 _doprnt(format, &ap, &conslog_putc, 10);
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dmisc_protos.h153 extern void conslog_putc(char);
H A Dprintf.c741 conslog_putc( function
779 _doprnt(fmt, &listp, conslog_putc, 16);
H A Ddebug.c307 _doprnt(fmt, &listp, conslog_putc, 0);
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOLib.cpp714 extern void conslog_putc(char);
718 _doprnt(format, &ap, conslog_putc, 16);

Completed in 80 milliseconds