Home
last modified time | relevance | path

Searched refs:nextMatch (Results 1 – 1 of 1) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOService.cpp3863 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()
[all …]