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

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp3482 bool wasQuiet, nowQuiet, needWake; local
3497 nowQuiet = (0 == count);
3509 if( (wasQuiet || nowQuiet) ) {
3540 if( nowQuiet && (next == gIOServiceRoot)) {
3547 delta = nowQuiet ? -1 : +1;
3549 } while( (wasQuiet || nowQuiet) && (next = next->getProvider()));

Completed in 149 milliseconds