Searched defs:dip_base_depth (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Ddevinfo.c117 * "dip_base_depth" is the depth of the given node from the root.
126 int dip_base_depth; member in struct:devinfo_parents_walk_data
153 dip->dip_base_depth = 1;
165 dip->dip_base_depth++;
171 dip->dip_base_depth * sizeof (devinfo_node_t), UM_SLEEP);
173 dip->dip_base_depth * sizeof (uintptr_t), UM_SLEEP);
174 for (i = dip->dip_base_depth - 1; i >= 0; i--) {
195 if (dip->dip_depth == dip->dip_base_depth)
213 dip->dip_base_depth * sizeof (devinfo_node_t));
215 dip->dip_base_depth * sizeo
[all...]

Completed in 49 milliseconds