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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp2107 bool doPhase2; local
2129 doPhase2 = victim->lockForArbitration( true );
2130 if( doPhase2) {
2131 doPhase2 = (0 != (kIOServiceInactiveState & victim->__state[0]));
2132 if( doPhase2) {
2133 doPhase2 = (0 == (victim->__state[1] & kIOServiceTermPhase2State))
2135 if( doPhase2)
2140 if( doPhase2) {

Completed in 28 milliseconds