Searched refs:sv_hash (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/sv/
H A Dsv_impl.h123 struct sv_dev_s *sv_hash; /* Minor hash chain */ member in struct:sv_dev_s
H A Dsv.c643 next = svp->sv_hash;
688 for (svp = *hb; svp; svp = svp->sv_hash) {
692 if (svp->sv_hash == NULL)
693 insert = &svp->sv_hash;
723 svp->sv_hash = NULL;
766 *svpp = svp->sv_hash;
770 svpp = &(*svpp)->sv_hash;
773 svp->sv_hash = NULL;
/illumos-gate/usr/src/cmd/mdb/common/modules/sv/
H A Dsv.c145 wsp->walk_addr = (uintptr_t)(((sv_dev_t *)wsp->walk_data)->sv_hash);
410 sv_hash(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function
419 if (mdb_pwalk_dcmd("sv`sv_hash", "sv`sv_dev", argc, argv, addr) == -1) {
505 svp->sv_hash,
596 { "sv_hash", ":[-av]", "display sv_dev hash chain", sv_hash },
607 { "sv_hash", "walk sv_dev hash chain",

Completed in 261 milliseconds