Home
last modified time | relevance | path

Searched refs:action_type (Results 1 – 12 of 12) sorted by relevance

/src/crypto/openssl/crypto/evp/
H A Dctrl_params_translate.c181 enum action action_type; member
235 enum action action_type; member
323 if (!ossl_assert(translation->action_type != OSSL_ACTION_GET)) { in default_check()
408 "[action:%d, state:%d]", ctx->action_type, state); in default_fixup_args()
419 if (ctx->action_type == OSSL_ACTION_NONE) { in default_fixup_args()
425 "[action:%d, state:%d]", ctx->action_type, state); in default_fixup_args()
470 if (ctx->action_type == OSSL_ACTION_SET) { in default_fixup_args()
494 ctx->action_type, state); in default_fixup_args()
526 if (ctx->action_type == OSSL_ACTION_GET) { in default_fixup_args()
553 if (ctx->action_type != OSSL_ACTION_SET) { in default_fixup_args()
[all …]
/src/contrib/llvm-project/llvm/utils/TableGen/
H A DDFAEmitter.h48 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 DDFAEmitter.cpp49 void DfaEmitter::addTransition(state_type From, state_type To, action_type A) { in addTransition()
60 for (action_type A : Actions) { in visitDfaState()
154 action_type A = KV.first.second; in emit()
165 void DfaEmitter::printActionValue(action_type A, raw_ostream &OS) { OS << A; } in printActionValue()
230 void printActionValue(action_type A, raw_ostream &OS) override;
352 void CustomDfaEmitter::printActionValue(action_type A, raw_ostream &OS) { in printActionValue()
/src/contrib/tcpdump/
H A Dinstrument-functions.c49 } 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()
/src/contrib/libpcap/
H A Dinstrument-functions.c49 } 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()
/src/contrib/wpa/src/ap/
H A Dwnm_ap.c64 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 Dieee802_11_shared.c257 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()
/src/contrib/wpa/wpa_supplicant/
H A Dwnm_sta.c81 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()
/src/crypto/krb5/src/clients/kinit/
H A Dkinit.c81 typedef enum { INIT_PW, INIT_KT, RENEW, VALIDATE } action_type; typedef
110 action_type action;
/src/sys/dev/mlx5/mlx5_accel/
H A Dmlx5_ipsec_fs.c357 MLX5_SET(set_action_in, action, action_type, MLX5_ACTION_TYPE_SET); in setup_modify_header()
1561 MLX5_SET(copy_action_in, action, action_type, MLX5_ACTION_TYPE_COPY); in ipsec_status_rule()
/src/contrib/wpa/src/common/
H A Dieee802_11_defs.h2026 u8 action_type; /* WNM_SLEEP_ENTER/WNM_SLEEP_MODE_EXIT */ member
/src/sys/dev/mlx5/
H A Dmlx5_ifc.h5584 u8 action_type[0x4]; member
5595 u8 action_type[0x4]; member
5603 u8 action_type[0x4]; member