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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Ddevinfo.c112 #define dip_depth dip_node.din_depth macro
152 dip->dip_depth = 0;
195 if (dip->dip_depth == dip->dip_base_depth)
199 dip->dip_parent_addresses[dip->dip_depth],
200 &dip->dip_parent_nodes[dip->dip_depth],
203 dip->dip_depth++;

Completed in 49 milliseconds