Searched refs:kIOTraceIntEventSource (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOFilterInterruptEventSource.cpp127 bool trace = (gIOKitTrace & kIOTraceIntEventSource) ? true : false;
156 bool trace = (gIOKitTrace & kIOTraceIntEventSource) ? true : false;
177 bool trace = (gIOKitTrace & kIOTraceIntEventSource) ? true : false;
H A DIOInterruptEventSource.cpp206 bool trace = (gIOKitTrace & kIOTraceIntEventSource) ? true : false;
252 bool trace = (gIOKitTrace & kIOTraceIntEventSource) ? true : false;
269 bool trace = (gIOKitTrace & kIOTraceIntEventSource) ? true : false;
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOKitDebug.h94 kIOTraceIntEventSource = 0x00000008ULL, // Trace IOIES and IOFIES sources enumerator in enum:__anon594

Completed in 21 milliseconds