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

/xnu-2782.1.97/iokit/Kernel/
H A DIOServicePrivate.h52 kIOServiceNeedConfigState = 0x80000000, enumerator in enum:__anon796
H A DIOService.cpp721 needConfig = (0 == (__state[1] & (kIOServiceNeedConfigState | kIOServiceConfigState)))
724 __state[1] |= kIOServiceNeedConfigState;
757 if( (__state[1] & kIOServiceNeedConfigState))
3420 __state[1] &= ~kIOServiceNeedConfigState;
3451 reRegistered = (0 != (__state[1] & kIOServiceNeedConfigState));

Completed in 36 milliseconds