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

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp2377 bool doPhase2; local
2399 doPhase2 = victim->lockForArbitration( true );
2400 if( doPhase2) {
2401 doPhase2 = (0 != (kIOServiceInactiveState & victim->__state[0]));
2402 if( doPhase2) {
2403 doPhase2 = (0 == (victim->__state[1] & kIOServiceTermPhase2State))
2406 if (doPhase2 && (iter = victim->getClientIterator())) {
2407 while (doPhase2 && (client = (IOService *) iter->getNextObject())) {
2408 doPhase2 = (0 == (client->__state[1] & kIOServiceStartState));
2410 if (!doPhase2) TLO
[all...]

Completed in 113 milliseconds