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

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

Completed in 72 milliseconds