Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/lvm/hotspares/
H A Dhotspares.c693 hot_spare_t *new_hs; in seths_replace() local
804 new_hs = (hot_spare_t *)md_set[setno].s_hs; in seths_replace()
806 while (new_hs) { in seths_replace()
807 if (new_hs->hs_devnum == shs->shs_component_new) { in seths_replace()
811 new_hs = new_hs->hs_next; in seths_replace()
821 if (hsp->hsp_hotspares[i] == new_hs->hs_record_id) { in seths_replace()
824 new_hs->hs_devnum)); in seths_replace()
858 new_hs = (hot_spare_t *)mddb_getrecaddr_resize(recid, in seths_replace()
859 sizeof (*new_hs), 0); in seths_replace()
861 new_hs->hs_record_id = recid; in seths_replace()
[all …]