Home
last modified time | relevance | path

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

12

/freebsd-12.1/crypto/heimdal/lib/asn1/
H A Dcheck-common.c188 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 Docs_sm.c61 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 Docs_sm.h187 ocs_sm_function_t current_state; member
H A Docs_node.c538 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 Dmsgs.c51 const char *current_state; variable
58 message(current_state); in disp_msg()
66 message(current_state); in start_msgs()
H A Dinvite.c111 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 Dlook_up.c76 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 Dtalk.h49 extern const char *current_state;
H A Dinit_disp.c118 current_state = "No connection yet"; in init_display()
/freebsd-12.1/sbin/init/
H A Dinit.c147 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 Dosm_link_mgr.c507 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 Dscic_sds_remote_node_context.c125 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 Dscic_sds_port.c1346 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 Dscic_sds_controller.c1462 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 Dblame.c263 int current_state, in blame_cdata() argument
270 if (current_state == TXDELTA) in blame_cdata()
H A Dreplay.c447 int current_state, in replay_cdata() argument
454 if (current_state == REPLAY_APPLY_TEXTDELTA) in replay_cdata()
H A Dra_serf.h615 int current_state,
/freebsd-12.1/contrib/flex/
H A DFlexLexer.h153 yy_state_type yy_try_NUL_trans( yy_state_type current_state );
/freebsd-12.1/contrib/openmp/runtime/src/
H A Dompt-general.cpp391 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 Daac_debug.c338 aif->data.EN.data.EBE.current_state, in aac_print_aif()
H A Daacreg.h947 AAC_NVBATTSTATUS current_state; /* current batt state */ member
/freebsd-12.1/crypto/openssh/
H A Dkrl.c450 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 Daacraid_debug.c251 aif->data.EN.data.EBE.current_state, in aacraid_print_aif()
/freebsd-12.1/lib/libomp/
H A Domp-tools.h514 int current_state,
/freebsd-12.1/contrib/amd/fsinfo/
H A Dnull_lex.c374 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );

12