Lines Matching refs:nextObject
5539 IOPMinformee * nextObject; in ackTimerTick() local
5627 nextObject = fInterestedDrivers->firstInList(); in ackTimerTick()
5629 while (nextObject != NULL) { in ackTimerTick()
5630 if (nextObject->timer > 0) { in ackTimerTick()
5631 nextObject->timer--; in ackTimerTick()
5633 if (nextObject->timer == 0) { in ackTimerTick()
5634 uint64_t nsec = computeTimeDeltaNS(&nextObject->startTime); in ackTimerTick()
5636 nextObject->whatObject->setProperty(kIOPMTardyAckPSCKey, kOSBooleanTrue); in ackTimerTick()
5638 nextObject->whatObject->getName(), in ackTimerTick()
5640 OBFUSCATE(nextObject->whatObject), fName, fCurrentPowerState, fHeadNotePowerState, in ackTimerTick()
5647 nextObject = fInterestedDrivers->nextInList(nextObject); in ackTimerTick()