Home
last modified time | relevance | path

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

/xnu-10002.61.3/iokit/Kernel/
H A DIOServicePrivate.h52 kIOServiceNeedConfigState = 0x80000000, enumerator
H A DIOService.cpp1106 needConfig = (0 == (__state[1] & (kIOServiceNeedConfigState | kIOServiceConfigRunning))) in startMatching()
1109 __state[1] |= kIOServiceNeedConfigState; in startMatching()
1143 if ((__state[1] & kIOServiceNeedConfigState)) { in startMatching()
5327 __state[1] &= ~kIOServiceNeedConfigState; in doServiceMatch()
5374 reRegistered = (0 != (__state[1] & kIOServiceNeedConfigState)); in doServiceMatch()