/titanic_44/usr/src/uts/common/sys/ |
H A D | ticots.h | 44 #define TCO_PEERINITIATED ECONNRESET /* peer-initiated disconnect */ 45 #define TCO_PROVIDERINITIATED ECONNRESET /* provider-initiated discon */
|
H A D | ticotsord.h | 44 #define TCOO_PEERINITIATED ECONNRESET /* peer-initiated disconnect */ 45 #define TCOO_PROVIDERINITIATED ECONNRESET /* provider-initiated discon */
|
H A D | errno.h | 183 #define ECONNRESET 131 /* Connection reset by peer */ macro
|
/titanic_44/usr/src/lib/libldap5/sources/ldap/prldap/ |
H A D | ldappr-error.c | 101 #ifndef ECONNRESET 102 #define ECONNRESET WSAECONNRESET macro 169 { PR_CONNECT_RESET_ERROR, ECONNRESET },
|
/titanic_44/usr/src/uts/sun4v/io/ |
H A D | ldc.c | 834 return (ECONNRESET); in i_ldc_set_rx_head() 895 return (ECONNRESET); in i_ldc_get_tx_tail() 1271 return (ECONNRESET); in i_ldc_process_VER() 1358 return (ECONNRESET); in i_ldc_process_VER() 1374 return (ECONNRESET); in i_ldc_process_VER() 1394 return (ECONNRESET); in i_ldc_process_VER() 1422 return (ECONNRESET); in i_ldc_process_VER() 1439 return (ECONNRESET); in i_ldc_process_VER() 1450 return (ECONNRESET); in i_ldc_process_VER() 1499 return (ECONNRESET); in i_ldc_process_VER() [all …]
|
H A D | vsw_rxdring.c | 1046 if (rv == ECONNRESET || rv == EACCES) { in vsw_dringsend_shm() 1238 if (rv == ECONNRESET) { in vsw_process_dringdata_ack_shm() 1277 if (rv == ECONNRESET) { in vsw_send_msg_shm()
|
H A D | vnet_rxdring.c | 757 if (rv == ECONNRESET || rv == EACCES) { in vgen_dringsend_shm() 1255 return (ECONNRESET); in vgen_handle_dringdata_ack_shm() 1359 return (ECONNRESET); in vgen_handle_dringdata_nack_shm()
|
H A D | vsw_txdring.c | 686 if (rv == ECONNRESET) { in vsw_send_msg() 1354 if (msg_rv == ECONNRESET) { in vsw_process_dringdata() 1473 if (msg_rv == ECONNRESET) in vsw_process_dringdata()
|
H A D | ds_common.c | 474 if (rv == ECONNRESET) { in ds_recv_msg() 649 if (rv == ECONNRESET) { in ds_handle_recv() 711 if (rv == ECONNRESET) { in ds_send_msg() 2767 return (ECONNRESET); in ds_cap_send() 2780 return (ECONNRESET); in ds_cap_send() 2810 rv = (rv == EIO) ? ECONNRESET : rv; in ds_cap_send() 2991 { ECONNRESET, "Connection reset by peer" },
|
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/include/ |
H A D | port-sockets.h | 53 #ifndef ECONNRESET 54 #define ECONNRESET WSAECONNRESET macro
|
/titanic_44/usr/src/lib/libsmbfs/smb/ |
H A D | nb_ssn.c | 228 return (ECONNRESET); in get_xti_err() 234 return (ECONNRESET); in get_xti_err()
|
H A D | connect.c | 438 case ECONNRESET: in smb_iod_connect()
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | errno.h | 103 #define ECONNRESET 54 /* Connection reset by peer */ macro
|
/titanic_44/usr/src/lib/libbc/libc/sys/common/ |
H A D | s5errno.h | 163 #define ECONNRESET 131 /* Connection reset by peer */ macro
|
H A D | maperror.c | 247 case ECONNRESET: in maperror()
|
/titanic_44/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
H A D | PoolsException.java | 581 public static final int ECONNRESET = 131; field in PoolsException
|
/titanic_44/usr/src/lib/libslp/clib/ |
H A D | slp_ipc.c | 205 case ECONNRESET: in slp_send2slpd_iov()
|
/titanic_44/usr/src/cmd/svc/startd/ |
H A D | restarter.c | 906 return (rebound ? ECONNRESET : 0); in restarter_instance_update_states() 1135 case ECONNRESET: in stop_instance() 1179 case ECONNRESET: in stop_instance() 1217 case ECONNRESET: in stop_instance() 1442 return (r == ECONNRESET ? 0 : r); in enable_inst()
|
H A D | graph.c | 2505 return (info->err = ECONNRESET); in process_dependency_fmri() 2511 return (info->err = ECONNRESET); in process_dependency_fmri() 2677 case ECONNRESET: in process_dependency_pg() 4040 case ECONNRESET: in single_user_thread() 5433 return (rebound ? ECONNRESET : 0); in dgraph_set_runlevel() 5746 ret = rebound ? ECONNRESET : 0; in dgraph_set_milestone() 6074 case ECONNRESET: in set_initial_milestone() 6147 case ECONNRESET: in set_restart_milestone() 6650 case ECONNRESET: in process_pg_event() 6737 case ECONNRESET: in process_pg_event() [all …]
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_common.c | 252 case ECONNRESET: in nfs4_rpc_retry_error()
|
/titanic_44/usr/src/lib/libresolv/ |
H A D | res_send.c | 250 if (terrno == ECONNRESET &&
|
/titanic_44/usr/src/cmd/sendmail/aux/ |
H A D | mail.local.c | 1168 #ifdef ECONNRESET 1169 case ECONNRESET: /* Connection reset by peer */
|
/titanic_44/usr/src/uts/common/rpc/sec_gss/ |
H A D | rpcsec_gss.c | 685 error = ECONNRESET; 863 if (isrefresh && (error == ETIMEDOUT || error == ECONNRESET)) { 1140 case ECONNRESET:
|
/titanic_44/usr/src/stand/lib/fs/nfs/ |
H A D | clnt_btcp.c | 433 ct->ct_error.re_errno = ECONNRESET; in readtcp()
|
/titanic_44/usr/src/ucblib/librpcsoc/ |
H A D | clnt_tcp.c | 441 ct->ct_error.re_errno = ECONNRESET;
|