Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOServicePrivate.h52 kIOServiceNeedConfigState = 0x80000000, enumerator
H A DIOService.cpp1124 needConfig = (0 == (__state[1] & (kIOServiceNeedConfigState | kIOServiceConfigRunning))) in startMatching()
1127 __state[1] |= kIOServiceNeedConfigState; in startMatching()
1161 if ((__state[1] & kIOServiceNeedConfigState)) { in startMatching()
5369 __state[1] &= ~kIOServiceNeedConfigState; in doServiceMatch()
5416 reRegistered = (0 != (__state[1] & kIOServiceNeedConfigState)); in doServiceMatch()