Searched refs:getDepth (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOKitDebug.cpp87 snprintf(format + 1, sizeof(format) - 1, "%ds", 2 * next->getDepth( plane ));
H A DIORegistryEntry.cpp926 stack = OSArray::withCapacity( getDepth( plane ));
1803 unsigned int IORegistryEntry::getDepth( const IORegistryPlane * plane ) const function in class:IORegistryEntry
1829 oneDepth = one->getDepth( plane );
H A DIOPMrootDomain.cpp7124 rootDepth = root->getDepth( gIOPowerPlane );
7171 depth = node->getDepth( gIOPowerPlane );
/darwin-on-arm/xnu/iokit/Tests/
H A DTests.cpp78 IOLog("%s=%d,", next->getName(), next->getDepth( gIODTPlane ));
/darwin-on-arm/xnu/iokit/IOKit/
H A DIORegistryEntry.h565 /*! @function getDepth
571 virtual unsigned int getDepth( const IORegistryPlane * plane ) const;

Completed in 47 milliseconds