Home
last modified time | relevance | path

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

12

/freebsd-13-stable/crypto/heimdal/lib/asn1/
HDcheck-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-13-stable/sys/dev/ocs_fc/
HDocs_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()
HDocs_sm.h185 ocs_sm_function_t current_state; member
HDocs_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-13-stable/usr.bin/talk/
HDmsgs.c48 const char *current_state; variable
55 message(current_state); in disp_msg()
63 message(current_state); in start_msgs()
HDinvite.c104 current_state = "Waiting for your party to respond"; in invite_remote()
153 current_state = "Trying to connect to your party's talk daemon"; in announce_invite()
162 current_state = "Trying to connect to local talk daemon"; in announce_invite()
HDlook_up.c69 current_state = "Waiting to connect with caller"; in check_local()
103 current_state = "Checking for invitation on caller's machine"; in look_for_invite()
HDtalk.h48 extern const char *current_state;
HDinit_disp.c115 current_state = "No connection yet"; in init_display()
/freebsd-13-stable/sbin/init/
HDinit.c145 static state_t current_state = death_single; variable
578 current_state = s; in transition()
580 current_state = (state_t) (*current_state)(); in transition()
1608 if (current_state == read_ttys || current_state == multi_user || in transition_handler()
1609 current_state == clean_ttys || current_state == catatonia) in transition_handler()
1622 if (current_state == read_ttys || current_state == multi_user || in transition_handler()
1623 current_state == clean_ttys || current_state == catatonia) in transition_handler()
1629 if (current_state == runcom || current_state == read_ttys || in transition_handler()
1630 current_state == clean_ttys || in transition_handler()
1631 current_state == multi_user || current_state == catatonia) in transition_handler()
/freebsd-13-stable/contrib/ofed/opensm/opensm/
HDosm_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-13-stable/sys/dev/isci/scil/
HDscic_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()
HDscic_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()
HDscic_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-13-stable/contrib/subversion/subversion/libsvn_ra_serf/
HDblame.c263 int current_state, in blame_cdata() argument
270 if (current_state == TXDELTA) in blame_cdata()
HDreplay.c447 int current_state, in replay_cdata() argument
454 if (current_state == REPLAY_APPLY_TEXTDELTA) in replay_cdata()
HDra_serf.h615 int current_state,
/freebsd-13-stable/contrib/flex/src/
HDFlexLexer.h168 yy_state_type yy_try_NUL_trans( yy_state_type current_state );
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
HDompt-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-13-stable/lib/libomp/
HDomp-tools.h605 int current_state,
1350 ompd_word_t current_state, ompd_word_t *next_state,
/freebsd-13-stable/sys/dev/aac/
HDaac_debug.c336 aif->data.EN.data.EBE.current_state, in aac_print_aif()
HDaacreg.h945 AAC_NVBATTSTATUS current_state; /* current batt state */ member
/freebsd-13-stable/sys/dev/aacraid/
HDaacraid_debug.c249 aif->data.EN.data.EBE.current_state, in aacraid_print_aif()
/freebsd-13-stable/crypto/openssh/
HDkrl.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-13-stable/contrib/llvm-project/openmp/runtime/src/include/
HDomp-tools.h.var605 int current_state,
1350 ompd_word_t current_state, ompd_word_t *next_state,

12