Home
last modified time | relevance | path

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

/xnu-8796.121.2/iokit/Kernel/
H A DIOServicePrivate.h52 kIOServiceNeedConfigState = 0x80000000, enumerator
H A DIOService.cpp1098 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()