Lines Matching defs:depth
104 int depth, old_depth = 0;
125 for (depth = 0; ndi_dev_is_prom_node(pdip) == 0; depth++) {
126 if (depth == OBP_STACKDEPTH) {
131 pdip = get_parent(pdip, &parinfo[depth]);
133 old_depth = depth;
140 for (depth = old_depth; depth > 0; depth--) {
141 info = &parinfo[depth - 1];
178 for (depth = old_depth; depth > 0; depth--) {
179 info = &parinfo[depth - 1];