Searched defs:error_type (Results 1 - 21 of 21) sorted by relevance

/external/fio/
H A Dtd_error.h14 enum error_type { enum
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dpeerkey_auth.c41 u16 mui, u16 error_type)
59 error.error_type = host_to_be16(error_type);
320 u16 mui, error_type; local
346 error_type = be_to_host16(error.error_type);
350 MAC2STR(kde.mac_addr), mui, error_type);
352 wpa_smk_send_error(wpa_auth, search.sm, sm->addr, mui, error_type);
39 wpa_smk_send_error(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, const u8 *peer, u16 mui, u16 error_type) argument
/external/wpa_supplicant_8/src/ap/
H A Dpeerkey_auth.c41 u16 mui, u16 error_type)
59 error.error_type = host_to_be16(error_type);
320 u16 mui, error_type; local
346 error_type = be_to_host16(error.error_type);
350 MAC2STR(kde.mac_addr), mui, error_type);
352 wpa_smk_send_error(wpa_auth, search.sm, sm->addr, mui, error_type);
39 wpa_smk_send_error(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, const u8 *peer, u16 mui, u16 error_type) argument
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dpeerkey_auth.c41 u16 mui, u16 error_type)
59 error.error_type = host_to_be16(error_type);
320 u16 mui, error_type; local
346 error_type = be_to_host16(error.error_type);
350 MAC2STR(kde.mac_addr), mui, error_type);
352 wpa_smk_send_error(wpa_auth, search.sm, sm->addr, mui, error_type);
39 wpa_smk_send_error(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, const u8 *peer, u16 mui, u16 error_type) argument
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_libcdep.cc49 void ReportErrorSummary(const char *error_type, StackTrace *stack) { argument
54 ReportErrorSummary(error_type);
61 ReportErrorSummary(error_type, frame->info);
H A Dsanitizer_common.cc206 void ReportErrorSummary(const char *error_type, const AddressInfo &info) { argument
210 buff.append("%s ", error_type);
/external/mesa3d/src/glsl/
H A Dbuiltin_types.h34 const glsl_type *const glsl_type::error_type = & glsl_type::_error_type; member in class:glsl_type
H A Dglsl_types.h152 static const glsl_type *const error_type; member in struct:glsl_type
416 * If the type is not a matrix, \c glsl_type::error_type is returned.
423 : error_type;
430 * If the type is not a matrix, \c glsl_type::error_type is returned.
437 : error_type;
446 * or the named field does not exist, \c glsl_type::error_type is returned.
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Dikev2.h49 u16 error_type; member in struct:ikev2_responder_data
/external/wpa_supplicant_8/src/eap_peer/
H A Dikev2.h49 u16 error_type; member in struct:ikev2_responder_data
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Dikev2.h49 u16 error_type; member in struct:ikev2_responder_data
/external/llvm/include/llvm/Support/
H A DError.h605 typedef std::unique_ptr<ErrorInfoBase> error_type; typedef in class:llvm::Expected
679 getErrorStorage()->~error_type();
764 new (getErrorStorage()) error_type(std::move(*Other.getErrorStorage()));
795 error_type *getErrorStorage() {
797 return reinterpret_cast<error_type *>(ErrorStorage.buffer);
818 AlignedCharArrayUnion<error_type> ErrorStorage;
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dpeerkey.c64 u16 mui, u16 error_type, int ver)
104 error.error_type = host_to_be16(error_type);
109 MACSTR " mui %d error_type %d)",
110 MAC2STR(peer), mui, error_type);
113 "(mui %d error_type %d)", mui, error_type);
598 u16 error_type; local
623 error_type = be_to_host16(error.error_type);
62 wpa_supplicant_send_smk_error(struct wpa_sm *sm, const u8 *dst, const u8 *peer, u16 mui, u16 error_type, int ver) argument
[all...]
/external/wpa_supplicant_8/src/rsn_supp/
H A Dpeerkey.c64 u16 mui, u16 error_type, int ver)
104 error.error_type = host_to_be16(error_type);
109 MACSTR " mui %d error_type %d)",
110 MAC2STR(peer), mui, error_type);
113 "(mui %d error_type %d)", mui, error_type);
598 u16 error_type; local
623 error_type = be_to_host16(error.error_type);
62 wpa_supplicant_send_smk_error(struct wpa_sm *sm, const u8 *dst, const u8 *peer, u16 mui, u16 error_type, int ver) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dpeerkey.c64 u16 mui, u16 error_type, int ver)
104 error.error_type = host_to_be16(error_type);
109 MACSTR " mui %d error_type %d)",
110 MAC2STR(peer), mui, error_type);
113 "(mui %d error_type %d)", mui, error_type);
598 u16 error_type; local
623 error_type = be_to_host16(error.error_type);
62 wpa_supplicant_send_smk_error(struct wpa_sm *sm, const u8 *dst, const u8 *peer, u16 mui, u16 error_type, int ver) argument
[all...]
/external/e2fsprogs/misc/
H A Dbadblocks.c152 static int bb_output (blk_t bad, enum error_types error_type) argument
175 if (error_type == READ_ERROR) {
177 } else if (error_type == WRITE_ERROR) {
179 } else if (error_type == CORRUPTION_ERROR) {
/external/mksh/src/
H A Dexpr.c88 enum error_type { enum
93 static void evalerr(Expr_state *, enum error_type, const char *)
174 evalerr(Expr_state *es, enum error_type type, const char *str)
/external/wpa_supplicant_8/hostapd/src/common/
H A Dwpa_common.h288 be16 error_type; member in struct:rsn_error_kde
/external/wpa_supplicant_8/src/common/
H A Dwpa_common.h288 be16 error_type; member in struct:rsn_error_kde
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dwpa_common.h288 be16 error_type; member in struct:rsn_error_kde
/external/v8/src/parsing/
H A Dparser-base.h951 ParseErrorType error_type = kSyntaxError) {
953 impl()->ReportMessageAt(source_location, message, arg, error_type);
958 ParseErrorType error_type) {
960 static_cast<const char*>(nullptr), error_type);
956 ReportMessageAt(Scanner::Location location, MessageTemplate::Template message, ParseErrorType error_type) argument

Completed in 2106 milliseconds