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

/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOService.cpp4714 OSDictionary * nextDict; local
4720 nextDict = OSDynamicCast( OSDictionary, obj);
4721 if( nextDict)
4727 while( nextDict
4728 || (iter && (0 != (nextDict = OSDynamicCast(OSDictionary,
4730 match = dict->isEqualTo( nextDict, nextDict);
4733 nextDict = 0;

Completed in 114 milliseconds