Searched refs:cur_state (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/contrib/libgnuregex/
H A Dregex_internal.c224 prev_st = pstr->cur_state;
239 mbclen = __mbrtowc (&wc, p, remain_len, &pstr->cur_state);
248 pstr->cur_state = prev_st;
253 pstr->cur_state = prev_st;
296 && mbsinit (&pstr->cur_state))
309 prev_st = pstr->cur_state;
312 + byte_idx), remain_len, &pstr->cur_state);
348 pstr->cur_state = prev_st;
353 pstr->cur_state = prev_st;
368 prev_st = pstr->cur_state;
732 mbstate_t cur_state; local
[all...]
H A Dregexec.c1105 re_dfastate_t *cur_state;
1110 cur_state = acquire_init_state_context (&err, mctx, cur_str_idx);
1112 if (BE (cur_state == NULL, 0))
1120 mctx->state_log[cur_str_idx] = cur_state;
1127 err = check_subexp_matching_top (mctx, &cur_state->nodes, 0);
1131 if (cur_state->has_backref)
1133 err = transit_state_bkref (mctx, &cur_state->nodes);
1141 if (BE (cur_state->halt, 0))
1143 if (!cur_state->has_constraint
1144 || check_halt_state_context (mctx, cur_state, cur_str_id
1102 re_dfastate_t *cur_state; local
2180 re_dfastate_t *cur_state; local
2414 re_dfastate_t *cur_state; local
2906 re_dfastate_t *cur_state = NULL; local
[all...]
H A Dregex_internal.h332 mbstate_t cur_state; member in struct:re_string_t
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_qp.c89 enum mlx4_qp_state cur_state, enum mlx4_qp_state new_state,
141 if (cur_state >= MLX4_QP_NUM_STATE || new_state >= MLX4_QP_NUM_STATE ||
142 !op[cur_state][new_state])
145 if (op[cur_state][new_state] == MLX4_CMD_2RST_QP) {
148 if (mlx4_is_master(dev) && cur_state != MLX4_QP_STATE_ERR &&
149 cur_state != MLX4_QP_STATE_RST &&
164 if (cur_state == MLX4_QP_STATE_RST && new_state == MLX4_QP_STATE_INIT) {
171 if ((cur_state == MLX4_QP_STATE_RTR) &&
186 op[cur_state][new_state], MLX4_CMD_TIME_CLASS_C, native);
190 if (cur_state !
88 __mlx4_qp_modify(struct mlx4_dev *dev, struct mlx4_mtt *mtt, enum mlx4_qp_state cur_state, enum mlx4_qp_state new_state, struct mlx4_qp_context *context, enum mlx4_qp_optpar optpar, int sqd_event, struct mlx4_qp *qp, int native) argument
209 mlx4_qp_modify(struct mlx4_dev *dev, struct mlx4_mtt *mtt, enum mlx4_qp_state cur_state, enum mlx4_qp_state new_state, struct mlx4_qp_context *context, enum mlx4_qp_optpar optpar, int sqd_event, struct mlx4_qp *qp) argument
[all...]
H A Dmlx4_eq.c370 enum slave_port_state cur_state = local
385 switch (cur_state) {
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_enc.c763 struct enc_fsm_state *cur_state; local
772 cur_state = &enc->enc_fsm_states[enc->current_action];
775 if (cur_state->buf_size != 0) {
777 buf = malloc(cur_state->buf_size, M_SCSIENC, M_WAITOK|M_ZERO);
783 if (cur_state->fill != NULL) {
786 error = cur_state->fill(enc, cur_state, ccb, buf);
790 error = cam_periph_runccb(ccb, cur_state->error,
804 cur_state->done(enc, cur_state, cc
[all...]
H A Dscsi_sa.c569 static void sapopulateprots(struct sa_prot_state *cur_state,
1144 sapopulateprots(struct sa_prot_state *cur_state, struct sa_prot_map *new_table, argument
1155 new_table[i].value = (uint32_t *)((uint8_t *)cur_state +
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c1621 enum ib_qp_state cur_state, enum ib_qp_state new_state)
1695 if (cur_state == IB_QPS_RESET && new_state == IB_QPS_INIT) {
1714 if (cur_state == IB_QPS_SQD && new_state == IB_QPS_SQD &&
1721 if (cur_state == IB_QPS_INIT && new_state == IB_QPS_RTR) {
1800 (cur_state == IB_QPS_INIT && new_state == IB_QPS_RTR)) {
1913 if (qp->rq.wqe_cnt && cur_state == IB_QPS_RESET && new_state == IB_QPS_INIT)
1916 if (cur_state == IB_QPS_INIT &&
1974 if (cur_state == IB_QPS_RTS && new_state == IB_QPS_SQD &&
1980 if (!ibqp->uobject && cur_state == IB_QPS_RESET && new_state == IB_QPS_INIT)
1989 if (!ibqp->uobject && cur_state
1619 __mlx4_ib_modify_qp(struct ib_qp *ibqp, const struct ib_qp_attr *attr, int attr_mask, enum ib_qp_state cur_state, enum ib_qp_state new_state) argument
2164 enum ib_qp_state cur_state, new_state; local
[all...]
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_qp.c545 enum ib_qp_state cur_state, enum ib_qp_state new_state)
652 cur_state == IB_QPS_INIT && new_state == IB_QPS_RTR) {
772 if (cur_state == IB_QPS_RTS && new_state == IB_QPS_SQD &&
777 err = mthca_MODIFY_QP(dev, cur_state, new_state, qp->qpn, 0,
781 cur_state, new_state, err);
803 if (cur_state != IB_QPS_RTR &&
807 if (cur_state != IB_QPS_RESET &&
808 cur_state != IB_QPS_ERR &&
847 enum ib_qp_state cur_state, new_state; local
852 cur_state
543 __mthca_modify_qp(struct ib_qp *ibqp, const struct ib_qp_attr *attr, int attr_mask, enum ib_qp_state cur_state, enum ib_qp_state new_state) argument
[all...]
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_rdma.h155 enum ecore_roce_qp_state cur_state; member in struct:ecore_rdma_qp
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_verbs.c1162 int ib_modify_qp_is_ok(enum ib_qp_state cur_state, enum ib_qp_state next_state, argument
1168 if (cur_state < 0 || cur_state > IB_QPS_ERR ||
1173 cur_state != IB_QPS_RTR && cur_state != IB_QPS_RTS &&
1174 cur_state != IB_QPS_SQD && cur_state != IB_QPS_SQE)
1177 if (!qp_state_table[cur_state][next_state].valid)
1180 req_param = qp_state_table[cur_state][next_state].req_param[type];
1181 opt_param = qp_state_table[cur_state][next_stat
[all...]
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c2564 enum ib_qp_state cur_state, enum ib_qp_state new_state)
2738 if (qp->rq.wqe_cnt && cur_state == IB_QPS_RESET && new_state == IB_QPS_INIT)
2741 if (cur_state == IB_QPS_RTS && new_state == IB_QPS_SQD &&
2747 if (cur_state == IB_QPS_RESET && new_state == IB_QPS_INIT) {
2755 if (!ibqp->uobject && cur_state == IB_QPS_RESET && new_state == IB_QPS_INIT)
2761 mlx5_cur = to_mlx5_state(cur_state);
2772 if (cur_state != IB_QPS_RESET && cur_state != IB_QPS_ERR &&
2789 if (cur_state == IB_QPS_RESET && new_state == IB_QPS_INIT) {
2802 if (cur_state
2562 __mlx5_ib_modify_qp(struct ib_qp *ibqp, const struct ib_qp_attr *attr, int attr_mask, enum ib_qp_state cur_state, enum ib_qp_state new_state) argument
2848 enum ib_qp_state cur_state, new_state; local
[all...]
/freebsd-11-stable/gnu/usr.bin/grep/
H A Dgrep.c1798 mbstate_t cur_state, prev_state; local
1801 memset(&cur_state, 0, sizeof(mbstate_t));
1805 mbclen = mbrtowc(&wc, keys + i, len - i, &cur_state);
1817 wcrtomb(keys + i, wc, &cur_state);
/freebsd-11-stable/sys/dev/mlx4/
H A Dqp.h481 enum mlx4_qp_state cur_state, enum mlx4_qp_state new_state,
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_display.c1053 bool cur_state; local
1057 cur_state = !!(val & DPLL_VCO_ENABLE);
1058 WARN(cur_state != state,
1060 state_string(state), state_string(cur_state));
1072 bool cur_state; local
1084 cur_state = !!(val & DPLL_VCO_ENABLE);
1085 WARN(cur_state != state,
1087 pll->pll_reg, state_string(state), state_string(cur_state), val);
1094 cur_state = pll->pll_reg == _PCH_DPLL_B;
1095 if (!WARN(((pch_dpll >> (4 * crtc->pipe)) & 1) != cur_state,
1116 bool cur_state; local
1142 bool cur_state; local
1218 bool cur_state; local
1239 bool cur_state; local
[all...]
/freebsd-11-stable/sys/dev/mrsas/
H A Dmrsas.c2975 u_int32_t cur_state; local
2991 cur_state = MFI_STATE_FAULT;
2999 cur_state = MFI_STATE_WAIT_HANDSHAKE;
3004 cur_state = MFI_STATE_BOOT_MESSAGE_PENDING;
3019 cur_state = MFI_STATE_OPERATIONAL;
3026 cur_state = MFI_STATE_UNDEFINED;
3029 cur_state = MFI_STATE_BB_INIT;
3032 cur_state = MFI_STATE_FW_INIT;
3035 cur_state = MFI_STATE_FW_INIT_2;
3038 cur_state
[all...]
/freebsd-11-stable/sys/dev/mfi/
H A Dmfi.c275 uint32_t fw_state, cur_state; local
286 cur_state = fw_state;
335 if (fw_state == cur_state)
346 if (fw_state == cur_state) {
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_verbs.h2211 * @cur_state: Current QP state
2219 * checks that cur_state and next_state are valid QP states, that a
2220 * transition from cur_state to next_state is allowed by the IB spec,
2223 int ib_modify_qp_is_ok(enum ib_qp_state cur_state, enum ib_qp_state next_state,
/freebsd-11-stable/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h2329 __u8 cur_state; member in struct:fw_rdev_wr

Completed in 420 milliseconds