Searched refs:next_state (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-9.3-release/sys/dev/isci/scil/
H A Dsci_base_state_machine.c173 * @param[in] next_state This parameter specifies the new state for the
180 U32 next_state
186 SCI_STATE_MACHINE_SET_STATE(this_state_machine, next_state);
H A Dsci_base_state_machine.h146 U32 next_state
H A Dscic_sds_phy.c2582 * @param[in] next_state This parameter specifies the next state for the
2591 U32 next_state
2597 scic_sds_phy_get_starting_substate_machine(this_phy), next_state local
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dstrverscmp.c100 static const unsigned int next_state[] = local
134 state = next_state[state];
/freebsd-9.3-release/contrib/ipfilter/iplang/
H A Diplang_l.l39 int next_state __P((int, int));
239 return next_state(wt->state, wt->next);
250 int next_state(nstate, fornext)
/freebsd-9.3-release/sys/dev/bxe/
H A Decore_sp.c4523 o->next_state = ECORE_Q_STATE_MAX;
4582 ECORE_ERR("Bad MC reply %d for queue %d in state %d pending 0x%lx, next_state %d\n",
4584 o->state, cur_pending, o->next_state);
4597 cmd, o->cids[ECORE_PRIMARY_CID_INDEX], o->next_state);
4603 o->state = o->next_state;
4605 o->next_state = ECORE_Q_STATE_MAX;
4607 /* It's important that o->state and o->next_state are
5302 * state and, if it's legal, sets a `next_state' in the object
5313 enum ecore_q_state state = o->state, next_state = ECORE_Q_STATE_MAX; local
5324 o->next_state
5494 enum ecore_q_state state = o->state, next_state = ECORE_Q_STATE_MAX; local
5694 enum ecore_func_state state = o->state, next_state = ECORE_F_STATE_MAX; local
[all...]
H A Decore_sp.h1458 enum ecore_q_state state, next_state; member in struct:ecore_queue_sp_obj
1651 enum ecore_func_state state, next_state; member in struct:ecore_func_sp_obj
/freebsd-9.3-release/sys/contrib/rdma/
H A Drdma_verbs.c523 int ib_modify_qp_is_ok(enum ib_qp_state cur_state, enum ib_qp_state next_state, argument
529 next_state < 0 || next_state > IB_QPS_ERR)
537 if (!qp_state_table[cur_state][next_state].valid)
540 req_param = qp_state_table[cur_state][next_state].req_param[type];
541 opt_param = qp_state_table[cur_state][next_state].opt_param[type];
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dser-unix.c1192 int next_state;
1197 next_state = FD_SCHEDULED;
1201 next_state = create_timer (0, push_event, scb);
1208 next_state = FD_SCHEDULED;
1212 next_state = create_timer (0, push_event, scb);
1220 next_state = FD_SCHEDULED;
1223 next_state = scb->async_state;
1228 switch (next_state)
1242 scb->async_state = next_state;
1190 int next_state; local
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dd1_srvr.c250 s->s3->tmp.next_state = SSL3_ST_SR_CLNT_HELLO_A;
309 s->s3->tmp.next_state = SSL3_ST_SR_CLNT_HELLO_A;
441 s->s3->tmp.next_state = SSL3_ST_SR_CERT_A;
453 s->s3->tmp.next_state = SSL3_ST_SR_CERT_A;
465 s->state = s->s3->tmp.next_state;
605 s->s3->tmp.next_state = SSL3_ST_SR_FINISHED_A;
607 s->s3->tmp.next_state = SSL_ST_OK;
H A Dd1_clnt.c242 s->s3->tmp.next_state = SSL3_ST_CR_SRVR_HELLO_A;
462 s->s3->tmp.next_state = SSL_ST_OK;
474 s->s3->tmp.next_state = SSL3_ST_CR_SESSION_TICKET_A;
478 s->s3->tmp.next_state = SSL3_ST_CR_FINISHED_A;
527 s->state = s->s3->tmp.next_state;
H A Dssl3.h457 int next_state; member in struct:ssl3_state_st::__anon35
H A Ds3_srvr.c276 s->s3->tmp.next_state = SSL3_ST_SW_HELLO_REQ_C;
424 s->s3->tmp.next_state = SSL3_ST_SR_CERT_A;
435 s->s3->tmp.next_state = SSL3_ST_SR_CERT_A;
458 s->state = s->s3->tmp.next_state;
606 s->s3->tmp.next_state = SSL3_ST_SR_FINISHED_A;
608 s->s3->tmp.next_state = SSL_ST_OK;
H A Ds3_clnt.c458 s->s3->tmp.next_state = SSL_ST_OK;
470 s->s3->tmp.next_state = SSL3_ST_CR_SESSION_TICKET_A;
474 s->s3->tmp.next_state = SSL3_ST_CR_FINISHED_A;
522 s->state = s->s3->tmp.next_state;
/freebsd-9.3-release/contrib/binutils/gas/
H A Dwrite.c1868 relax_substateT next_state; local
1924 for (next_state = this_type->rlx_more; next_state;)
1926 next_state = 0;
1930 this_state = next_state;
1932 next_state = this_type->rlx_more;
1938 for (next_state = this_type->rlx_more; next_state;)
1940 next_state = 0;
1944 this_state = next_state;
[all...]
/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Dverbs.c642 int ib_modify_qp_is_ok(enum ib_qp_state cur_state, enum ib_qp_state next_state, argument
648 next_state < 0 || next_state > IB_QPS_ERR)
656 if (!qp_state_table[cur_state][next_state].valid)
659 req_param = qp_state_table[cur_state][next_state].req_param[type];
660 opt_param = qp_state_table[cur_state][next_state].opt_param[type];
/freebsd-9.3-release/crypto/openssh/
H A Dkrl.c522 int next_state, state = 0; local
555 next_state = choose_next_state(state, contig, final,
562 if (state != 0 && (force_new_sect || next_state != state ||
581 if (next_state != state || force_new_sect) {
582 debug3("%s: start state 0x%02x", __func__, next_state);
583 state = next_state;
/freebsd-9.3-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_qp.c903 (mask & IWCH_QP_ATTR_NEXT_STATE) ? attrs->next_state : -1);
940 if (qhp->attr.state == attrs->next_state)
945 switch (attrs->next_state) {
983 switch (attrs->next_state) {
1021 switch (attrs->next_state) {
1038 if (attrs->next_state != IWCH_QP_STATE_IDLE) {
H A Diw_cxgb_cm.c712 attrs.next_state = IWCH_QP_STATE_RTS;
908 attrs.next_state = IWCH_QP_STATE_CLOSING;
923 attrs.next_state = IWCH_QP_STATE_IDLE;
981 attrs.next_state = IWCH_QP_STATE_ERROR;
1031 attrs.next_state = IWCH_QP_STATE_IDLE;
1114 attrs.next_state = IWCH_QP_STATE_ERROR;
1157 attrs.next_state = IWCH_QP_STATE_ERROR;
1230 attrs.next_state = IWCH_QP_STATE_RTS;
H A Diw_cxgb_ev.c116 attrs.next_state = IWCH_QP_STATE_TERMINATE;
H A Diw_cxgb_provider.h146 u32 next_state; member in struct:iwch_qp_attributes
H A Diw_cxgb_provider.c734 attrs.next_state = IWCH_QP_STATE_ERROR;
833 qhp->attr.next_state = IWCH_QP_STATE_IDLE;
930 attrs.next_state = iwch_convert_state(attr->qp_state);
/freebsd-9.3-release/gnu/lib/libregex/
H A Dregexec.c137 re_dfastate_t *next_state) internal_function;
2283 merge_state_with_log (err, mctx, next_state)
2286 re_dfastate_t *next_state;
2293 mctx->state_log[cur_idx] = next_state;
2298 mctx->state_log[cur_idx] = next_state;
2311 if (next_state != NULL)
2313 table_nodes = next_state->entrance_nodes;
2327 next_state = mctx->state_log[cur_idx]
2330 this function is next_state and ERR is already set. */
2336 if (BE (dfa->nbackref, 0) && next_state !
[all...]
/freebsd-9.3-release/contrib/xz/src/liblzma/lzma/
H A Dlzma_decoder.c456 static const lzma_lzma_state next_state[] = { local
470 state = next_state[state];
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dia64.c7307 struct bundle_state *curr_state, *next_state;
7311 curr_state = next_state)
7313 next_state = curr_state->allocated_states_chain;
7760 struct bundle_state *curr_state, *next_state, *best_state;
7835 curr_state = next_state)
7838 next_state = curr_state->next;
7292 struct bundle_state *curr_state, *next_state; local
7744 struct bundle_state *curr_state, *next_state, *best_state; local

Completed in 412 milliseconds

12