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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPMrootDomain.cpp2969 unsigned int rootDepth; local
2982 rootDepth = root->getDepth( gIOPowerPlane );
2983 if (!rootDepth) goto done;
3030 if (depth <= rootDepth)
3036 depth -= (rootDepth + 1);

Completed in 25 milliseconds