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

/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOServicePrivate.h53 kIOServiceSynchronousState = 0x40000000, enumerator in enum:__anon15162
H A DIOService.cpp716 && (provider->__state[1] & kIOServiceSynchronousState));
736 __state[1] |= kIOServiceSynchronousState;
738 __state[1] &= ~kIOServiceSynchronousState;
3054 if( __state[1] & kIOServiceSynchronousState)
3055 inst->__state[1] |= kIOServiceSynchronousState;

Completed in 183 milliseconds