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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp4663 OSDictionary * nextDict; local
4669 nextDict = OSDynamicCast( OSDictionary, obj);
4670 if( nextDict)
4676 while( nextDict
4677 || (iter && (0 != (nextDict = OSDynamicCast(OSDictionary,
4679 match = dict->isEqualTo( nextDict, nextDict);
4682 nextDict = 0;

Completed in 74 milliseconds