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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp3183 bool wasQuiet, nowQuiet, needWake; local
3198 nowQuiet = (0 == count);
3210 if( (wasQuiet || nowQuiet) ) {
3241 if( nowQuiet && (next == gIOServiceRoot)) {
3248 delta = nowQuiet ? -1 : +1;
3250 } while( (wasQuiet || nowQuiet) && (next = next->getProvider()));

Completed in 58 milliseconds