Home
last modified time | relevance | path

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

12

/freebsd/crypto/heimdal/lib/asn1/
H A Dcheck-common.c175 static char *current_state = "<uninit>"; variable
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()
284 current_state = "decode"; in generic_test()
298 current_state = "cmp"; in generic_test()
305 current_state = "copy"; in generic_test()
315 current_state = "cmp-copy"; in generic_test()
[all …]
/freebsd/sys/dev/ocs_fc/
H A Docs_sm.c59 if (ctx->current_state) { in ocs_sm_post_event()
60 ctx->current_state(ctx, evt, data); in ocs_sm_post_event()
73 if (ctx->current_state == state) { in ocs_sm_transition()
77 ctx->current_state = state; in ocs_sm_transition()
88 ctx->current_state = NULL; in ocs_sm_disable()
H A Docs_sm.h185 ocs_sm_function_t current_state; member
H A Docs_node.c534 node->sm.current_state = NULL; in ocs_node_free()
1424 if (ctx->current_state == state) { in ocs_node_transition()
1428 ctx->current_state = state; in ocs_node_transition()
1539 …ocs_ddump_value(textbuf, "login_state", "%d", (node->sm.current_state == __ocs_d_device_ready) ? 1… in ocs_ddump_node()
1794 …ocs_mgmt_emit_int(textbuf, MGMT_MODE_RD, "login_state", "%d", (node->sm.current_state == __ocs_d_d… in ocs_mgmt_node_get()
1875 …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/sbin/init/
H A Dinit.c133 static state_t current_state = death_single; variable
568 current_state = s; in transition()
570 current_state = (state_t) (*current_state)(); in transition()
1613 if (current_state == single_user) in get_current_state()
1615 if (current_state == runcom) in get_current_state()
1617 if (current_state == read_ttys) in get_current_state()
1619 if (current_state == multi_user) in get_current_state()
1621 if (current_state == clean_ttys) in get_current_state()
1623 if (current_state == catatonia) in get_current_state()
1625 if (current_state == death) in get_current_state()
[all …]
/freebsd/usr.bin/talk/
H A Dmsgs.c45 const char *current_state; variable
52 message(current_state); in disp_msg()
60 message(current_state); in start_msgs()
H A Dinvite.c101 current_state = "Waiting for your party to respond"; in invite_remote()
150 current_state = "Trying to connect to your party's talk daemon"; in announce_invite()
159 current_state = "Trying to connect to local talk daemon"; in announce_invite()
H A Dlook_up.c66 current_state = "Waiting to connect with caller"; in check_local()
100 current_state = "Checking for invitation on caller's machine"; in look_for_invite()
H A Dtalk.h45 extern const char *current_state;
H A Dinit_disp.c112 current_state = "No connection yet"; in init_display()
/freebsd/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/sys/dev/isci/scil/
H A Dscic_sds_remote_node_context.c123 U32 current_state = sci_base_state_machine_get_state(&this_rnc->state_machine); in scic_sds_remote_node_context_is_initialized() local
125 if (current_state == SCIC_SDS_REMOTE_NODE_CONTEXT_INITIAL_STATE) in scic_sds_remote_node_context_is_initialized()
147 U32 current_state = sci_base_state_machine_get_state(&this_rnc->state_machine); in scic_sds_remote_node_context_is_ready() local
149 if (current_state == SCIC_SDS_REMOTE_NODE_CONTEXT_READY_STATE) in scic_sds_remote_node_context_is_ready()
H A Dscic_sds_port.c1344 U32 current_state; in scic_sds_port_timeout_handler() local
1348 current_state = sci_base_state_machine_get_state( in scic_sds_port_timeout_handler()
1351 if (current_state == SCI_BASE_PORT_STATE_RESETTING) in scic_sds_port_timeout_handler()
1360 else if (current_state == SCI_BASE_PORT_STATE_STOPPED) in scic_sds_port_timeout_handler()
1371 else if (current_state == SCI_BASE_PORT_STATE_STOPPING) in scic_sds_port_timeout_handler()
1388 this_port, current_state in scic_sds_port_timeout_handler()
H A Dscic_sds_controller.c1460 SCI_BASE_CONTROLLER_STATES current_state; in scic_sds_controller_timeout_handler() local
1464 current_state = sci_base_state_machine_get_state( in scic_sds_controller_timeout_handler()
1468 if (current_state == SCI_BASE_CONTROLLER_STATE_STARTING) in scic_sds_controller_timeout_handler()
1474 else if (current_state == SCI_BASE_CONTROLLER_STATE_STOPPING) in scic_sds_controller_timeout_handler()
/freebsd/contrib/flex/src/
H A DFlexLexer.h168 yy_state_type yy_try_NUL_trans( yy_state_type current_state );
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dompt-general.cpp537 OMPT_API_ROUTINE int ompt_enumerate_states(int current_state, int *next_state, argument
543 if (ompt_state_info[i].state_id == current_state) {
/freebsd/lib/libomp/
H A Domp-tools.h605 int current_state,
1350 ompd_word_t current_state, ompd_word_t *next_state,
/freebsd/sys/dev/aac/
H A Daac_debug.c336 aif->data.EN.data.EBE.current_state, in aac_print_aif()
H A Daacreg.h945 AAC_NVBATTSTATUS current_state; /* current batt state */ member
/freebsd/sys/dev/aacraid/
H A Daacraid_debug.c248 aif->data.EN.data.EBE.current_state, in aacraid_print_aif()
/freebsd/crypto/openssh/
H A Dkrl.c477 choose_next_state(int current_state, u_int64_t contig, int final, in choose_next_state() argument
498 switch (current_state) { in choose_next_state()
/freebsd/contrib/llvm-project/openmp/runtime/src/include/
H A Domp-tools.h.var605 int current_state,
1350 ompd_word_t current_state, ompd_word_t *next_state,
/freebsd/tools/build/bootstrap-m4/
H A Dinittokenizer.c347 static yy_state_type yy_try_NUL_trans ( yy_state_type current_state );
/freebsd/crypto/heimdal/lib/com_err/
H A Dlex.c348 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
/freebsd/crypto/heimdal/lib/sl/
H A Dslc-lex.c348 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );

12