Searched refs:kIOServiceNeedConfigState (Results 1 – 2 of 2) sorted by relevance
52 kIOServiceNeedConfigState = 0x80000000, enumerator
1106 needConfig = (0 == (__state[1] & (kIOServiceNeedConfigState | kIOServiceConfigRunning))) in startMatching()1109 __state[1] |= kIOServiceNeedConfigState; in startMatching()1143 if ((__state[1] & kIOServiceNeedConfigState)) { in startMatching()5308 __state[1] &= ~kIOServiceNeedConfigState; in doServiceMatch()5355 reRegistered = (0 != (__state[1] & kIOServiceNeedConfigState)); in doServiceMatch()