Home
last modified time | relevance | path

Searched refs:diw_mode (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; member
345 diw->diw_mode = DIW_PARENT; in devinfo_walk_init()
375 if (diw->diw_mode == DIW_PARENT) { in devinfo_walk_step()
381 diw->diw_mode = DIW_CHILD; in devinfo_walk_step()
384 } else if (diw->diw_mode == DIW_CHILD) { in devinfo_walk_step()
387 diw->diw_mode = DIW_DONE; in devinfo_walk_step()