| /freebsd-13.1/contrib/byacc/ |
| H A D | mkpar.c | 98 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() 206 if ((p->action_code == REDUCE) && MaySuppress(p)) in unused_rules() 259 else if (pref != 0 && pref->action_code == SHIFT) in remove_conflicts() 353 if (p->action_code == SHIFT && MaySuppress(p)) in sole_reduction() 355 else if ((p->action_code == REDUCE) && MaySuppress(p)) in sole_reduction()
|
| H A D | verbose.c | 140 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 D | output.c | 494 if (p->action_code == SHIFT) in token_actions() 499 else if (p->action_code == REDUCE && p->number != defred[i]) in token_actions() 509 if (p->action_code == SHIFT) in token_actions() 513 else if (p->action_code == REDUCE && p->number != defred[i]) in token_actions()
|
| H A D | defs.h | 268 char action_code; member
|
| /freebsd-13.1/contrib/wpa/src/ap/ |
| H A D | wmm.c | 190 u8 action_code, u8 dialogue_token, u8 status_code) in wmm_send_action() argument 208 m->u.action.u.wmm_action.action_code = action_code; in wmm_send_action() 324 int action_code; in hostapd_wmm_action() local 370 action_code = mgmt->u.action.u.wmm_action.action_code; in hostapd_wmm_action() 371 switch (action_code) { in hostapd_wmm_action() 391 action_code); in hostapd_wmm_action()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_delta/ |
| H A D | text_delta.c | 224 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 D | compose_delta.c | 666 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 D | svndiff.c | 102 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-13.1/contrib/wpa/src/rsn_supp/ |
| H A D | tdls.c | 124 u8 action_code; /* TDLS frame type */ member 246 u8 action_code, u8 dialog_token, in wpa_tdls_send_tpk_msg() argument 305 peer->sm_tmr.action_code = action_code; in wpa_tdls_tpk_send() 316 "(action_code=%u)", action_code); in wpa_tdls_tpk_send() 348 peer->sm_tmr.action_code); in wpa_tdls_tpk_retry_timeout() 353 peer->sm_tmr.action_code); in wpa_tdls_tpk_retry_timeout() 361 peer->sm_tmr.action_code, in wpa_tdls_tpk_retry_timeout() 388 u8 action_code) in wpa_tdls_tpk_retry_timeout_cancel() argument 390 if (action_code == peer->sm_tmr.action_code) { in wpa_tdls_tpk_retry_timeout_cancel() 392 "action_code=%u", action_code); in wpa_tdls_tpk_retry_timeout_cancel() [all …]
|
| H A D | wpa_i.h | 374 u8 action_code, u8 dialog_token, in wpa_sm_send_tdls_mgmt() argument 380 return sm->ctx->send_tdls_mgmt(sm->ctx->ctx, dst, action_code, in wpa_sm_send_tdls_mgmt()
|
| H A D | wpa.h | 63 u8 action_code, u8 dialog_token,
|
| /freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | tdls.c | 632 params->action_code == WLAN_TDLS_CHANNEL_SWITCH_REQUEST ? in iwl_mvm_tdls_recv_channel_switch() 645 if (params->action_code == WLAN_TDLS_CHANNEL_SWITCH_RESPONSE && in iwl_mvm_tdls_recv_channel_switch() 662 type = (params->action_code == WLAN_TDLS_CHANNEL_SWITCH_REQUEST) ? in iwl_mvm_tdls_recv_channel_switch()
|
| /freebsd-13.1/contrib/subversion/subversion/include/ |
| H A D | svn_delta.h | 162 enum svn_delta_action action_code; member
|
| /freebsd-13.1/contrib/wpa/wpa_supplicant/ |
| H A D | driver_i.h | 580 const u8 *dst, u8 action_code, in wpa_drv_send_tdls_mgmt() argument 587 action_code, dialog_token, in wpa_drv_send_tdls_mgmt()
|
| H A D | wpas_glue.c | 757 u8 action_code, u8 dialog_token, in wpa_supplicant_send_tdls_mgmt() argument 763 return wpa_drv_send_tdls_mgmt(wpa_s, dst, action_code, dialog_token, in wpa_supplicant_send_tdls_mgmt()
|
| /freebsd-13.1/contrib/wpa/src/common/ |
| H A D | ieee802_11_defs.h | 975 u8 action_code; member 981 u8 action_code; member
|
| /freebsd-13.1/contrib/wpa/src/drivers/ |
| H A D | driver.h | 3689 int (*send_tdls_mgmt)(void *priv, const u8 *dst, u8 action_code,
|
| H A D | driver_nl80211.c | 9248 static int nl80211_send_tdls_mgmt(void *priv, const u8 *dst, u8 action_code, in nl80211_send_tdls_mgmt() argument 9265 nla_put_u8(msg, NL80211_ATTR_TDLS_ACTION, action_code) || in nl80211_send_tdls_mgmt()
|
| /freebsd-13.1/sys/compat/linuxkpi/common/include/net/ |
| H A D | mac80211.h | 585 int action_code, ch_sw_tm_ie, status, switch_time, switch_timeout, timestamp; member
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_ra_serf/ |
| H A D | update.c | 1061 delta_op.action_code = svn_txdelta_new; in handle_fetch()
|