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

/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dwmm.c129 u8 action_code, u8 dialogue_token, u8 status_code)
147 m->u.action.u.wmm_action.action_code = action_code;
259 int action_code; local
302 action_code = mgmt->u.action.u.wmm_action.action_code;
303 switch (action_code) {
323 action_code);
127 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-9.3-release/usr.bin/yacc/
H A Dmkpar.c124 temp->action_code = SHIFT;
166 while (next && next->symbol == symbol && next->action_code == SHIFT)
173 next->action_code == REDUCE && next->number < ruleno)
184 temp->action_code = REDUCE;
230 if (p->action_code == REDUCE && p->suppressed == 0)
277 else if (pref->action_code == SHIFT)
354 if (p->action_code == SHIFT && p->suppressed == 0)
356 else if (p->action_code == REDUCE && p->suppressed == 0)
H A Dverbose.c162 if (p->action_code == SHIFT)
239 if (p->action_code == REDUCE &&
310 if (q->suppressed < 2 && q->action_code == SHIFT)
318 if (p->action_code == SHIFT && p->suppressed == 0)
335 if (q->action_code == REDUCE && q->suppressed < 2)
348 if (p->action_code == REDUCE && p->number != defreduct)
H A Doutput.c310 if (p->action_code == SHIFT)
315 else if (p->action_code == REDUCE && p->number != defred[i])
/freebsd-9.3-release/contrib/wpa/src/common/
H A Dieee802_11_defs.h324 u8 action_code; member in struct:ieee80211_mgmt::__anon4291::__anon4301::__anon4302::__anon4303
330 u8 action_code; member in struct:ieee80211_mgmt::__anon4291::__anon4301::__anon4302::__anon4304
/freebsd-9.3-release/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;
1770 || aha->cur_outbox->action_code != AMBO_FREE) {
1806 aha->cur_outbox->action_code = AMBO_START;
/freebsd-9.3-release/sys/dev/buslogic/
H A Dbt.c1475 if (bt->cur_outbox->action_code != BMBO_FREE) {
1497 bt->cur_outbox->action_code = BMBO_START;
2342 || bt->cur_outbox->action_code != BMBO_FREE
2386 bt->cur_outbox->action_code = BMBO_START;
H A Dbtreg.h487 u_int8_t action_code; member in struct:bt_mbox_out
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dmlme.c1048 mgmt->u.action.u.wmm_action.action_code = WMM_ACTION_CODE_ADDTS_REQ;
1936 mgmt->u.action.u.wmm_action.action_code,
1940 switch (mgmt->u.action.u.wmm_action.action_code) {
1949 mgmt->u.action.u.wmm_action.action_code);

Completed in 183 milliseconds