Searched refs:reset_state (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/io/ |
H A D | mouse8042.c | 111 mouse8042_reset_state_e reset_state; member 304 state->reset_state = MSE_RESET_IDLE; in mouse8042_attach() 548 while (state->reset_state != MSE_RESET_IDLE) { in mouse8042_close() 643 if (state->reset_state != MSE_RESET_IDLE && in mouse8042_reset_timeout() 644 state->reset_state != MSE_RESET_FAILED) { in mouse8042_reset_timeout() 647 state->reset_state = MSE_RESET_IDLE; in mouse8042_reset_timeout() 682 if (state->reset_state != MSE_RESET_IDLE) { in mouse8042_initiate_reset() 741 state->reset_state = MSE_RESET_PRE; in mouse8042_initiate_reset() 874 if (state->reset_state != MSE_RESET_IDLE) in mouse8042_wput() 912 mouse8042_reset_fsm(mouse8042_reset_state_e reset_state, uint8_t mdata) in mouse8042_reset_fsm() argument [all …]
|
/titanic_41/usr/src/cmd/lvm/util/ |
H A D | metaclust.c | 288 reset_state(uint_t mode, mdsetname_t *sp, char *drivername, md_error_t *ep) in reset_state() function 1623 if (reset_state(RESET_OWNER, sp, MD_MIRROR, ep) == -1) { in main() 1900 if (reset_state(GET_MIRROR_STATE, sp, MD_MIRROR, in main() 1904 if (reset_state(UPDATE_ABR, sp, MD_SP, in main() 1956 if (reset_state(RESET_ABR, sp, MD_MIRROR, in main() 1961 if (reset_state(RESET_ABR, sp, MD_SP, in main() 1972 if (reset_state(CHOOSE_OWNER, sp, MD_MIRROR, ep) == -1) in main()
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_solaris.c | 3884 if (hba->reset_state & in emlxs_reset() 3890 hba->reset_state |= FC_LINK_RESET_INP; in emlxs_reset() 3907 hba->reset_state &= ~FC_LINK_RESET_INP; in emlxs_reset() 3927 hba->reset_state &= ~FC_LINK_RESET_INP; in emlxs_reset() 3955 if (hba->reset_state & FC_PORT_RESET_INP) { in emlxs_reset() 3960 hba->reset_state |= FC_PORT_RESET_INP; in emlxs_reset() 3964 while ((hba->reset_state & FC_LINK_RESET_INP) && in emlxs_reset() 3971 if (hba->reset_state & FC_LINK_RESET_INP) { in emlxs_reset() 3972 hba->reset_state &= ~FC_PORT_RESET_INP; in emlxs_reset() 3994 hba->reset_state &= ~FC_PORT_RESET_INP; in emlxs_reset() [all …]
|
/titanic_41/usr/src/uts/sun4v/io/ |
H A D | vds.c | 499 boolean_t reset_state; /* reset connection state? */ member 2252 vd->reset_state = B_TRUE; in vd_need_reset() 2268 if (!vd->reset_state) { in vd_reset_if_needed() 2329 vd->reset_state = B_FALSE; in vd_reset_if_needed() 2361 if (vd->reset_state) in vd_mark_elem_done() 2494 if (!vd->reset_state) in vd_complete_bio() 2584 if (!vd->reset_state && (vd->xfer_mode == VIO_DRING_MODE_V1_0)) { in vd_complete_notify() 2615 if (!vd->reset_state) in vd_complete_notify() 4235 if (!vd->reset_state && (vd->xfer_mode == VIO_DRING_MODE_V1_0)) { in vd_process_task()
|
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_fc.h | 2112 uint32_t reset_state; member
|
/titanic_41/usr/src/uts/sun4u/montecarlo/io/ |
H A D | scsb.c | 3813 int index, slotnum, reset_state; in scsb_reset_unit() local 3844 reset_state = (suip->unit_state == ON) ? SCSB_RESET_SLOT : in scsb_reset_unit() 3859 return (scsb_reset_slot(scsb, slotnum, reset_state)); in scsb_reset_unit()
|