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

/xnu-2782.1.97/iokit/Kernel/
H A DIOServicePrivate.h58 kIOServiceConfigState = 0x04000000, enumerator in enum:__anon796
H A DIOService.cpp721 needConfig = (0 == (__state[1] & (kIOServiceNeedConfigState | kIOServiceConfigState)))
2404 && (0 == (victim->__state[1] & kIOServiceConfigState));
3421 __state[1] |= kIOServiceConfigState;
3470 __state[1] &= ~kIOServiceConfigState;

Completed in 40 milliseconds