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

/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp4985 OSDictionary * nextDict; local
4991 nextDict = OSDynamicCast( OSDictionary, obj);
4992 if( nextDict)
4998 while( nextDict
4999 || (iter && (0 != (nextDict = OSDynamicCast(OSDictionary,
5001 match = dict->isEqualTo( nextDict, nextDict);
5004 nextDict = 0;

Completed in 70 milliseconds