Lines Matching refs:kIOServiceInactiveState

363 	return 0 != (kIOServiceInactiveState & getState());  in isInactive()
900 if (provider->__state[0] & kIOServiceInactiveState) { in attach()
994 if (kIOServiceInactiveState & __state[0]) { in detach()
1125 && (0 == (__state[0] & kIOServiceInactiveState)); in startMatching()
1169 && (0 == (__state[0] & kIOServiceInactiveState))); in startMatching()
2318 if (0 == (__state[0] & kIOServiceInactiveState)) { in registerInterestForNotifier()
2538 ok = (0 != (kIOServiceInactiveState & __state[0])); in requestTerminate()
2576 if (0 == (kIOServiceInactiveState & __state[0])) { in terminatePhase1()
2577 __state[0] |= kIOServiceInactiveState; in terminatePhase1()
2609 || (0 == (victim->__state[0] & kIOServiceInactiveState)); in terminatePhase1()
2634 victim->__state[0] |= kIOServiceInactiveState; in terminatePhase1()
2808 if (!(__state[0] & kIOServiceInactiveState)) { in scheduleTerminatePhase2()
3213 doPhase2 = (0 != (kIOServiceInactiveState & victim->__state[0])); in terminateWorker()
3351 bool deferStop = (0 != (kIOServiceInactiveState & client->__state[0])); in terminateWorker()
3536 ok = (0 == (__state[0] & kIOServiceInactiveState)); in open()
3744 if (kIOServiceInactiveState & service->__state[0]) { in copyClientWithCategory()
3901 if (0 == (__state[0] & kIOServiceInactiveState)) { in probeCandidates()
5383 keepGuessing &= (0 == (__state[0] & kIOServiceInactiveState)); in doServiceMatch()
5420 && (0 == (__state[0] & kIOServiceInactiveState)); in doServiceMatch()
5427 if ((0 == (__state[0] & kIOServiceInactiveState)) in doServiceMatch()
6061 && (0 == (service->__state[0] & kIOServiceInactiveState))); in instanceMatch()
6113 && (0 == (service->__state[0] & kIOServiceInactiveState)) in copyExistingServices()
6182 && (0 == (service->__state[0] & kIOServiceInactiveState)) in copyExistingServices()
6469 if (0 == (next->__state[0] & kIOServiceInactiveState)) { in addMatchingNotification()
6712 if ((0 == (__state[0] & kIOServiceInactiveState)) in copyNotifiers()
7841 if (kIOServiceInactiveState & service->__state[0]) { in matchInternal()