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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOKitDebug.cpp85 snprintf(format + 1, sizeof(format) - 1, "%ds", 2 * next->getDepth( plane ));
141 snprintf(format + 1, sizeof(format) - 1, "%ds", 2 * next->getDepth( plane ));
H A DIORegistryEntry.cpp885 stack = OSArray::withCapacity( getDepth( plane ));
1751 unsigned int IORegistryEntry::getDepth( const IORegistryPlane * plane ) const function in class:IORegistryEntry
1777 oneDepth = one->getDepth( plane );
H A DIOPMrootDomain.cpp2982 rootDepth = root->getDepth( gIOPowerPlane );
3029 depth = node->getDepth( gIOPowerPlane );
/macosx-10.5.8/xnu-1228.15.4/iokit/Tests/
H A DTests.cpp78 IOLog("%s=%d,", next->getName(), next->getDepth( gIODTPlane ));
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIORegistryEntry.h553 /*! @function getDepth
559 virtual unsigned int getDepth( const IORegistryPlane * plane ) const;

Completed in 97 milliseconds