Home
last modified time | relevance | path

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

/xnu-8792.61.2/iokit/Kernel/
H A DIOServicePrivate.h53 kIOServiceSynchronousState = 0x40000000, enumerator
H A DIOService.cpp1114 && (provider->__state[1] & kIOServiceSynchronousState)); in startMatching()
1135 __state[1] |= kIOServiceSynchronousState; in startMatching()
1137 __state[1] &= ~kIOServiceSynchronousState; in startMatching()
4038 if (__state[1] & kIOServiceSynchronousState) { in probeCandidates()
4039 inst->__state[1] |= kIOServiceSynchronousState; in probeCandidates()