Searched refs:wasQuiet (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
3491 wasQuiet = (0 == count);
3492 if (((delta < 0) && wasQuiet) || ((delta > 0) && (kIOServiceBusyMax == count)))
3509 if( (wasQuiet || nowQuiet) ) {
3513 ((wasQuiet/*nowBusy*/) ? IOSERVICE_BUSY : IOSERVICE_NONBUSY),
3519 if (wasQuiet)
3533 context.argument = (void *) wasQuiet; /*nowBusy*/
3549 } while( (wasQuiet || nowQuiet) && (next = next->getProvider()));

Completed in 184 milliseconds