Home
last modified time | relevance | path

Searched refs:sv_dev_t (Results 1 – 17 of 17) sorted by relevance

/titanic_41/usr/src/uts/common/avs/ns/sv/
H A Dsv.c144 static sv_dev_t *sv_devs; /* array of per device structures */
440 sv_dev_t *svp; in sv_detach()
610 static sv_dev_t *
614 sv_dev_t **hb, *next, *svp; in sv_dev_to_sv()
668 sv_get_state(const dev_t udev, sv_dev_t **svpp) in sv_get_state()
670 sv_dev_t **hb, **insert, *svp; in sv_get_state()
746 sv_rm_hash(sv_dev_t *svp) in sv_rm_hash()
748 sv_dev_t **svpp; in sv_rm_hash()
782 sv_free(sv_dev_t *svp, const int error) in sv_free()
906 sv_dev_t *svp; in sv_enable()
[all …]
H A Dsv_impl.h138 } sv_dev_t; typedef
/titanic_41/usr/src/cmd/mdb/common/modules/sv/
H A Dsv.c56 sv_dev_t *sv_devs; in sv_dev_winit()
99 wsp->walk_addr += sizeof (sv_dev_t); in sv_dev_wstep()
122 wsp->walk_data = mdb_zalloc(sizeof (sv_dev_t), UM_SLEEP); in sv_hash_winit()
137 sizeof (sv_dev_t), wsp->walk_addr) == -1) { in sv_hash_wstep()
145 wsp->walk_addr = (uintptr_t)(((sv_dev_t *)wsp->walk_data)->sv_hash); in sv_hash_wstep()
153 mdb_free(wsp->walk_data, sizeof (sv_dev_t)); in sv_hash_wfini()
444 sv_dev_t *svp; in sv_dev()
506 addr + OFFSETOF(sv_dev_t, sv_lock), in sv_dev()
507 addr + OFFSETOF(sv_dev_t, sv_olock)); in sv_dev()
/titanic_41/usr/src/uts/common/io/lvm/stripe/
H A Dstripe.c363 sv_dev_t *sv; in reset_stripe()
387 sv = (sv_dev_t *)kmem_alloc(sizeof (sv_dev_t) * nsv, KM_SLEEP); in reset_stripe()
493 kmem_free(sv, sizeof (sv_dev_t) * nsv); in reset_stripe()
1247 stripe_replace_done(md_dev64_t dev, sv_dev_t *sv) in stripe_replace_done()
1257 kmem_free(sv, sizeof (sv_dev_t)); in stripe_replace_done()
1279 sv_dev_t *sv = NULL; in stripe_replace_dev()
1340 sv = (sv_dev_t *)kmem_alloc(sizeof (sv_dev_t), KM_SLEEP); in stripe_replace_dev()
/titanic_41/usr/src/uts/common/sys/lvm/
H A Dmd_stripe.h149 extern void stripe_replace_done(md_dev64_t, sv_dev_t *);
H A Dmdvar.h423 } sv_dev_t; typedef
721 extern void md_rem_names(sv_dev_t *, int);
/titanic_41/usr/src/uts/common/io/lvm/softpart/
H A Dsp.c262 sv_dev_t *sv; in reset_sp()
285 sv = (sv_dev_t *)kmem_alloc(sizeof (sv_dev_t), KM_SLEEP); in reset_sp()
313 kmem_free(sv, sizeof (sv_dev_t)); in reset_sp()
/titanic_41/usr/src/uts/common/io/lvm/trans/
H A Dmdtrans.c498 sv_dev_t sv; in trans_reset()
763 sv_dev_t sv; in trans_cleanup()
H A Dtrans_ioctl.c2162 sv_dev_t sv; in trans_rename_update_self()
2305 sv_dev_t sv; in trans_exchange_self_update_from_down()
2431 sv_dev_t sv; in trans_exchange_parent_update_to()
H A Dtrans_log.c629 sv_dev_t sv; in ldl_cleanup()
/titanic_41/usr/src/uts/common/io/lvm/hotspares/
H A Dhotspares.c521 sv_dev_t sv; in seths_delete()
699 sv_dev_t sv; in seths_replace()
/titanic_41/usr/src/uts/common/io/lvm/mirror/
H A Dmirror_ioctl.c1019 sv_dev_t sv; in mirror_detach()
3489 sv_dev_t sv; in mirror_exchange_self_update_from_down()
3592 sv_dev_t sv; in mirror_exchange_parent_update_to()
H A Dmirror.c1780 sv_dev_t sv[NMIRROR]; in mirror_cleanup()
2043 sv_dev_t sv[NMIRROR]; in reset_mirror()
/titanic_41/usr/src/uts/common/io/lvm/raid/
H A Draid.c1047 sv_dev_t *sv; in reset_raid()
1087 sv = (sv_dev_t *)kmem_zalloc((column_cnt + 1) * sizeof (sv_dev_t), in reset_raid()
1143 kmem_free(sv, (column_cnt + 1) * sizeof (sv_dev_t)); in reset_raid()
H A Draid_ioctl.c1127 sv_dev_t sv = {MD_SET_BAD, MD_SIDEWILD, MD_KEYWILD}; in raid_replace()
/titanic_41/usr/src/uts/common/io/lvm/md/
H A Dmd_rename.c739 sv_dev_t sv; in md_rename_update_self()
H A Dmd_subr.c2913 md_rem_names(sv_dev_t *sv, int nsv) in md_rem_names()