Searched defs:kprintf (Results 1 - 4 of 4) sorted by path

/macosx-10.9.5/IOPCIFamily-224.92.1/
H A DIOPCIRange.cpp41 #define kprintf(fmt, args...) printf(fmt, ## args) macro
[all...]
/macosx-10.9.5/ruby-104/ruby/
H A Daddr2line.c705 kprintf(const char *fmt, ...) function
[all...]
/macosx-10.9.5/xnu-2422.115.4/pexpert/i386/
H A Dpe_kprintf.c86 #undef kprintf macro
104 void kprintf(const char *fmt, ...) function
/macosx-10.9.5/xnu-2422.115.4/pexpert/pexpert/
H A Dpexpert.h140 #define kprintf(x, ...) _consume_kprintf_args( 0, ## __VA_ARGS__ ) macro
142 #define kprintf(x, ...) do {} while (0) macro

Completed in 292 milliseconds