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

/illumos-gate/usr/src/cmd/mdb/common/modules/lofs/
H A Dlofs.c58 uintptr_t rootvfsp, vfsp; local
65 if (mdb_readvar(&rootvfsp, "rootvfs") == -1) {
71 vfsp = rootvfsp;
82 } while (vfsp != rootvfsp);
95 vfsp = rootvfsp;
117 } while (vfsp != rootvfsp);

Completed in 53 milliseconds