Searched refs:sw_state (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/common/io/scsi/impl/ |
H A D | scsi_watch.c | 89 uchar_t sw_state; /* for suspend-resume */ member 169 sw.sw_state = SW_RUNNING; in scsi_watch_init() 414 sw.sw_state = SW_RUNNING; in scsi_watch_resume() 470 sw.sw_state = SW_SUSPENDED; in scsi_watch_suspend() 698 if (sw.sw_state != SW_RUNNING) { in _NOTE()
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/ |
H A D | psvcobj.c | 1560 i_psvc_get_device_state_8_0(EHdl_t *hdlp, EObj_t *objp, char *sw_state) in i_psvc_get_device_state_8_0() argument 1589 strcpy(sw_state, PSVC_SWITCH_ON); in i_psvc_get_device_state_8_0() 1591 strcpy(sw_state, PSVC_SWITCH_OFF); in i_psvc_get_device_state_8_0() 1594 strcpy(sw_state, PSVC_SWITCH_OFF); in i_psvc_get_device_state_8_0() 1596 strcpy(sw_state, PSVC_SWITCH_ON); in i_psvc_get_device_state_8_0() 1602 i_psvc_set_device_state_8_0(EHdl_t *hdlp, EObj_t *objp, char *sw_state) in i_psvc_set_device_state_8_0() argument 1616 strcpy(objp->state, sw_state); in i_psvc_set_device_state_8_0() 1621 if (strcmp(sw_state, PSVC_SWITCH_ON) == 0) in i_psvc_set_device_state_8_0() 1626 if (strcmp(sw_state, PSVC_SWITCH_ON) == 0) in i_psvc_set_device_state_8_0()
|