Home
last modified time | relevance | path

Searched defs:di_stack (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/
H A Ddevinfo.c118 struct di_stack { struct
119 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 */
/titanic_41/usr/src/cmd/svc/configd/
H A Dfile_object.c77 delete_stack_t *di_stack; member