Searched defs:di_stack (Results 1 – 2 of 2) sorted by relevance
118 struct di_stack { struct119 void *offset[MAX_TREE_DEPTH];120 struct dev_info *dip[MAX_TREE_DEPTH];121 int circ[MAX_TREE_DEPTH];122 int depth; /* depth of current node to be copied */
77 delete_stack_t *di_stack; member