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

/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOCatalogue.cpp203 OSDictionary * nextTable; local
220 if (array) for (idx = 0; (nextTable = (OSDictionary *) array->getObject(idx)); idx++)
222 set->setObject(nextTable);
H A DIOService.cpp5084 OSDictionary * nextTable; local
5137 nextTable = OSDynamicCast(OSDictionary,
5139 if( nextTable) {
5143 table = nextTable;

Completed in 178 milliseconds