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

12

/freebsd-10.0-release/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-10.0-release/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-10.0-release/contrib/ofed/management/opensm/opensm/
H A Dosm_link_mgr.c341 uint8_t current_state; local
367 current_state = osm_physp_get_port_state(p_physp);
368 if (current_state == IB_LINK_DOWN)
377 link_state <= current_state)
381 ib_get_port_state_str(current_state));
/freebsd-10.0-release/sbin/init/
H A Dinit.c139 static state_t current_state = death_single; variable
561 current_state = s;
563 current_state = (state_t) (*current_state)();
1306 if (current_state == read_ttys || current_state == multi_user ||
1307 current_state == clean_ttys || current_state == catatonia)
1317 if (current_state == read_ttys || current_state
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dinherited_props.c94 state = parser->state->current_state;
146 state = parser->state->current_state;
222 iprops_state_e state = parser->state->current_state;
H A Dblame.c260 int current_state,
267 if (current_state == TXDELTA)
257 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.c188 state = parser->state->current_state;
481 state = parser->state->current_state;
569 state = parser->state->current_state;
H A Dra_serf.h531 int current_state;
731 int current_state,
528 int current_state; member in struct:svn_ra_serf__xml_state_t
H A Dupdate.c492 int current_state,
1638 state = parser->state->current_state;
2161 state = parser->state->current_state;
2518 if (parser->state->current_state == PROP)
2524 else if (parser->state->current_state == TXDELTA)
488 update_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 Dxml.c414 new_state->current_state = state;
/freebsd-10.0-release/contrib/flex/
H A DFlexLexer.h153 yy_state_type yy_try_NUL_trans( yy_state_type current_state );
/freebsd-10.0-release/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-10.0-release/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-10.0-release/sys/dev/aacraid/
H A Daacraid_debug.c250 aif->data.EN.data.EBE.current_state,
/freebsd-10.0-release/crypto/openssh/
H A Dkrl.c439 choose_next_state(int current_state, u_int64_t contig, int final, argument
456 * switching cost is independent of the current_state.
460 switch (current_state) {
/freebsd-10.0-release/contrib/ofed/libsdp/src/
H A Dconfig_scanner.c298 static yy_state_type yy_try_NUL_trans YY_PROTO(( yy_state_type current_state ));
1300 * next_state = yy_try_NUL_trans( current_state );
/freebsd-10.0-release/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 );
/freebsd-10.0-release/crypto/heimdal/lib/sl/
H A Dslc-lex.c348 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
1116 * next_state = yy_try_NUL_trans( current_state );

Completed in 209 milliseconds

12