Searched refs:sm_state (Results 1 - 12 of 12) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/lvm/
H A Dmd_mirror.h46 #define SMS_IS(sm, state) (((sm)->sm_state & (state)) != 0)
48 (((un)->un_sm[(index)].sm_state & (state)) != 0)
54 ((((un)->un_sm[(isubmirror)].sm_state & SMS_IGNORE) == 0) && \
55 ((un)->un_sm[(isubmirror)].sm_state & \
59 ((un)->un_sm[(isubmirror)].sm_state & \
129 sm_state_t sm_state; member in struct:mm_submirror32_od
143 sm_state_t sm_state; member in struct:mm_submirror
H A Dmd_convert.h205 small_sm->sm_state = big_sm->sm_state; \
215 big_sm->sm_state = small_sm->sm_state; \
H A Dmdmn_commd.x348 sm_state_t sm_state[NMIRROR];
/opensolaris-onvv-gate/usr/src/uts/intel/io/heci/
H A Dheci_main.c670 file_ext->sm_state = 0;
846 if ((file_ext->sm_state & HECI_WD_STATE_INDEPENDENCE_MSG_SENT) == 0) {
859 file_ext->sm_state &= ~HECI_WD_STATE_INDEPENDENCE_MSG_SENT;
1062 file_ext->sm_state = 0;
1068 file_ext->sm_state |= HECI_WD_STATE_INDEPENDENCE_MSG_SENT;
H A Dheci_data_structures.h478 int sm_state; member in struct:heci_file_private
/opensolaris-onvv-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mirror.c142 mdsp->state = mmsp->sm_state;
1007 char *sm_state; local
1032 sm_state = sm_state_to_name(mdsp, status, &tv,
1041 sm_state, timep) == EOF) {
1195 char *sm_state; local
1235 sm_state = sm_state_to_name(mdsp, status, &tv, NULL);
1245 sm_state, timep) == EOF) {
2426 mmsp->sm_state = SMS_RUNNING;
H A Dmeta_mn_handlers.c2019 * Fill in the sm_state/sm_flags value in the results structure which
2025 res->sm_state[smi] = mmsp->sm_state;
H A Dmeta_statconcise.c114 * - meta_get_(sm_state, raid_col_state, stripe_state, hs_state)
834 state = meta_get_sm_state(sm->sm_state);
/opensolaris-onvv-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcsm.h110 uint32_t sm_state; /* San Mgmt State information */ member in struct:fcsm
/opensolaris-onvv-gate/usr/src/uts/common/io/lvm/mirror/
H A Dmirror_ioctl.c651 if (sm->sm_state & (SMS_OFFLINE | SMS_OFFLINE_RESYNC)) {
1090 if (sm->sm_state == SMS_UNUSED) {
1116 if (sm->sm_state == SMS_UNUSED) {
1134 new_sm->sm_state = old_sm->sm_state;
2322 * We update tstate for the mirror and both the sm_flag and the sm_state for
2401 * Copy the results from the call back into our sm_state/sm_flags
2412 printf("curr state %4x, new state %4x\n", sm->sm_state,
2413 res->sm_state[smi]);
2418 sm->sm_state
[all...]
H A Dmirror.c295 sm->sm_state = newstate;
322 sm->sm_state = newstate;
1769 sm->sm_state &= ~SMS_IGNORE;
2680 esm->sm_state |= SMS_IGNORE;
2699 esm->sm_state &= ~SMS_IGNORE;
3488 if (un->un_sm[i].sm_state & SMS_COMP_ERRED) {
H A Dmirror_resync.c1167 rmsg->msg_sm_state[smi] = sm->sm_state;
2427 sm->sm_state,

Completed in 193 milliseconds