Searched refs:current_state (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-11-stable/usr.bin/talk/
H A Dmsgs.c49 const char *current_state; variable
56 message(current_state);
64 message(current_state);
H A Dlook_up.c74 current_state = "Waiting to connect with caller";
108 current_state = "Checking for invitation on caller's machine";
H A Dinvite.c109 current_state = "Waiting for your party to respond";
158 current_state = "Trying to connect to your party's talk daemon";
167 current_state = "Trying to connect to local talk daemon";
H A Dtalk.h47 extern const char *current_state;
H A Dinit_disp.c116 current_state = "No connection yet";
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dcheck-common.c175 static char *current_state = "<uninit>"; variable
188 write(fd, current_state, strlen(current_state));
223 current_state = "init";
240 current_state = "encode";
256 current_state = "length";
265 current_state = "memcmp";
284 current_state = "decode";
298 current_state = "cmp";
305 current_state
[all...]
H A Dlex.c348 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
2007 * next_state = yy_try_NUL_trans( current_state );
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_sm.c61 if (ctx->current_state) {
62 ctx->current_state(ctx, evt, data);
75 if (ctx->current_state == state) {
79 ctx->current_state = state;
90 ctx->current_state = NULL;
H A Docs_sm.h187 ocs_sm_function_t current_state; member in struct:ocs_sm_ctx_s
H A Docs_node.c538 node->sm.current_state = NULL;
1433 if (ctx->current_state == state) {
1437 ctx->current_state = state;
1525 ocs_ddump_value(textbuf, "current_state", "%s", node->current_state_name);
1548 ocs_ddump_value(textbuf, "login_state", "%d", (node->sm.current_state == __ocs_d_device_ready) ? 1 : 0);
1800 } else if (ocs_strcmp(unqualified_name, "current_state") == 0) {
1801 ocs_mgmt_emit_string(textbuf, MGMT_MODE_RD, "current_state", node->current_state_name);
1804 ocs_mgmt_emit_int(textbuf, MGMT_MODE_RD, "login_state", "%d", (node->sm.current_state == __ocs_d_device_ready) ? 1 : 0);
1884 ocs_mgmt_emit_string(textbuf, MGMT_MODE_RD, "current_state", node->current_state_name);
1885 ocs_mgmt_emit_int(textbuf, MGMT_MODE_RD, "login_state", "%d", (node->sm.current_state
[all...]
/freebsd-11-stable/sbin/init/
H A Dinit.c144 static state_t current_state = death_single; variable
578 current_state = s;
580 current_state = (state_t) (*current_state)();
1608 if (current_state == read_ttys || current_state == multi_user ||
1609 current_state == clean_ttys || current_state == catatonia)
1619 if (current_state == read_ttys || current_state
[all...]
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_link_mgr.c507 uint8_t current_state; local
532 current_state = osm_physp_get_port_state(p_physp);
533 if (current_state == IB_LINK_DOWN)
544 if (current_state != IB_LINK_INIT)
555 link_state <= current_state)
559 ib_get_port_state_str(current_state));
/freebsd-11-stable/contrib/flex/
H A DFlexLexer.h153 yy_state_type yy_try_NUL_trans( yy_state_type current_state );
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dblame.c264 int current_state,
271 if (current_state == TXDELTA)
261 blame_cdata(svn_ra_serf__xml_estate_t *xes, void *baton, int current_state, const char *data, apr_size_t len, apr_pool_t *scratch_pool) argument
H A Dreplay.c449 int current_state,
456 if (current_state == REPLAY_APPLY_TEXTDELTA)
445 replay_cdata(svn_ra_serf__xml_estate_t *xes, void *baton, int current_state, const char *data, apr_size_t len, apr_pool_t *scratch_pool) argument
H A Dra_serf.h618 int current_state,
/freebsd-11-stable/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); local
125 if (current_state == SCIC_SDS_REMOTE_NODE_CONTEXT_INITIAL_STATE)
147 U32 current_state = sci_base_state_machine_get_state(&this_rnc->state_machine); local
149 if (current_state == SCIC_SDS_REMOTE_NODE_CONTEXT_READY_STATE)
H A Dscic_sds_port.c1344 U32 current_state; local
1348 current_state = sci_base_state_machine_get_state(
1351 if (current_state == SCI_BASE_PORT_STATE_RESETTING)
1360 else if (current_state == SCI_BASE_PORT_STATE_STOPPED)
1371 else if (current_state == SCI_BASE_PORT_STATE_STOPPING)
1388 this_port, current_state
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dompt-general.cpp407 OMPT_API_ROUTINE int ompt_enumerate_states(int current_state, int *next_state, argument
413 if (ompt_state_info[i].state_id == current_state) {
/freebsd-11-stable/sys/dev/aac/
H A Daac_debug.c336 aif->data.EN.data.EBE.current_state,
H A Daacreg.h945 AAC_NVBATTSTATUS current_state; /* current batt state */ member in struct:aac_AifEnsBatteryEvent
/freebsd-11-stable/sys/dev/aacraid/
H A Daacraid_debug.c250 aif->data.EN.data.EBE.current_state,
/freebsd-11-stable/lib/libomp/
H A Domp-tools.h513 int current_state,
/freebsd-11-stable/crypto/openssh/
H A Dkrl.c450 choose_next_state(int current_state, u_int64_t contig, int final, argument
467 * switching cost is independent of the current_state.
471 switch (current_state) {
/freebsd-11-stable/crypto/heimdal/lib/com_err/
H A Dlex.c348 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
1179 * next_state = yy_try_NUL_trans( current_state );

Completed in 371 milliseconds

12