Searched refs:errtype (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/lib/libifconfig/
H A Dlibifconfig_internal.h38 ifconfig_errtype errtype; member in struct:errstate
42 * Populated if errtype = IOCTL
H A Dlibifconfig_internal.c66 h->error.errtype = IOCTL;
84 h->error.errtype = SOCKET;
97 h->error.errtype = SOCKET;
H A Dlibifconfig_bridge.c78 h->error.errtype = OTHER;
122 h->error.errtype = OTHER;
H A Dlibifconfig.c72 h->error.errtype = OK;
110 return (h->error.errtype);
182 h->error.errtype = OTHER;
200 h->error.errtype = OTHER;
214 h->error.errtype = OTHER;
242 h->error.errtype = OTHER;
281 h->error.errtype = OTHER;
336 h->error.errtype = OTHER;
400 } else if (h->error.errtype != OK) {
566 h->error.errtype
[all...]
H A Dlibifconfig_lagg.c74 h->error.errtype = OTHER;
H A Dlibifconfig_media.c294 h->error.errtype = OTHER;
308 h->error.errtype = OK;
320 h->error.errtype = OTHER;
/freebsd-12-stable/crypto/openssl/ssl/statem/
H A Dstatem_dtls.c54 static int dtls_get_reassembled_message(SSL *s, int *errtype, size_t *len);
337 int errtype; local
343 if (!dtls_get_reassembled_message(s, &errtype, &tmplen)) {
344 if (errtype == DTLS1_HM_BAD_FRAGMENT
345 || errtype == DTLS1_HM_FRAGMENT_RETRY) {
737 static int dtls_get_reassembled_message(SSL *s, int *errtype, size_t *len) argument
745 *errtype = 0;
816 *errtype = dtls1_process_out_of_seq_message(s, &msg_hdr);
821 *errtype = dtls1_reassemble_fragment(s, &msg_hdr);
933 int ret, errtype; local
[all...]
/freebsd-12-stable/contrib/smbfs/lib/smb/
H A Dsubr.c106 int errtype = error & SMB_ERRTYPE_MASK; local
116 switch (errtype) {
/freebsd-12-stable/contrib/gcc/
H A Dc-typeck.c4104 convert_for_assignment (tree type, tree rhs, enum impl_conv errtype,
4113 if (errtype == ic_argpass || errtype == ic_argpass_nonproto)
4137 switch (errtype) \
4175 switch (errtype)
4262 && (errtype == ic_argpass || errtype == ic_argpass_nonproto))
4407 switch (errtype)
4554 errtype == ic_assign ? "assigning" : "initializing");
4568 errtype
4083 convert_for_assignment(tree type, tree rhs, enum impl_conv errtype, tree fundecl, tree function, int parmnum) argument
[all...]
/freebsd-12-stable/contrib/gcc/cp/
H A Dtypeck.c6422 const char *errtype, tree fndecl, int parmnum)
6461 if (!strcmp (errtype, "assignment"))
6463 else if (!strcmp (errtype, "initialization"))
6512 error ("cannot convert %qT to %qT in %s", rhstype, type, errtype);
6524 errtype);
6561 const char *errtype, tree fndecl, int parmnum)
6629 return convert_for_assignment (type, rhs, errtype, fndecl, parmnum);
6407 convert_for_assignment(tree type, tree rhs, const char *errtype, tree fndecl, int parmnum) argument
6546 convert_for_initialization(tree exp, tree type, tree rhs, int flags, const char *errtype, tree fndecl, int parmnum) argument
/freebsd-12-stable/sys/dev/ice/
H A Dice_lib.c3981 u8 index, errtype, objtype; local
3988 errtype = (u8)((info & PFHMC_ERRORINFO_HMC_ERROR_TYPE_M) >>
3999 errtype, objtype, data);
4001 switch (errtype) {

Completed in 118 milliseconds