Home
last modified time | relevance | path

Searched refs:action_code (Results 1 – 21 of 21) sorted by relevance

/freebsd-12.1/contrib/wpa/src/ap/
H A Dwmm.c188 u8 action_code, u8 dialogue_token, u8 status_code) in wmm_send_action() argument
206 m->u.action.u.wmm_action.action_code = action_code; in wmm_send_action()
320 int action_code; in hostapd_wmm_action() local
366 action_code = mgmt->u.action.u.wmm_action.action_code; in hostapd_wmm_action()
367 switch (action_code) { in hostapd_wmm_action()
387 action_code); in hostapd_wmm_action()
/freebsd-12.1/contrib/byacc/
H A Dmkpar.c98 temp->action_code = SHIFT; in get_shifts()
141 while (next && next->symbol == symbol && next->action_code == SHIFT) in add_reduce()
148 next->action_code == REDUCE && next->number < ruleno) in add_reduce()
159 temp->action_code = REDUCE; in add_reduce()
204 if ((p->action_code == REDUCE) && MaySuppress(p)) in unused_rules()
257 else if (pref != 0 && pref->action_code == SHIFT) in remove_conflicts()
351 if (p->action_code == SHIFT && MaySuppress(p)) in sole_reduction()
353 else if ((p->action_code == REDUCE) && MaySuppress(p)) in sole_reduction()
H A Dverbose.c140 if (p->action_code == SHIFT) in print_conflicts()
216 if (p->action_code == REDUCE && in print_nulls()
285 if (q->suppressed < 2 && q->action_code == SHIFT) in print_shifts()
293 if (p->action_code == SHIFT && p->suppressed == 0) in print_shifts()
297 if (backtrack && p->action_code == SHIFT && p->suppressed == 1) in print_shifts()
314 if (q->action_code == REDUCE && q->suppressed < 2) in print_reductions()
327 if (p->action_code == REDUCE && p->number != defred2) in print_reductions()
H A Doutput.c473 if (p->action_code == SHIFT) in token_actions()
478 else if (p->action_code == REDUCE && p->number != defred[i]) in token_actions()
488 if (p->action_code == SHIFT) in token_actions()
492 else if (p->action_code == REDUCE && p->number != defred[i]) in token_actions()
H A Ddefs.h258 char action_code; member
/freebsd-12.1/contrib/wpa/src/rsn_supp/
H A Dtdls.c124 u8 action_code; /* TDLS frame type */ member
242 u8 action_code, u8 dialog_token, in wpa_tdls_send_tpk_msg() argument
301 peer->sm_tmr.action_code = action_code; in wpa_tdls_tpk_send()
312 "(action_code=%u)", action_code); in wpa_tdls_tpk_send()
344 peer->sm_tmr.action_code); in wpa_tdls_tpk_retry_timeout()
349 peer->sm_tmr.action_code); in wpa_tdls_tpk_retry_timeout()
357 peer->sm_tmr.action_code, in wpa_tdls_tpk_retry_timeout()
384 u8 action_code) in wpa_tdls_tpk_retry_timeout_cancel() argument
386 if (action_code == peer->sm_tmr.action_code) { in wpa_tdls_tpk_retry_timeout_cancel()
388 "action_code=%u", action_code); in wpa_tdls_tpk_retry_timeout_cancel()
[all …]
H A Dwpa_i.h322 u8 action_code, u8 dialog_token, in wpa_sm_send_tdls_mgmt() argument
328 return sm->ctx->send_tdls_mgmt(sm->ctx->ctx, dst, action_code, in wpa_sm_send_tdls_mgmt()
H A Dwpa.h61 u8 action_code, u8 dialog_token,
/freebsd-12.1/contrib/subversion/subversion/libsvn_delta/
H A Dtext_delta.c224 if (op->action_code == opcode in svn_txdelta__insert_op()
262 op->action_code = opcode; in svn_txdelta__insert_op()
267 op->action_code = opcode; in svn_txdelta__insert_op()
292 if (op->action_code == svn_txdelta_target) in svn_txdelta__remove_copy()
300 if (op->action_code == svn_txdelta_new) in svn_txdelta__remove_copy()
311 if (op->action_code == svn_txdelta_new) in svn_txdelta__remove_copy()
675 switch (op->action_code) in svn_txdelta_apply_instructions()
856 op.action_code = svn_txdelta_new; in svn_txdelta_send_string()
899 delta_op.action_code = svn_txdelta_new; in svn_txdelta_send_stream()
H A Dcompose_delta.c666 if (op->action_code != svn_txdelta_target) in copy_source_ops()
670 const char *const new_data = (op->action_code == svn_txdelta_new in copy_source_ops()
675 svn_txdelta__insert_op(build_baton, op->action_code, in copy_source_ops()
783 if (op->action_code != svn_txdelta_source) in svn_txdelta_compose_windows()
788 (op->action_code == svn_txdelta_new in svn_txdelta_compose_windows()
791 svn_txdelta__insert_op(&build_baton, op->action_code, in svn_txdelta_compose_windows()
H A Dsvndiff.c102 assert(window->ops[0].action_code == svn_txdelta_new); in send_simple_insertion_window()
182 switch (op->action_code) in encode_window()
192 if (op->action_code != svn_txdelta_new) in encode_window()
451 op->action_code = (enum svn_delta_action)(action); in decode_instruction()
505 switch (op.action_code) in count_and_verify_instructions()
618 if (op->action_code == svn_txdelta_source) in decode_window()
620 else if (op->action_code == svn_txdelta_new) in decode_window()
/freebsd-12.1/sys/dev/aha/
H A Dahareg.h227 uint8_t action_code; member
H A Daha.c1046 if (aha->cur_outbox->action_code != AMBO_FREE) { in ahaexecuteccb()
1069 aha->cur_outbox->action_code = AMBO_START; in ahaexecuteccb()
1762 || aha->cur_outbox->action_code != AMBO_FREE) { in ahatimeout()
1798 aha->cur_outbox->action_code = AMBO_START; in ahatimeout()
/freebsd-12.1/contrib/subversion/subversion/include/
H A Dsvn_delta.h162 enum svn_delta_action action_code; member
/freebsd-12.1/sys/dev/buslogic/
H A Dbt.c1456 if (bt->cur_outbox->action_code != BMBO_FREE) { in btexecuteccb()
1478 bt->cur_outbox->action_code = BMBO_START; in btexecuteccb()
2325 || bt->cur_outbox->action_code != BMBO_FREE in bttimeout()
2369 bt->cur_outbox->action_code = BMBO_START; in bttimeout()
H A Dbtreg.h479 u_int8_t action_code; member
/freebsd-12.1/contrib/wpa/wpa_supplicant/
H A Ddriver_i.h559 const u8 *dst, u8 action_code, in wpa_drv_send_tdls_mgmt() argument
566 action_code, dialog_token, in wpa_drv_send_tdls_mgmt()
H A Dwpas_glue.c708 u8 action_code, u8 dialog_token, in wpa_supplicant_send_tdls_mgmt() argument
714 return wpa_drv_send_tdls_mgmt(wpa_s, dst, action_code, dialog_token, in wpa_supplicant_send_tdls_mgmt()
/freebsd-12.1/contrib/wpa/src/common/
H A Dieee802_11_defs.h922 u8 action_code; member
928 u8 action_code; member
/freebsd-12.1/contrib/wpa/src/drivers/
H A Ddriver.h3396 int (*send_tdls_mgmt)(void *priv, const u8 *dst, u8 action_code,
/freebsd-12.1/contrib/subversion/subversion/libsvn_ra_serf/
H A Dupdate.c1061 delta_op.action_code = svn_txdelta_new; in handle_fetch()