Searched refs:errtype (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/lib/libifconfig/ |
| H A D | libifconfig.c | 72 h->error.errtype = OK; in isnd6defif() 110 return (h->error.errtype); in ifconfig_err_errtype() 182 h->error.errtype = OTHER; in ifconfig_get_description() 200 h->error.errtype = OTHER; in ifconfig_get_description() 214 h->error.errtype = OTHER; in ifconfig_get_description() 242 h->error.errtype = OTHER; in ifconfig_set_description() 281 h->error.errtype = OTHER; in ifconfig_set_name() 336 h->error.errtype = OTHER; in ifconfig_get_orig_name() 400 } else if (h->error.errtype != OK) { in ifconfig_get_nd6() 566 h->error.errtype = OTHER; in ifconfig_create_interface() [all …]
|
| H A D | libifconfig_internal.c | 66 h->error.errtype = IOCTL; in ifconfig_ioctlwrap() 84 h->error.errtype = SOCKET; in ifconfig_socket() 97 h->error.errtype = SOCKET; in ifconfig_socket()
|
| H A D | libifconfig_media.c | 294 h->error.errtype = OTHER; in ifconfig_media_get_mediareq() 308 h->error.errtype = OK; in ifconfig_media_get_mediareq() 320 h->error.errtype = OTHER; in ifconfig_media_get_mediareq()
|
| H A D | libifconfig_internal.h | 38 ifconfig_errtype errtype; member
|
| H A D | libifconfig_lagg.c | 74 h->error.errtype = OTHER; in ifconfig_lagg_get_lagg_status()
|
| /freebsd-12.1/crypto/openssl/ssl/statem/ |
| H A D | statem_dtls.c | 54 static int dtls_get_reassembled_message(SSL *s, int *errtype, size_t *len); 337 int errtype; in dtls_get_message() local 343 if (!dtls_get_reassembled_message(s, &errtype, &tmplen)) { in dtls_get_message() 344 if (errtype == DTLS1_HM_BAD_FRAGMENT in dtls_get_message() 345 || errtype == DTLS1_HM_FRAGMENT_RETRY) { in dtls_get_message() 737 static int dtls_get_reassembled_message(SSL *s, int *errtype, size_t *len) in dtls_get_reassembled_message() argument 745 *errtype = 0; in dtls_get_reassembled_message() 816 *errtype = dtls1_process_out_of_seq_message(s, &msg_hdr); in dtls_get_reassembled_message() 821 *errtype = dtls1_reassemble_fragment(s, &msg_hdr); in dtls_get_reassembled_message() 933 int ret, errtype; in dtls_wait_for_dry() local [all …]
|
| /freebsd-12.1/contrib/smbfs/lib/smb/ |
| H A D | subr.c | 106 int errtype = error & SMB_ERRTYPE_MASK; in smb_error() local 116 switch (errtype) { in smb_error()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | c-typeck.c | 4083 convert_for_assignment (tree type, tree rhs, enum impl_conv errtype, in convert_for_assignment() argument 4092 if (errtype == ic_argpass || errtype == ic_argpass_nonproto) in convert_for_assignment() 4116 switch (errtype) \ in convert_for_assignment() 4154 switch (errtype) in convert_for_assignment() 4241 && (errtype == ic_argpass || errtype == ic_argpass_nonproto)) in convert_for_assignment() 4386 switch (errtype) in convert_for_assignment() 4533 errtype == ic_assign ? "assigning" : "initializing"); in convert_for_assignment() 4547 errtype == ic_assign ? "assigning" : "initializing", in convert_for_assignment() 4579 switch (errtype) in convert_for_assignment()
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | typeck.c | 6408 const char *errtype, tree fndecl, int parmnum) in convert_for_assignment() argument 6447 if (!strcmp (errtype, "assignment")) in convert_for_assignment() 6449 else if (!strcmp (errtype, "initialization")) in convert_for_assignment() 6498 error ("cannot convert %qT to %qT in %s", rhstype, type, errtype); in convert_for_assignment() 6510 errtype); in convert_for_assignment() 6547 const char *errtype, tree fndecl, int parmnum) in convert_for_initialization() argument 6615 return convert_for_assignment (type, rhs, errtype, fndecl, parmnum); in convert_for_initialization()
|
| H A D | ChangeLog-1993 | 271 * cp-cvt.c (convert): Pass an argument for errtype to
|