Searched refs:nextMatch (Results 1 – 1 of 1) sorted by relevance
3863 OSObject * nextMatch = NULL; in probeCandidates() local3896 && (nextMatch = matches->getFirstObject())) { in probeCandidates()3897 nextMatch->retain(); in probeCandidates()3898 matches->removeObject(nextMatch); in probeCandidates()3900 if ((notify = OSDynamicCast( _IOServiceNotifier, nextMatch ))) { in probeCandidates()3904 nextMatch->release(); in probeCandidates()3905 nextMatch = NULL; in probeCandidates()3907 } else if (!(match = OSDynamicCast( OSDictionary, nextMatch ))) { in probeCandidates()3908 nextMatch->release(); in probeCandidates()3909 nextMatch = NULL; in probeCandidates()[all …]