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

/darwin-on-arm/xnu/libkern/c++/
H A DOSMetaClass.cpp836 unsigned int maxDepth; local
841 maxDepth = sDeepestClass;
842 if (maxDepth > kLocalDepth)
844 nextIndex = IONew(typeof(nextIndex[0]), maxDepth);
845 sets = IONew(typeof(sets[0]), maxDepth);
856 if (level >= maxDepth) panic(">maxDepth");
877 if (maxDepth > kLocalDepth)
879 IODelete(nextIndex, typeof(nextIndex[0]), maxDepth);
880 IODelete(sets, typeof(sets[0]), maxDepth);
[all...]

Completed in 20 milliseconds