Home
last modified time | relevance | path

Searched refs:current_state (Results 1 – 16 of 16) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dmsgs.c59 char *current_state; variable
69 message(current_state); in disp_msg()
75 message(current_state); in start_msgs()
H A Dinvite.c120 current_state = strdup(gettext("Waiting for your party to respond")); in invite_remote()
150 current_state = in announce_invite()
H A Dlook_up.c77 current_state = gettext("Waiting to connect with caller"); in check_local()
113 current_state = gettext("Checking for invitation on caller's machine");
H A Dtalk.h66 extern char *current_state;
H A Dinit_disp.c98 current_state = gettext("No connection yet"); in init_display()
/titanic_41/usr/src/uts/common/xen/io/
H A Dxenbus_client.c129 int current_state; in xenbus_switch_state() local
132 err = xenbus_scanf(xbt, dev->nodename, "state", "%d", &current_state); in xenbus_switch_state()
142 if ((XenbusState)current_state != state) { in xenbus_switch_state()
/titanic_41/usr/src/uts/common/io/idm/
H A Didm.c2059 int current_state) in idm_sm_audit_common() argument
2071 sar->sar_state = current_state; in idm_sm_audit_common()
2078 sm_audit_sm_type_t sm_type, int current_state, in idm_sm_audit_event() argument
2084 sm_type, current_state); in idm_sm_audit_event()
2091 sm_audit_sm_type_t sm_type, int current_state, int new_state) in idm_sm_audit_state_change() argument
2096 sm_type, current_state); in idm_sm_audit_state_change()
/titanic_41/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_common.c2446 uchar_t current_state; in ata_ctlr_fsm() local
2450 current_state = ata_ctlp->ac_state; in ata_ctlr_fsm()
2451 action = ata_ctlr_fsm_NextAction[current_state][fsm_func]; in ata_ctlr_fsm()
2452 next_state = ata_ctlr_fsm_NextState[current_state][fsm_func]; in ata_ctlr_fsm()
2572 ata_ctlp->ac_state = current_state; in ata_ctlr_fsm()
/titanic_41/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c1243 int new_state, current_state; in usbser_restore_device_state() local
1250 current_state = usp->us_dev_state; in usbser_restore_device_state()
1253 ASSERT((current_state == USB_DEV_DISCONNECTED) || in usbser_restore_device_state()
1254 (current_state == USB_DEV_SUSPENDED)); in usbser_restore_device_state()
1259 if (current_state == USB_DEV_DISCONNECTED) { in usbser_restore_device_state()
/titanic_41/usr/src/uts/common/io/usb/clients/usbser/usbftdi/
H A Duftdi_dsd.c570 int current_state; in uftdi_resume() local
576 current_state = uf->uf_dev_state; in uftdi_resume()
579 if (current_state == USB_DEV_ONLINE) in uftdi_resume()
/titanic_41/usr/src/uts/common/io/usb/clients/usbser/usbsprl/
H A Dpl2303_dsd.c579 int current_state; in pl2303_resume() local
585 current_state = plp->pl_dev_state; in pl2303_resume()
588 if (current_state != USB_DEV_ONLINE) { in pl2303_resume()
/titanic_41/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_qp.c44 ibt_cep_state_t current_state; member
1501 state = ibt_cep_next_state_inits[index].current_state; in ibtl_init_cep_states()
/titanic_41/usr/src/uts/common/io/usb/clients/usbser/usbsacm/
H A Dusbsacm.c944 int current_state; in usbsacm_ds_resume() local
951 current_state = acmp->acm_dev_state; in usbsacm_ds_resume()
955 if (current_state != USB_DEV_ONLINE) { in usbsacm_ds_resume()
/titanic_41/usr/src/uts/common/io/usb/clients/usbecm/
H A Dusbecm.c2354 int current_state; in usbecm_resume() local
2361 current_state = ecmp->ecm_dev_state; in usbecm_resume()
2365 if (current_state != USB_DEV_ONLINE) { in usbecm_resume()
/titanic_41/usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/
H A Dkeyspan_dsd.c888 int current_state; in keyspan_resume() local
894 current_state = ksp->ks_dev_state; in keyspan_resume()
897 if (current_state != USB_DEV_ONLINE) { in keyspan_resume()
/titanic_41/usr/src/uts/common/io/aac/
H A Daac_regs.h1306 AAC_NVBATTSTATUS current_state; /* current batt state */ member