Lines Matching refs:fBlockedArray
491 fBlockedArray = OSArray::withCapacity(4); in PMinit()
564 if (fBlockedArray) { in PMfree()
565 fBlockedArray->release(); in PMfree()
566 fBlockedArray = NULL; in PMfree()
5736 while (fBlockedArray->getCount()) { in stop_watchdog_timer()
5737 IOService *obj = OSDynamicCast(IOService, fBlockedArray->getObject(0)); in stop_watchdog_timer()
5740 fBlockedArray->removeObject(0); in stop_watchdog_timer()
5768 i = fBlockedArray->getNextIndexOfObject(blockedObject, 0); in reset_watchdog_timer()
5774 fBlockedArray->removeObject(i); in reset_watchdog_timer()
5786 for (i = 0; i < fBlockedArray->getCount(); i++) { in reset_watchdog_timer()
5787 obj = OSDynamicCast(IOService, fBlockedArray->getObject(i)); in reset_watchdog_timer()
5790 fBlockedArray->setObject(i, blockedObject); in reset_watchdog_timer()
5794 if (i == fBlockedArray->getCount()) { in reset_watchdog_timer()
5796 fBlockedArray->setObject(blockedObject); in reset_watchdog_timer()
5800 obj = OSDynamicCast(IOService, fBlockedArray->getObject(0)); in reset_watchdog_timer()