| /freebsd-12.1/crypto/heimdal/lib/asn1/ |
| H A D | check-common.c | 188 write(fd, current_state, strlen(current_state)); in segv_handler() 223 current_state = "init"; in generic_test() 240 current_state = "encode"; in generic_test() 256 current_state = "length"; in generic_test() 265 current_state = "memcmp"; in generic_test() 298 current_state = "cmp"; in generic_test() 305 current_state = "copy"; in generic_test() 323 current_state = "free"; in generic_test() 332 current_state = "free"; in generic_test() 376 current_state = "init"; in generic_decode_fail() [all …]
|
| /freebsd-12.1/sys/dev/ocs_fc/ |
| H A D | ocs_sm.c | 61 if (ctx->current_state) { in ocs_sm_post_event() 62 ctx->current_state(ctx, evt, data); in ocs_sm_post_event() 75 if (ctx->current_state == state) { in ocs_sm_transition() 79 ctx->current_state = state; in ocs_sm_transition() 90 ctx->current_state = NULL; in ocs_sm_disable()
|
| H A D | ocs_sm.h | 187 ocs_sm_function_t current_state; member
|
| H A D | ocs_node.c | 538 node->sm.current_state = NULL; in ocs_node_free() 1433 if (ctx->current_state == state) { in ocs_node_transition() 1437 ctx->current_state = state; in ocs_node_transition() 1548 …ocs_ddump_value(textbuf, "login_state", "%d", (node->sm.current_state == __ocs_d_device_ready) ? 1… in ocs_ddump_node() 1804 …ocs_mgmt_emit_int(textbuf, MGMT_MODE_RD, "login_state", "%d", (node->sm.current_state == __ocs_d_d… in ocs_mgmt_node_get() 1885 …ocs_mgmt_emit_int(textbuf, MGMT_MODE_RD, "login_state", "%d", (node->sm.current_state == __ocs_d_d… in ocs_mgmt_node_get_all()
|
| /freebsd-12.1/usr.bin/talk/ |
| H A D | msgs.c | 51 const char *current_state; variable 58 message(current_state); in disp_msg() 66 message(current_state); in start_msgs()
|
| H A D | invite.c | 111 current_state = "Waiting for your party to respond"; in invite_remote() 160 current_state = "Trying to connect to your party's talk daemon"; in announce_invite() 169 current_state = "Trying to connect to local talk daemon"; in announce_invite()
|
| H A D | look_up.c | 76 current_state = "Waiting to connect with caller"; in check_local() 110 current_state = "Checking for invitation on caller's machine"; in look_for_invite()
|
| H A D | talk.h | 49 extern const char *current_state;
|
| H A D | init_disp.c | 118 current_state = "No connection yet"; in init_display()
|
| /freebsd-12.1/sbin/init/ |
| H A D | init.c | 147 static state_t current_state = death_single; variable 598 current_state = s; in transition() 600 current_state = (state_t) (*current_state)(); in transition() 1628 if (current_state == read_ttys || current_state == multi_user || in transition_handler() 1629 current_state == clean_ttys || current_state == catatonia) in transition_handler() 1640 if (current_state == read_ttys || current_state == multi_user || in transition_handler() 1641 current_state == clean_ttys || current_state == catatonia) in transition_handler() 1647 if (current_state == runcom || current_state == read_ttys || in transition_handler() 1648 current_state == clean_ttys || in transition_handler() 1649 current_state == multi_user || current_state == catatonia) in transition_handler()
|
| /freebsd-12.1/contrib/ofed/opensm/opensm/ |
| H A D | osm_link_mgr.c | 507 uint8_t current_state; in link_mgr_process_node() local 532 current_state = osm_physp_get_port_state(p_physp); in link_mgr_process_node() 533 if (current_state == IB_LINK_DOWN) in link_mgr_process_node() 544 if (current_state != IB_LINK_INIT) in link_mgr_process_node() 555 link_state <= current_state) in link_mgr_process_node() 559 ib_get_port_state_str(current_state)); in link_mgr_process_node()
|
| /freebsd-12.1/sys/dev/isci/scil/ |
| H A D | scic_sds_remote_node_context.c | 125 U32 current_state = sci_base_state_machine_get_state(&this_rnc->state_machine); in scic_sds_remote_node_context_is_initialized() local 127 if (current_state == SCIC_SDS_REMOTE_NODE_CONTEXT_INITIAL_STATE) in scic_sds_remote_node_context_is_initialized() 149 U32 current_state = sci_base_state_machine_get_state(&this_rnc->state_machine); in scic_sds_remote_node_context_is_ready() local 151 if (current_state == SCIC_SDS_REMOTE_NODE_CONTEXT_READY_STATE) in scic_sds_remote_node_context_is_ready()
|
| H A D | scic_sds_port.c | 1346 U32 current_state; in scic_sds_port_timeout_handler() local 1350 current_state = sci_base_state_machine_get_state( in scic_sds_port_timeout_handler() 1353 if (current_state == SCI_BASE_PORT_STATE_RESETTING) in scic_sds_port_timeout_handler() 1362 else if (current_state == SCI_BASE_PORT_STATE_STOPPED) in scic_sds_port_timeout_handler() 1373 else if (current_state == SCI_BASE_PORT_STATE_STOPPING) in scic_sds_port_timeout_handler() 1390 this_port, current_state in scic_sds_port_timeout_handler()
|
| H A D | scic_sds_controller.c | 1462 SCI_BASE_CONTROLLER_STATES current_state; in scic_sds_controller_timeout_handler() local 1466 current_state = sci_base_state_machine_get_state( in scic_sds_controller_timeout_handler() 1470 if (current_state == SCI_BASE_CONTROLLER_STATE_STARTING) in scic_sds_controller_timeout_handler() 1476 else if (current_state == SCI_BASE_CONTROLLER_STATE_STOPPING) in scic_sds_controller_timeout_handler()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_ra_serf/ |
| H A D | blame.c | 263 int current_state, in blame_cdata() argument 270 if (current_state == TXDELTA) in blame_cdata()
|
| H A D | replay.c | 447 int current_state, in replay_cdata() argument 454 if (current_state == REPLAY_APPLY_TEXTDELTA) in replay_cdata()
|
| H A D | ra_serf.h | 615 int current_state,
|
| /freebsd-12.1/contrib/flex/ |
| H A D | FlexLexer.h | 153 yy_state_type yy_try_NUL_trans( yy_state_type current_state );
|
| /freebsd-12.1/contrib/openmp/runtime/src/ |
| H A D | ompt-general.cpp | 391 OMPT_API_ROUTINE int ompt_enumerate_states(int current_state, int *next_state, argument 397 if (ompt_state_info[i].state_id == current_state) {
|
| /freebsd-12.1/sys/dev/aac/ |
| H A D | aac_debug.c | 338 aif->data.EN.data.EBE.current_state, in aac_print_aif()
|
| H A D | aacreg.h | 947 AAC_NVBATTSTATUS current_state; /* current batt state */ member
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | krl.c | 450 choose_next_state(int current_state, u_int64_t contig, int final, in choose_next_state() argument 471 switch (current_state) { in choose_next_state()
|
| /freebsd-12.1/sys/dev/aacraid/ |
| H A D | aacraid_debug.c | 251 aif->data.EN.data.EBE.current_state, in aacraid_print_aif()
|
| /freebsd-12.1/lib/libomp/ |
| H A D | omp-tools.h | 514 int current_state,
|
| /freebsd-12.1/contrib/amd/fsinfo/ |
| H A D | null_lex.c | 374 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
|