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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Ddevinfo.c323 enum { DIW_PARENT, DIW_CHILD, DIW_DONE } diw_mode; member in struct:devinfo_walk_data
337 diw->diw_mode = DIW_PARENT;
367 if (diw->diw_mode == DIW_PARENT) {
373 diw->diw_mode = DIW_CHILD;
376 } else if (diw->diw_mode == DIW_CHILD) {
379 diw->diw_mode = DIW_DONE;

Completed in 50 milliseconds