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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCatalogue.cpp199 OSDictionary * nextTable; local
216 if (array) for (idx = 0; (nextTable = (OSDictionary *) array->getObject(idx)); idx++)
218 set->setObject(nextTable);
H A DIOService.cpp4762 OSDictionary * nextTable; local
4815 nextTable = OSDynamicCast(OSDictionary,
4817 if( nextTable) {
4821 table = nextTable;

Completed in 77 milliseconds