Home
last modified time | relevance | path

Searched refs:kIOLogMatch (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIOKitDebug.h61 kIOLogMatch = 0x00000010ULL, enumerator
101 | kIOLogMatch
/xnu-11215/iokit/Kernel/
H A DIOService.cpp1271 if (getDebugFlags( table ) & kIOLogMatch) { in catalogNewDrivers()
3949 if ((debugFlags & kIOLogMatch) && (this != gIOResources)) { in probeCandidates()
4154 if ((debugFlags & kIOLogMatch) && iokit_print_verbose_match_logs && startDict != NULL) { in probeCandidates()
7932 if (kIOLogMatch & getDebugFlags( table )) { in matchPassive()