Home
last modified time | relevance | path

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

/xnu-10063.121.3/iokit/Kernel/ !
H A DIOServicePrivate.h53 kIOServiceSynchronousState = 0x40000000, enumerator
H A DIOService.cpp1109 && (provider->__state[1] & kIOServiceSynchronousState)); in startMatching()
1130 __state[1] |= kIOServiceSynchronousState; in startMatching()
1132 __state[1] &= ~kIOServiceSynchronousState; in startMatching()
4059 if (__state[1] & kIOServiceSynchronousState) { in probeCandidates()
4060 inst->__state[1] |= kIOServiceSynchronousState; in probeCandidates()