| /freebsd-13.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-13.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 | 536 node->sm.current_state = NULL; in ocs_node_free() 1426 if (ctx->current_state == state) { in ocs_node_transition() 1430 ctx->current_state = state; in ocs_node_transition() 1541 …ocs_ddump_value(textbuf, "login_state", "%d", (node->sm.current_state == __ocs_d_device_ready) ? 1… in ocs_ddump_node() 1796 …ocs_mgmt_emit_int(textbuf, MGMT_MODE_RD, "login_state", "%d", (node->sm.current_state == __ocs_d_d… in ocs_mgmt_node_get() 1877 …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.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 | 107 current_state = "Waiting for your party to respond"; in invite_remote() 156 current_state = "Trying to connect to your party's talk daemon"; in announce_invite() 165 current_state = "Trying to connect to local talk daemon"; in announce_invite()
|
| H A D | look_up.c | 72 current_state = "Waiting to connect with caller"; in check_local() 106 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-13.1/sbin/init/ |
| H A D | init.c | 147 static state_t current_state = death_single; variable 580 current_state = s; in transition() 582 current_state = (state_t) (*current_state)(); in transition() 1610 if (current_state == read_ttys || current_state == multi_user || in transition_handler() 1611 current_state == clean_ttys || current_state == catatonia) in transition_handler() 1624 if (current_state == read_ttys || current_state == multi_user || in transition_handler() 1625 current_state == clean_ttys || current_state == catatonia) in transition_handler() 1631 if (current_state == runcom || current_state == read_ttys || in transition_handler() 1632 current_state == clean_ttys || in transition_handler() 1633 current_state == multi_user || current_state == catatonia) in transition_handler()
|
| /freebsd-13.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-13.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-13.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-13.1/contrib/flex/src/ |
| H A D | FlexLexer.h | 168 yy_state_type yy_try_NUL_trans( yy_state_type current_state );
|
| /freebsd-13.1/contrib/llvm-project/openmp/runtime/src/ |
| H A D | ompt-general.cpp | 525 OMPT_API_ROUTINE int ompt_enumerate_states(int current_state, int *next_state, argument 531 if (ompt_state_info[i].state_id == current_state) {
|
| /freebsd-13.1/lib/libomp/ |
| H A D | omp-tools.h | 559 int current_state, 1304 ompd_word_t current_state, ompd_word_t *next_state,
|
| /freebsd-13.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-13.1/sys/dev/aacraid/ |
| H A D | aacraid_debug.c | 251 aif->data.EN.data.EBE.current_state, in aacraid_print_aif()
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | krl.c | 477 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.1/contrib/llvm-project/openmp/runtime/src/include/ |
| H A D | omp-tools.h.var | 558 int current_state, 1303 ompd_word_t current_state, ompd_word_t *next_state,
|