Lines Matching refs:notifyReady
1824 bool notifyReady = false; in Create_Impl()
1864 notifyReady = (0 == inst->ivars->pending[kIOServiceNotificationTypeMatched]->getCount()); in Create_Impl()
1872 bool notifyReady = false; in Create_Impl()
1877 notifyReady = (0 == inst->ivars->pending[kIOServiceNotificationTypeTerminated]->getCount()); in Create_Impl()
1890 if (notifyReady && inst->ivars->action) { in Create_Impl()
1900 if (notifyReady) { in Create_Impl()
2007 bool notifyReady; in SetHandler_Impl() local
2009 notifyReady = false; in SetHandler_Impl()
2017 notifyReady = (ivars->pending[idx]->getCount()); in SetHandler_Impl()
2018 if (notifyReady) { in SetHandler_Impl()
2025 if (notifyReady) { in SetHandler_Impl()
6827 bool notifyReady; in SetHandler_Impl() local
6829 notifyReady = false; in SetHandler_Impl()
6836 notifyReady = true; in SetHandler_Impl()
6840 if (notifyReady) { in SetHandler_Impl()