/titanic_41/usr/src/cmd/cmd-inet/usr.bin/talk/ |
H A D | msgs.c | 59 char *current_state; variable 69 message(current_state); in disp_msg() 75 message(current_state); in start_msgs()
|
H A D | invite.c | 120 current_state = strdup(gettext("Waiting for your party to respond")); in invite_remote() 150 current_state = in announce_invite()
|
H A D | look_up.c | 77 current_state = gettext("Waiting to connect with caller"); in check_local() 113 current_state = gettext("Checking for invitation on caller's machine");
|
H A D | talk.h | 66 extern char *current_state;
|
H A D | init_disp.c | 98 current_state = gettext("No connection yet"); in init_display()
|
/titanic_41/usr/src/uts/common/xen/io/ |
H A D | xenbus_client.c | 129 int current_state; in xenbus_switch_state() local 132 err = xenbus_scanf(xbt, dev->nodename, "state", "%d", ¤t_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 D | idm.c | 2059 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 D | ata_common.c | 2446 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 D | usbser.c | 1243 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 D | uftdi_dsd.c | 570 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 D | pl2303_dsd.c | 579 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 D | ibtl_qp.c | 44 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 D | usbsacm.c | 944 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 D | usbecm.c | 2354 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 D | keyspan_dsd.c | 888 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 D | aac_regs.h | 1306 AAC_NVBATTSTATUS current_state; /* current batt state */ member
|