/illumos-gate/usr/src/lib/libsip/common/ |
H A D | sip_xaction_state_mc.c | 209 int prev_state; in sip_clnt_xaction_output() local 214 prev_state = sip_trans->sip_xaction_state; in sip_clnt_xaction_output() 302 (sip_msg_t)msg, prev_state, sip_trans->sip_xaction_state); in sip_clnt_xaction_output() 346 int prev_state; in sip_srv_xaction_inv_res() local 353 prev_state = sip_trans->sip_xaction_state; in sip_srv_xaction_inv_res() 452 if (prev_state != sip_trans->sip_xaction_state && in sip_srv_xaction_inv_res() 455 (sip_msg_t)msg, prev_state, sip_trans->sip_xaction_state); in sip_srv_xaction_inv_res() 470 int prev_state; in sip_srv_xaction_noninv_res() local 477 prev_state = sip_trans->sip_xaction_state; in sip_srv_xaction_noninv_res() 580 if (prev_state != sip_trans->sip_xaction_state && in sip_srv_xaction_noninv_res() [all …]
|
H A D | sip_dialog.c | 869 int prev_state; in sip_complete_dialog() local 960 prev_state = dialog->sip_dlg_state; in sip_complete_dialog() 1185 (sip_msg_t)sip_msg, prev_state, dialog->sip_dlg_state); in sip_complete_dialog() 1356 int prev_state; in sip_dialog_terminate() local 1359 prev_state = dialog->sip_dlg_state; in sip_dialog_terminate() 1363 sip_dlg_ulp_state_cb((sip_dialog_t)dialog, sip_msg, prev_state, in sip_dialog_terminate() 1668 int prev_state; in sip_update_dialog() local 1702 prev_state = _dialog->sip_dlg_state; in sip_update_dialog() 1742 prev_state, dialog->sip_dlg_state); in sip_update_dialog()
|
H A D | sip_xaction.c | 332 int prev_state = 0; in sip_xaction_create() local 427 prev_state != trans->sip_xaction_state) { in sip_xaction_create() 429 (sip_msg_t)msg, prev_state, trans->sip_xaction_state); in sip_xaction_create()
|
/illumos-gate/usr/src/lib/iconv_modules/ko/common/ |
H A D | UTF2_to_johap.c | 124 cd->prev_state = CI; in _icv_iconv() 129 if (cd->prev_state != E && cd->prev_state != CI) in _icv_iconv() 134 cd->prev_state = V; in _icv_iconv() 139 if (cd->prev_state != E && cd->prev_state != V) in _icv_iconv() 144 cd->prev_state = CF; in _icv_iconv()
|
H A D | UTF2_to_euc.c | 126 cd->prev_state = CI; in _icv_iconv() 131 if (cd->prev_state != E && cd->prev_state != CI) in _icv_iconv() 136 cd->prev_state = V; in _icv_iconv() 141 if (cd->prev_state != E && cd->prev_state != V) in _icv_iconv() 146 cd->prev_state = CF; in _icv_iconv()
|
H A D | UTF2_to_johap92.c | 124 cd->prev_state = CI; in _icv_iconv() 129 if (cd->prev_state != E && cd->prev_state != CI) in _icv_iconv() 134 cd->prev_state = V; in _icv_iconv() 139 if (cd->prev_state != E && cd->prev_state != V) in _icv_iconv() 144 cd->prev_state = CF; in _icv_iconv()
|
H A D | UTF2_to_iso2022-7.c | 149 cd->prev_state = CI; in _icv_iconv() 154 if (cd->prev_state != E && cd->prev_state != CI) in _icv_iconv() 159 cd->prev_state = V; in _icv_iconv() 164 if (cd->prev_state != E && cd->prev_state != V) in _icv_iconv() 169 cd->prev_state = CF; in _icv_iconv()
|
H A D | UTF2_to_nbyte.c | 132 cd->prev_state = CI; in _icv_iconv() 137 if (cd->prev_state != E && cd->prev_state != CI) in _icv_iconv() 142 cd->prev_state = V; in _icv_iconv() 147 if (cd->prev_state != E && cd->prev_state != V) in _icv_iconv() 152 cd->prev_state = CF; in _icv_iconv()
|
H A D | utf_euc.h | 45 enum { E, CI, V, CF } prev_state; member 49 cd->ci = cd->v = cd->cf = CVC_FILL; cd->prev_state = E; 55 if (cd->prev_state != E)\
|
H A D | utf_johap.h | 35 enum { E, CI, V, CF } prev_state; member 39 cd->ci = cd->v = cd->cf = CVC_FILL; cd->prev_state = E; 44 if (cd->prev_state != E)\
|
H A D | utf_johap92.h | 46 enum { E, CI, V, CF } prev_state; member 50 cd->ci = cd->v = cd->cf = CVC_FILL; cd->prev_state = E; 55 if (cd->prev_state != E)\
|
H A D | utf_iso2022.h | 46 enum { E, CI, V, CF } prev_state; member 52 cd->ci = cd->v = cd->cf = CVC_FILL; cd->prev_state = E; 57 if (cd->prev_state != E)\
|
H A D | utf_nbyte.h | 35 enum { E, CI, V, CF } prev_state; member 40 cd->ci = cd->v = cd->cf = CVC_FILL; cd->prev_state = E; 47 if (cd->prev_state != E)\
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_fcf.h | 147 uint16_t prev_state; member 203 uint16_t prev_state; member 272 uint16_t prev_state; member 331 uint16_t prev_state; member 399 uint16_t prev_state; member 415 uint16_t prev_state; member
|
H A D | emlxs_dhchap.h | 329 uint16_t prev_state; /* for info only */ member
|
/illumos-gate/usr/src/cmd/init/ |
H A D | init.c | 502 static int prev_state; /* State "init" was in last time it woke */ variable 748 prev_state = prior_state = cur_state; in main() 799 prior_state = prev_state; in main() 829 prev_state = 0; in main() 840 prev_state = cur_state; in main() 851 prior_state = prev_state; in main() 852 prev_state = cur_state; in main() 854 prev_state = cur_state; in main() 893 prev_state = prior_state; in main() 897 prev_state = cur_state; in main() [all …]
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/psvcpolicy/ |
H A D | psvcpolicy.c | 379 char prev_state[PSVC_MAX_STR_LEN]; in check_fan() local 430 status = psvc_get_attr(hdlp, fan_id, PSVC_PREV_STATE_ATTR, prev_state); in check_fan() 439 if (strcmp(state, prev_state) != 0) { in check_fan() 464 char prev_state[PSVC_MAX_STR_LEN]; in psvc_fan_fault_check_policy_0() local 500 err = psvc_get_attr(hdlp, id, PSVC_PREV_STATE_ATTR, prev_state); in psvc_fan_fault_check_policy_0() 509 if (strcmp(state, prev_state) != 0) { in psvc_fan_fault_check_policy_0()
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/daktari/psvcpolicy/ |
H A D | psvcpolicy.c | 1850 char prev_state[32], led_state[32]; in psvc_check_disk_fault_policy_0() local 1885 prev_state[0] = 0; in psvc_check_disk_fault_policy_0() 1905 prev_state); in psvc_check_disk_fault_policy_0() 1929 change_of_state_str(prev_state, PSVC_OK, in psvc_check_disk_fault_policy_0() 1957 prev_state); in psvc_check_disk_fault_policy_0() 1961 if (strcmp(disk_state, prev_state) != 0) { in psvc_check_disk_fault_policy_0()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_fcf.c | 2527 if (fcftab->prev_state != FCFTAB_STATE_SHUTDOWN) { in emlxs_fcftab_shutdown_action() 2792 fcftab->prev_state = fcftab->state; in emlxs_fc_fcftab_state() 3149 if ((fcftab->prev_state != FC_FCFTAB_STATE_TOPO_FAILED) || in emlxs_fc_fcftab_topo_action() 3428 if ((fcftab->prev_state != FC_FCFTAB_STATE_CFGLINK_FAILED) || in emlxs_fc_fcftab_cfglink_action() 3759 if ((fcftab->prev_state != FC_FCFTAB_STATE_SPARM_FAILED) || in emlxs_fc_fcftab_sparm_action() 4788 fcftab->prev_state = fcftab->state; in emlxs_fcoe_fcftab_state() 5499 if ((fcftab->prev_state != FCOE_FCFTAB_STATE_SOLICIT_FAILED) || in emlxs_fcoe_fcftab_sol_action() 5899 if ((fcftab->prev_state != FCOE_FCFTAB_STATE_READ_FAILED) || in emlxs_fcoe_fcftab_read_action() 7547 fcfp->prev_state = fcfp->state; in emlxs_fcfi_state() 7712 if (fcfp->prev_state == FCFI_STATE_FREE) { in emlxs_fcfi_offline_action() [all …]
|
/illumos-gate/usr/src/uts/common/io/ib/ibnex/ |
H A D | ibnex.c | 1879 ibnex_node_state_t prev_state; in ibnex_ioc_initnode_pdip() local 1895 prev_state = node_data->node_state; in ibnex_ioc_initnode_pdip() 1905 node_data->node_state = prev_state; in ibnex_ioc_initnode_pdip() 1937 ibnex_node_state_t prev_state; in ibnex_pseudo_config_one() local 2007 prev_state = node_data->node_state; in ibnex_pseudo_config_one() 2017 node_data->node_state = prev_state; in ibnex_pseudo_config_one()
|
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/ |
H A D | scsa2usb.c | 2094 int prev_state; in scsa2usb_cpr_suspend() local 2109 prev_state = scsa2usbp->scsa2usb_dev_state; in scsa2usb_cpr_suspend() 2121 scsa2usbp->scsa2usb_dev_state = prev_state; in scsa2usb_cpr_suspend() 2178 uint_t prev_state; in scsa2usb_restore_device_state() local 2184 prev_state = scsa2usbp->scsa2usb_dev_state; in scsa2usb_restore_device_state() 2188 ASSERT((prev_state == USB_DEV_DISCONNECTED) || in scsa2usb_restore_device_state() 2189 (prev_state == USB_DEV_SUSPENDED)); in scsa2usb_restore_device_state()
|
/illumos-gate/usr/src/uts/common/io/usb/clients/hid/ |
H A D | hid.c | 1823 int rval, prev_state; in hid_cpr_suspend() local 1833 prev_state = hidp->hid_dev_state; in hid_cpr_suspend() 1850 hidp->hid_dev_state = prev_state; in hid_cpr_suspend()
|
/illumos-gate/usr/src/uts/common/xen/io/ |
H A D | xdf.c | 2540 enum dkio_state prev_state; in xdf_dkstate() local 2543 prev_state = vdp->xdf_mstate; in xdf_dkstate() 2546 while (vdp->xdf_mstate == prev_state) { in xdf_dkstate() 2555 if ((prev_state != DKIO_INSERTED) && in xdf_dkstate()
|
/illumos-gate/usr/src/uts/common/io/mega_sas/ |
H A D | megaraid_sas.h | 971 uint32_t prev_state; member
|
/illumos-gate/usr/src/uts/common/io/usb/usba/ |
H A D | usba_ugen.c | 528 int prev_state; in ugen_cpr_suspend() local 540 prev_state = ugenp->ug_dev_state; in ugen_cpr_suspend() 557 ugenp->ug_dev_state = prev_state; in ugen_cpr_suspend()
|