Searched refs:action_type (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/crypto/openssl/crypto/evp/ |
| H A D | ctrl_params_translate.c | 173 enum action action_type; member 227 enum action action_type; member 1208 ctx->action_type = SET; in fix_ecdh_cofactor() 2609 && tmpl->action_type != item->action_type) in lookup_translation() 2669 ctx.action_type = translation->action_type; in evp_pkey_ctx_ctrl_to_param() 2720 tmpl.action_type = SET; in evp_pkey_ctx_ctrl_str_to_param() 2730 ctx.action_type = translation->action_type; in evp_pkey_ctx_ctrl_str_to_param() 2734 ctx.action_type = SET; in evp_pkey_ctx_ctrl_str_to_param() 2784 ctx.action_type = tmpl.action_type = action_type; in evp_pkey_ctx_setget_params_to_ctrl() 2851 tmpl.action_type = action_type; in evp_pkey_setget_params_to_ctrl() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DFAEmitter.h | 48 using action_type = uint64_t; variable 53 void addTransition(state_type From, state_type To, action_type A); 60 virtual void printActionValue(action_type A, raw_ostream &OS); 81 std::set<action_type> Actions; 85 std::map<std::pair<state_type, action_type>, std::vector<state_type>> 96 std::map<std::pair<dfa_state_type, action_type>,
|
| H A D | DFAEmitter.cpp | 49 void DfaEmitter::addTransition(state_type From, state_type To, action_type A) { in addTransition() 60 for (action_type A : Actions) { in visitDfaState() 155 action_type A = KV.first.second; in emit() 166 void DfaEmitter::printActionValue(action_type A, raw_ostream &OS) { OS << A; } in printActionValue() 231 void printActionValue(action_type A, raw_ostream &OS) override; 355 void CustomDfaEmitter::printActionValue(action_type A, raw_ostream &OS) { in printActionValue()
|
| /freebsd-14.2/contrib/tcpdump/ |
| H A D | instrument-functions.c | 49 } action_type; typedef 55 static void print_debug(void *this_fn, void *call_site, action_type action) 70 static void print_debug(void *this_fn, void *call_site, action_type action) in print_debug()
|
| /freebsd-14.2/contrib/wpa/src/ap/ |
| H A D | wnm_ap.c | 64 u8 action_type, u16 intval) in ieee802_11_send_wnmsleep_resp() argument 78 enum wnm_oper tfs_oper = action_type == WNM_SLEEP_MODE_ENTER ? in ieee802_11_send_wnmsleep_resp() 93 wnmsleep_ie.action_type = action_type; in ieee802_11_send_wnmsleep_resp() 111 if (action_type == WNM_SLEEP_MODE_EXIT && in ieee802_11_send_wnmsleep_resp() 176 action_type != WNM_SLEEP_MODE_EXIT) { in ieee802_11_send_wnmsleep_resp() 238 wnmsleep_ie.action_type == WNM_SLEEP_MODE_ENTER) { in ieee802_11_send_wnmsleep_resp() 252 wnmsleep_ie.action_type == WNM_SLEEP_MODE_EXIT) { in ieee802_11_send_wnmsleep_resp() 337 if (wnmsleep_ie->action_type == WNM_SLEEP_MODE_EXIT && in ieee802_11_rx_wnmsleep_req() 357 if (wnmsleep_ie->action_type == WNM_SLEEP_MODE_ENTER && in ieee802_11_rx_wnmsleep_req() 371 wnmsleep_ie->action_type, in ieee802_11_rx_wnmsleep_req() [all …]
|
| H A D | ieee802_11_shared.c | 257 const u8 action_type = mgmt->u.action.u.sa_query_resp.action; in ieee802_11_sa_query_action() local 312 action_type == WLAN_SA_QUERY_REQUEST ? in ieee802_11_sa_query_action() 319 if (action_type == WLAN_SA_QUERY_REQUEST) { in ieee802_11_sa_query_action() 326 if (action_type != WLAN_SA_QUERY_RESPONSE) { in ieee802_11_sa_query_action() 328 "Action %d", action_type); in ieee802_11_sa_query_action()
|
| /freebsd-14.2/contrib/wpa/wpa_supplicant/ |
| H A D | wnm_sta.c | 81 wnmsleep_ie->action_type = action; in ieee802_11_send_wnmsleep_req() 374 if (wnmsleep_ie->action_type == WNM_SLEEP_MODE_EXIT && in ieee802_11_rx_wnmsleep_resp() 400 wnmsleep_ie->action_type, wnmsleep_ie->intval); in ieee802_11_rx_wnmsleep_resp() 401 if (wnmsleep_ie->action_type == WNM_SLEEP_MODE_ENTER) { in ieee802_11_rx_wnmsleep_resp() 404 } else if (wnmsleep_ie->action_type == WNM_SLEEP_MODE_EXIT) { in ieee802_11_rx_wnmsleep_resp() 410 wnmsleep_ie->action_type, wnmsleep_ie->intval); in ieee802_11_rx_wnmsleep_resp() 411 if (wnmsleep_ie->action_type == WNM_SLEEP_MODE_ENTER) in ieee802_11_rx_wnmsleep_resp() 414 else if (wnmsleep_ie->action_type == WNM_SLEEP_MODE_EXIT) in ieee802_11_rx_wnmsleep_resp()
|
| /freebsd-14.2/contrib/wpa/src/common/ |
| H A D | ieee802_11_defs.h | 2026 u8 action_type; /* WNM_SLEEP_ENTER/WNM_SLEEP_MODE_EXIT */ member
|
| /freebsd-14.2/sys/dev/mlx5/ |
| H A D | mlx5_ifc.h | 5293 u8 action_type[0x4]; member 5304 u8 action_type[0x4]; member 5312 u8 action_type[0x4]; member
|