Lines Matching refs:nextMatch
3863 OSObject * nextMatch = NULL; in probeCandidates() local
3896 && (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()
4036 OSSafeReleaseNULL(nextMatch); in probeCandidates()