Home
last modified time | relevance | path

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

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