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

/illumos-gate/usr/src/uts/common/io/lvm/hotspares/
H A Dhotspares.c1579 modify_hsp_ref(set_t setno, mddb_recid_t id, int incref, mddb_recid_t *hsp_id) argument
1583 *hsp_id = 0;
1597 *hsp_id = hsp->hsp_record_id;
/illumos-gate/usr/src/uts/common/io/lvm/stripe/
H A Dstripe.c1622 mddb_recid_t *hsp_id; local
1650 hsp_id = &(un32->un_hsp_id);
1680 hsp_id = &(un64->un_hsp_id);
1729 if (*hsp_id != -1)
1730 *hsp_id = MAKERECID(setno, DBID(*hsp_id));
/illumos-gate/usr/src/uts/common/io/lvm/raid/
H A Draid.c4281 hsp_t *hsp_id; local
4306 hsp_id = &(un32->un_hsp_id);
4327 hsp_id = &(un64->un_hsp_id);
4365 if (*hsp_id != -1)
4366 *hsp_id = MAKERECID(setno, DBID(*hsp_id));
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_subr.c4313 find_hot_spare_pool(set_t setno, int hsp_id) argument
4319 if (hsp->hsp_self_id == hsp_id)

Completed in 107 milliseconds