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

/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
1660 TLOG("%s::terminatePhase1(%08lx)\n", getName(), options);
1699 TLOG("%s::requestTerminate(%s, %08lx)\n",
1702 TLOG("%s::requestTerminate(%s, ok = %d)\n",
1766 TLOG("%s::terminate(kIOServiceSynchronous) timeout", getName());
1806 TLOG("%s::scheduleStop(%s)\n", getName(), provider->getName());
1824 TLOG("%s::scheduleFinalize\n", getName());
1875 TLOG("%s::willTerminate(%s, %08lx)\n",
1895 TLOG("%s::didTerminate(%s, %08lx)\n",
1898 TLOG("
[all...]
/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
1537 TLOG(1, "thread_invoke: calling machine_stack_handoff\n");
1623 TLOG(1,"thread_invoke: returning machine_switch_context: self %p continuation %p thread %p\n", self, continuation, thread);
1927 TLOG(1, "thread_continue: calling call_continuation \n");

Completed in 85 milliseconds