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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOServicePrivate.h52 kIOServiceNeedConfigState = 0x80000000, enumerator in enum:__anon771
H A DIOService.cpp602 needConfig = (0 == (__state[1] & (kIOServiceNeedConfigState | kIOServiceConfigState)))
605 __state[1] |= kIOServiceNeedConfigState;
638 if( (__state[1] & kIOServiceNeedConfigState))
3117 __state[1] &= ~kIOServiceNeedConfigState;
3151 reRegistered = (0 != (__state[1] & kIOServiceNeedConfigState));

Completed in 28 milliseconds