Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/lvm/raid/
H A Draid_resync.c424 hs_cmds_t *hs_state, in raid_resync_region() argument
501 *hs_state = HS_BAD; in raid_resync_region()
558 *hs_state = HS_BAD; in raid_resync_region()
620 hs_cmds_t hs_state; in resync_comp() local
682 hs_state = HS_BAD; in resync_comp()
684 hs_state = HS_FREE; in resync_comp()
693 hs_state = HS_FREE; in resync_comp()
708 hs_state = HS_BAD; in resync_comp()
739 &single_read, &hs_state, &err_col, dev_to_write, in resync_comp()
787 raid_hs_release(hs_state, un, &recids[0], resync); in resync_comp()
[all …]
/titanic_41/usr/src/uts/common/sys/lvm/
H A Dmd_hotspares.h107 hotspare_states_t hs_state; /* hs state */ member
135 hotspare_states_t hs_state; /* hs state */ member
H A Dmd_convert.h353 small->hs_state = big->hs_state; \
367 big->hs_state = small->hs_state; \
/titanic_41/usr/src/cmd/lvm/md_monitord/
H A Dprobedev.c55 char *cname, *bname, *hs_state; in delete_hotspares_impl() local
69 hs_state = hs_state_to_name(hsp, NULL); in delete_hotspares_impl()
73 cname, bname, hs_state); in delete_hotspares_impl()
/titanic_41/usr/src/uts/common/io/lvm/hotspares/
H A Dhotspares.c70 hs->hs_state = newstate; in set_hot_spare_state()
608 (hs->hs_state == HSS_RESERVED)) { in seths_delete()
613 if (hsp->hsp_refcount && (hs->hs_state == HSS_RESERVED)) { in seths_delete()
777 (hs->hs_state == HSS_RESERVED)) { in seths_replace()
996 if (hs->hs_state != HSS_BROKEN) { in seths_enable()
1048 ghs->ghs_state = hs->hs_state; in get_hs()
1474 if (hs->hs_state != HSS_AVAILABLE) in usable_hs()
/titanic_41/usr/src/uts/common/sys/hotplug/pci/
H A Dpcie_hp.h192 ddi_hp_cn_state_t hs_state; /* Slot state */ member
/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_hotspares.c603 char *hs_state; in hsp_report() local
628 hs_state = hs_state_to_name(hsp, &tv); in hsp_report()
637 len, cname, hs_state, in hsp_report()
646 len, cname, hs_state, in hsp_report()
H A Dmeta_statconcise.c590 state = meta_get_hs_state(hs->hs_state); in process_hotspare()
/titanic_41/usr/src/cmd/dladm/
H A Ddladm.c3813 show_state_t *hs_state; member
3958 show_state_t *state = hwgrp_state->hs_state; in print_phys_hwgrp_callback()
3972 hwgrp_state.hs_state = state; in print_phys_hwgrp()