Home
last modified time | relevance | path

Searched refs:MAX_TREE_DEPTH (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Ddevinfo_impl.h99 #define MAX_TREE_DEPTH 64 macro
/titanic_41/usr/src/cmd/rcm_daemon/common/
H A Drcm_subr.c1277 #define MAX_TREE_DEPTH 32 macro
1296 rsrc_node_t *node[MAX_TREE_DEPTH];
1297 char prunesib[MAX_TREE_DEPTH];
1298 char prunechild[MAX_TREE_DEPTH];
/titanic_41/usr/src/uts/common/io/
H A Ddevinfo.c119 void *offset[MAX_TREE_DEPTH];
120 struct dev_info *dip[MAX_TREE_DEPTH];
121 int circ[MAX_TREE_DEPTH];
/titanic_41/usr/src/lib/libdevinfo/
H A Ddevinfo.c1076 char *buf, *name[MAX_TREE_DEPTH], *addr[MAX_TREE_DEPTH]; in di_devfs_path()