Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Ddevinfo.c331 enum { DIW_PARENT, DIW_CHILD, DIW_DONE } diw_mode; enumerator
381 diw->diw_mode = DIW_CHILD; in devinfo_walk_step()
384 } else if (diw->diw_mode == DIW_CHILD) { in devinfo_walk_step()