Lines Matching refs:root
1244 IORegistryEntry * root; in getPath() local
1290 root = gRegistryRoot->getChildEntry( plane ); in getPath()
1291 while (parent && (parent != root)) { in getPath()
2347 IORegistryIterator::iterateOver( IORegistryEntry * root, in iterateOver() argument
2353 if (NULL == root) { in iterateOver()
2363 root->retain(); in iterateOver()
2364 create->root = root; in iterateOver()
2366 create->start.current = root; in iterateOver()
2464 where->current = root; in reset()
2473 if (root) { in free()
2474 root->release(); in free()