Searched refs:action_code (Results 1 - 20 of 20) sorted by relevance

/freebsd-10-stable/contrib/byacc/
H A Dmkpar.c98 temp->action_code = SHIFT;
141 while (next && next->symbol == symbol && next->action_code == SHIFT)
148 next->action_code == REDUCE && next->number < ruleno)
159 temp->action_code = REDUCE;
204 if ((p->action_code == REDUCE) && MaySuppress(p))
257 else if (pref != 0 && pref->action_code == SHIFT)
351 if (p->action_code == SHIFT && MaySuppress(p))
353 else if ((p->action_code == REDUCE) && MaySuppress(p))
H A Dverbose.c140 if (p->action_code == SHIFT)
216 if (p->action_code == REDUCE &&
285 if (q->suppressed < 2 && q->action_code == SHIFT)
293 if (p->action_code == SHIFT && p->suppressed == 0)
297 if (backtrack && p->action_code == SHIFT && p->suppressed == 1)
314 if (q->action_code == REDUCE && q->suppressed < 2)
327 if (p->action_code == REDUCE && p->number != defred2)
H A Doutput.c432 if (p->action_code == SHIFT)
437 else if (p->action_code == REDUCE && p->number != defred[i])
447 if (p->action_code == SHIFT)
451 else if (p->action_code == REDUCE && p->number != defred[i])
/freebsd-10-stable/contrib/wpa/src/ap/
H A Dwmm.c135 u8 action_code, u8 dialogue_token, u8 status_code)
153 m->u.action.u.wmm_action.action_code = action_code;
265 int action_code; local
308 action_code = mgmt->u.action.u.wmm_action.action_code;
309 switch (action_code) {
329 action_code);
133 wmm_send_action(struct hostapd_data *hapd, const u8 *addr, const struct wmm_tspec_element *tspec, u8 action_code, u8 dialogue_token, u8 status_code) argument
/freebsd-10-stable/contrib/subversion/subversion/libsvn_delta/
H A Dcompose_delta.c670 if (op->action_code != svn_txdelta_target)
674 const char *const new_data = (op->action_code == svn_txdelta_new
679 svn_txdelta__insert_op(build_baton, op->action_code,
788 if (op->action_code != svn_txdelta_source)
793 (op->action_code == svn_txdelta_new
796 svn_txdelta__insert_op(&build_baton, op->action_code,
H A Dtext_delta.c229 if (op->action_code == opcode
267 op->action_code = opcode;
272 op->action_code = opcode;
297 if (op->action_code == svn_txdelta_target)
305 if (op->action_code == svn_txdelta_new)
316 if (op->action_code == svn_txdelta_new)
684 switch (op->action_code)
860 op.action_code = svn_txdelta_new;
903 delta_op.action_code = svn_txdelta_new;
H A Dsvndiff.c84 assert(window->ops[0].action_code == svn_txdelta_new);
197 switch (op->action_code)
207 if (op->action_code != svn_txdelta_new)
393 op->action_code = (enum svn_delta_action)(action);
447 switch (op.action_code)
565 if (op->action_code == svn_txdelta_source)
567 else if (op->action_code == svn_txdelta_new)
/freebsd-10-stable/contrib/wpa/src/rsn_supp/
H A Dtdls.c113 u8 action_code; /* TDLS frame type */ member in struct:wpa_tdls_peer::tpk_timer
209 u8 action_code, u8 dialog_token,
212 return wpa_sm_send_tdls_mgmt(sm, dst, action_code, dialog_token,
217 static int wpa_tdls_tpk_send(struct wpa_sm *sm, const u8 *dest, u8 action_code, argument
223 wpa_printf(MSG_DEBUG, "TDLS: TPK send dest=" MACSTR " action_code=%u "
225 MAC2STR(dest), action_code, dialog_token, status_code,
228 if (wpa_tdls_send_tpk_msg(sm, dest, action_code, dialog_token,
231 "(action_code=%u)", action_code);
235 if (action_code
208 wpa_tdls_send_tpk_msg(struct wpa_sm *sm, const u8 *dst, u8 action_code, u8 dialog_token, u16 status_code, const u8 *buf, size_t len) argument
345 wpa_tdls_tpk_retry_timeout_cancel(struct wpa_sm *sm, struct wpa_tdls_peer *peer, u8 action_code) argument
[all...]
H A Dwpa_i.h272 u8 action_code, u8 dialog_token,
277 return sm->ctx->send_tdls_mgmt(sm->ctx->ctx, dst, action_code,
271 wpa_sm_send_tdls_mgmt(struct wpa_sm *sm, const u8 *dst, u8 action_code, u8 dialog_token, u16 status_code, const u8 *buf, size_t len) argument
H A Dwpa.h55 u8 action_code, u8 dialog_token,
/freebsd-10-stable/contrib/subversion/subversion/include/
H A Dsvn_delta.h164 enum svn_delta_action action_code;
162 enum svn_delta_action action_code; member in struct:svn_txdelta_op_t
/freebsd-10-stable/contrib/wpa/src/common/
H A Dieee802_11_defs.h474 u8 action_code; member in struct:ieee80211_mgmt::__anon4740::__anon4750::__anon4751::__anon4752
480 u8 action_code; member in struct:ieee80211_mgmt::__anon4740::__anon4750::__anon4751::__anon4753
/freebsd-10-stable/contrib/wpa/wpa_supplicant/
H A Ddriver_i.h637 const u8 *dst, u8 action_code,
643 action_code, dialog_token,
636 wpa_drv_send_tdls_mgmt(struct wpa_supplicant *wpa_s, const u8 *dst, u8 action_code, u8 dialog_token, u16 status_code, const u8 *buf, size_t len) argument
H A Dwpas_glue.c536 u8 action_code, u8 dialog_token,
541 return wpa_drv_send_tdls_mgmt(wpa_s, dst, action_code, dialog_token,
535 wpa_supplicant_send_tdls_mgmt(void *ctx, const u8 *dst, u8 action_code, u8 dialog_token, u16 status_code, const u8 *buf, size_t len) argument
/freebsd-10-stable/sys/dev/aha/
H A Dahareg.h227 uint8_t action_code; member in struct:aha_mbox_out
H A Daha.c1056 if (aha->cur_outbox->action_code != AMBO_FREE) {
1079 aha->cur_outbox->action_code = AMBO_START;
1772 || aha->cur_outbox->action_code != AMBO_FREE) {
1808 aha->cur_outbox->action_code = AMBO_START;
/freebsd-10-stable/sys/dev/buslogic/
H A Dbtreg.h487 u_int8_t action_code; member in struct:bt_mbox_out
H A Dbt.c1475 if (bt->cur_outbox->action_code != BMBO_FREE) {
1497 bt->cur_outbox->action_code = BMBO_START;
2344 || bt->cur_outbox->action_code != BMBO_FREE
2388 bt->cur_outbox->action_code = BMBO_START;
/freebsd-10-stable/contrib/wpa/src/drivers/
H A Ddriver.h2407 * @action_code: TDLS action code for the mssage
2417 int (*send_tdls_mgmt)(void *priv, const u8 *dst, u8 action_code,
/freebsd-10-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dupdate.c1210 delta_op.action_code = svn_txdelta_new;

Completed in 136 milliseconds