Searched refs:kIOServiceNeedConfigState (Results 1 – 2 of 2) sorted by relevance
52 kIOServiceNeedConfigState = 0x80000000, enumerator
1098 needConfig = (0 == (__state[1] & (kIOServiceNeedConfigState | kIOServiceConfigRunning))) in startMatching()1101 __state[1] |= kIOServiceNeedConfigState; in startMatching()1135 if ((__state[1] & kIOServiceNeedConfigState)) { in startMatching()5257 __state[1] &= ~kIOServiceNeedConfigState; in doServiceMatch()5304 reRegistered = (0 != (__state[1] & kIOServiceNeedConfigState)); in doServiceMatch()