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

/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetahs.c421 uint_t hsi; local
424 for (hsi = 0;
425 hsi < hspnp->unitp->hotspares.hotspares_len; hsi++) {
429 hspnp->unitp->hotspares.hotspares_val[hsi].hsnamep;
H A Dmetastat.c295 uint_t hsi; local
518 for (hsi = 0;
519 hsi < hsp->hotspares.hotspares_len;
520 hsi++) {
523 hotspares_val[hsi].hsnamep;
735 uint_t hsi; local
740 for (hsi = 0; (hsi < hspp->hotspares.hotspares_len); ++hsi) {
743 hsp = &hspp->hotspares.hotspares_val[hsi];
[all...]
/illumos-gate/usr/src/cmd/lvm/md_monitord/
H A Dprobedev.c54 uint_t hsi; local
59 for (hsi = 0; (hsi < hspp->hotspares.hotspares_len); ++hsi) {
62 hsp = &hspp->hotspares.hotspares_val[hsi];
64 monitord_print(6, "hsi %d\n", hsi);
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_hotspares.c188 uint_t hsi; local
219 for (hsi = 0; (hsi < hspp->hotspares.hotspares_len); ++hsi) {
220 mdkey_t hs_key = ghsp->ghsp_hs_keys[hsi];
221 md_hs_t *hsp = &hspp->hotspares.hotspares_val[hsi];
390 uint_t hsi; local
398 for (hsi = 0; (hsi < hspp->hotspares.hotspares_len); ++hsi) {
477 uint_t hsi; local
1694 check_twice( md_hsp_t *hspp, uint_t hsi, md_error_t *ep ) argument
1729 uint_t hsi; local
1768 uint_t hsi; local
1810 uint_t hsi; local
[all...]

Completed in 49 milliseconds