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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOServicePrivate.h58 kIOServiceConfigState = 0x04000000, enumerator in enum:__anon771
H A DIOService.cpp602 needConfig = (0 == (__state[1] & (kIOServiceNeedConfigState | kIOServiceConfigState)))
2134 && (0 == (victim->__state[1] & kIOServiceConfigState));
3118 __state[1] |= kIOServiceConfigState;
3170 __state[1] &= ~kIOServiceConfigState;

Completed in 13 milliseconds