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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp2617 OSObject * nextMatch = 0; local
2627 while( !needReloc && (nextMatch = matches->getFirstObject())) {
2629 nextMatch->retain();
2630 matches->removeObject(nextMatch);
2632 if( (notify = OSDynamicCast( _IOServiceNotifier, nextMatch ))) {
2638 nextMatch->release();
2639 nextMatch = 0;
2642 } else if( !(match = OSDynamicCast( OSDictionary, nextMatch ))) {
2643 nextMatch->release();
2644 nextMatch
[all...]

Completed in 13 milliseconds