Home
last modified time | relevance | path

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

/xnu-8020.140.41/iokit/Kernel/
H A DIORegistryEntry.cpp2265 OSArray * parents; in getDepth() local
2274 while ((parents = next->getParentSetReference( plane ))) { in getDepth()
2275 count = parents->getCount(); in getDepth()
2281 next = (IORegistryEntry *) parents->getObject( 0 ); in getDepth()
2286 (one = (IORegistryEntry *) parents->getObject( index )); in getDepth()
/xnu-8020.140.41/iokit/DriverKit/
H A DIOService.iig200 * @brief Obtain the an IOKit registry properties from the service or one of its parents.
205 * its parents in the IOKit registry.