Lines Matching refs:kIOServiceInactiveState
363 return 0 != (kIOServiceInactiveState & getState()); in isInactive()
882 if (provider->__state[0] & kIOServiceInactiveState) { in attach()
976 if (kIOServiceInactiveState & __state[0]) { in detach()
1107 && (0 == (__state[0] & kIOServiceInactiveState)); in startMatching()
1151 && (0 == (__state[0] & kIOServiceInactiveState))); in startMatching()
2300 if (0 == (__state[0] & kIOServiceInactiveState)) { in registerInterestForNotifier()
2520 ok = (0 != (kIOServiceInactiveState & __state[0])); in requestTerminate()
2558 if (0 == (kIOServiceInactiveState & __state[0])) { in terminatePhase1()
2559 __state[0] |= kIOServiceInactiveState; in terminatePhase1()
2591 || (0 == (victim->__state[0] & kIOServiceInactiveState)); in terminatePhase1()
2616 victim->__state[0] |= kIOServiceInactiveState; in terminatePhase1()
2784 if (!(__state[0] & kIOServiceInactiveState)) { in scheduleTerminatePhase2()
3189 doPhase2 = (0 != (kIOServiceInactiveState & victim->__state[0])); in terminateWorker()
3327 bool deferStop = (0 != (kIOServiceInactiveState & client->__state[0])); in terminateWorker()
3512 ok = (0 == (__state[0] & kIOServiceInactiveState)); in open()
3720 if (kIOServiceInactiveState & service->__state[0]) { in copyClientWithCategory()
3877 if (0 == (__state[0] & kIOServiceInactiveState)) { in probeCandidates()
5341 keepGuessing &= (0 == (__state[0] & kIOServiceInactiveState)); in doServiceMatch()
5378 && (0 == (__state[0] & kIOServiceInactiveState)); in doServiceMatch()
5385 if ((0 == (__state[0] & kIOServiceInactiveState)) in doServiceMatch()
6000 && (0 == (service->__state[0] & kIOServiceInactiveState))); in instanceMatch()
6052 && (0 == (service->__state[0] & kIOServiceInactiveState)) in copyExistingServices()
6121 && (0 == (service->__state[0] & kIOServiceInactiveState)) in copyExistingServices()
6408 if (0 == (next->__state[0] & kIOServiceInactiveState)) { in addMatchingNotification()
6651 if ((0 == (__state[0] & kIOServiceInactiveState)) in copyNotifiers()
7765 if (kIOServiceInactiveState & service->__state[0]) { in matchInternal()