Searched defs:TLOG (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dsched_prim.c175 #define TLOG(a, fmt, args...) if(debug_task & a) kprintf(fmt, ## args) macro
177 #define TLOG(a, fmt, args...) do {} while (0) macro
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOService.cpp1616 #define TLOG(fmt, args...) { if(kIOLogYield & gIOKitDebug) IOLog(fmt, ## args); } macro
[all...]

Completed in 38 milliseconds