Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOCatalogue.cpp219 OSDictionary * nextTable; in findDrivers() local
237 for (idx = 0; (nextTable = (OSDictionary *) array->getObject(idx)); idx++) { in findDrivers()
238 set->setObject(nextTable); in findDrivers()
H A DIOService.cpp7893 OSDictionary * nextTable; in matchPassive() local
7951 nextTable = OSDynamicCast(OSDictionary, in matchPassive()
7953 if (nextTable) { in matchPassive()
7957 table = nextTable; in matchPassive()