| /freebsd-10-stable/contrib/wpa/src/ap/ |
| D | wmm.c | 135 u8 action_code, u8 dialogue_token, u8 status_code) in wmm_send_action() argument 153 m->u.action.u.wmm_action.action_code = action_code; in wmm_send_action() 265 int action_code; in hostapd_wmm_action() local 308 action_code = mgmt->u.action.u.wmm_action.action_code; in hostapd_wmm_action() 309 switch (action_code) { in hostapd_wmm_action() 329 action_code); in hostapd_wmm_action()
|
| /freebsd-10-stable/contrib/byacc/ |
| 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() 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()
|
| 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()
|
| D | output.c | 432 if (p->action_code == SHIFT) in token_actions() 437 else if (p->action_code == REDUCE && p->number != defred[i]) in token_actions() 447 if (p->action_code == SHIFT) in token_actions() 451 else if (p->action_code == REDUCE && p->number != defred[i]) in token_actions()
|
| D | defs.h | 255 char action_code; member
|
| /freebsd-10-stable/contrib/wpa/src/rsn_supp/ |
| D | tdls.c | 113 u8 action_code; /* TDLS frame type */ member 209 u8 action_code, u8 dialog_token, in wpa_tdls_send_tpk_msg() argument 212 return wpa_sm_send_tdls_mgmt(sm, dst, action_code, dialog_token, in wpa_tdls_send_tpk_msg() 217 static int wpa_tdls_tpk_send(struct wpa_sm *sm, const u8 *dest, u8 action_code, in wpa_tdls_tpk_send() argument 225 MAC2STR(dest), action_code, dialog_token, status_code, in wpa_tdls_tpk_send() 228 if (wpa_tdls_send_tpk_msg(sm, dest, action_code, dialog_token, in wpa_tdls_tpk_send() 231 "(action_code=%u)", action_code); in wpa_tdls_tpk_send() 235 if (action_code == WLAN_TDLS_SETUP_CONFIRM || in wpa_tdls_tpk_send() 236 action_code == WLAN_TDLS_TEARDOWN || in wpa_tdls_tpk_send() 237 action_code == WLAN_TDLS_DISCOVERY_REQUEST || in wpa_tdls_tpk_send() [all …]
|
| D | wpa_i.h | 272 u8 action_code, u8 dialog_token, in wpa_sm_send_tdls_mgmt() argument 277 return sm->ctx->send_tdls_mgmt(sm->ctx->ctx, dst, action_code, in wpa_sm_send_tdls_mgmt()
|
| D | wpa.h | 55 u8 action_code, u8 dialog_token,
|
| /freebsd-10-stable/contrib/subversion/subversion/libsvn_delta/ |
| D | text_delta.c | 225 if (op->action_code == opcode in svn_txdelta__insert_op() 263 op->action_code = opcode; in svn_txdelta__insert_op() 268 op->action_code = opcode; in svn_txdelta__insert_op() 293 if (op->action_code == svn_txdelta_target) in svn_txdelta__remove_copy() 301 if (op->action_code == svn_txdelta_new) in svn_txdelta__remove_copy() 312 if (op->action_code == svn_txdelta_new) in svn_txdelta__remove_copy() 676 switch (op->action_code) in svn_txdelta_apply_instructions() 851 op.action_code = svn_txdelta_new; in svn_txdelta_send_string() 894 delta_op.action_code = svn_txdelta_new; in svn_txdelta_send_stream()
|
| D | svndiff.c | 84 assert(window->ops[0].action_code == svn_txdelta_new); in send_simple_insertion_window() 197 switch (op->action_code) in window_handler() 207 if (op->action_code != svn_txdelta_new) in window_handler() 392 op->action_code = (enum svn_delta_action)(action); in decode_instruction() 446 switch (op.action_code) in count_and_verify_instructions() 564 if (op->action_code == svn_txdelta_source) in decode_window() 566 else if (op->action_code == svn_txdelta_new) in decode_window()
|
| 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()
|
| /freebsd-10-stable/sys/dev/aha/ |
| D | ahareg.h | 227 uint8_t action_code; member
|
| D | aha.c | 1056 if (aha->cur_outbox->action_code != AMBO_FREE) { in ahaexecuteccb() 1079 aha->cur_outbox->action_code = AMBO_START; in ahaexecuteccb() 1772 || aha->cur_outbox->action_code != AMBO_FREE) { in ahatimeout() 1808 aha->cur_outbox->action_code = AMBO_START; in ahatimeout()
|
| /freebsd-10-stable/contrib/wpa/wpa_supplicant/ |
| D | driver_i.h | 637 const u8 *dst, u8 action_code, in wpa_drv_send_tdls_mgmt() argument 643 action_code, dialog_token, in wpa_drv_send_tdls_mgmt()
|
| D | wpas_glue.c | 536 u8 action_code, u8 dialog_token, in wpa_supplicant_send_tdls_mgmt() argument 541 return wpa_drv_send_tdls_mgmt(wpa_s, dst, action_code, dialog_token, in wpa_supplicant_send_tdls_mgmt()
|
| /freebsd-10-stable/contrib/wpa/src/common/ |
| D | ieee802_11_defs.h | 474 u8 action_code; member 480 u8 action_code; member
|
| /freebsd-10-stable/contrib/subversion/subversion/include/ |
| D | svn_delta.h | 162 enum svn_delta_action action_code; member
|
| /freebsd-10-stable/sys/dev/buslogic/ |
| D | bt.c | 1475 if (bt->cur_outbox->action_code != BMBO_FREE) { in btexecuteccb() 1497 bt->cur_outbox->action_code = BMBO_START; in btexecuteccb() 2344 || bt->cur_outbox->action_code != BMBO_FREE in bttimeout() 2388 bt->cur_outbox->action_code = BMBO_START; in bttimeout()
|
| D | btreg.h | 487 u_int8_t action_code; member
|
| /freebsd-10-stable/contrib/wpa/src/drivers/ |
| D | driver.h | 2417 int (*send_tdls_mgmt)(void *priv, const u8 *dst, u8 action_code,
|
| /freebsd-10-stable/contrib/subversion/subversion/libsvn_ra_serf/ |
| D | update.c | 1206 delta_op.action_code = svn_txdelta_new; in handle_fetch()
|