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

/illumos-gate/usr/src/cmd/prtconf/
H A Dpdevinfo.c1366 di_minor_t minor, minor_next; local
1423 minor_next = minor;
1426 minor_displayed_set(minor_next);
1427 dump_minor_data_paths(ilev + 1, minor_next,
1431 minor_next = minor_ptr(minor_next);
1432 } while (minor_next != minor);

Completed in 62 milliseconds