Searched refs:ESHUTDOWN (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-current/contrib/lib9p/pytest/
H A Dlerrno.py114 ESHUTDOWN = 108 variable
247 ESHUTDOWN: 'Cannot send after transport endpoint shutdown',
/freebsd-current/sys/sys/
H A Derrno.h121 #define ESHUTDOWN 58 /* Can't send after socket shutdown */ macro
/freebsd-current/cddl/lib/libdtrace/
H A Derrno.d148 inline int ESHUTDOWN = 58;
149 #pragma D binding "1.0" ESHUTDOWN
304 errno == ESHUTDOWN ? "Can't send after socket shutdown" :
/freebsd-current/sys/dev/rtwn/
H A Dif_rtwn_task.c100 return (ESHUTDOWN);
/freebsd-current/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Dnet.h241 #define ESHUTDOWN WSAESHUTDOWN macro
/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dthermal.c85 ret = -ESHUTDOWN;
H A Dusb.c143 case -ESHUTDOWN:
/freebsd-current/stand/liblua/
H A Dlerrno.c107 ENTRY(ESHUTDOWN),
/freebsd-current/sys/dev/ice/
H A Dice_lib.c2698 return (ESHUTDOWN);
2730 return (ESHUTDOWN);
2765 return (ESHUTDOWN);
2796 return (ESHUTDOWN);
2827 return (ESHUTDOWN);
3210 return (ESHUTDOWN);
3274 return (ESHUTDOWN);
3335 return (ESHUTDOWN);
3386 return (ESHUTDOWN);
3508 return (ESHUTDOWN);
[all...]
H A Dice_strings.c480 case ESHUTDOWN:
481 str = "ESHUTDOWN";
/freebsd-current/sys/dev/iavf/
H A Diavf_lib.c172 return (ESHUTDOWN);
687 return (ESHUTDOWN);
729 return (ESHUTDOWN);
875 return (ESHUTDOWN);
H A Dif_iavf_iflib.c2051 return (ESHUTDOWN);
2100 return (ESHUTDOWN);
2136 return (ESHUTDOWN);
/freebsd-current/sys/contrib/dev/athk/ath11k/
H A Dthermal.c86 ret = -ESHUTDOWN;
H A Ddp_tx.c110 return -ESHUTDOWN;
785 return -ESHUTDOWN;
H A Dce.c746 return -ESHUTDOWN;
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_sysevent.c242 if (error == ESHUTDOWN)
/freebsd-current/sys/dev/hyperv/hvsock/
H A Dhv_sock.c705 if (so->so_error == ESHUTDOWN &&
714 if (so->so_error != ESHUTDOWN)
764 if (so->so_error == ESHUTDOWN) {
818 so->so_error == ESHUTDOWN) {
1343 /* inform the caller by seting so_error to ESHUTDOWN */
1344 pcb->so->so_error = ESHUTDOWN;
/freebsd-current/sys/rpc/
H A Dclnt_dg.c553 cr->cr_error = ESHUTDOWN;
664 errp->re_errno = ESHUTDOWN;
970 cr->cr_error = ESHUTDOWN;
H A Dclnt_vc.c841 cr->cr_error = ESHUTDOWN;
/freebsd-current/contrib/openbsm/libbsm/
H A Dbsm_errno.c449 { BSM_ERRNO_ESHUTDOWN, ESHUTDOWN,
/freebsd-current/sys/security/audit/
H A Dbsm_errno.c450 { BSM_ERRNO_ESHUTDOWN, ESHUTDOWN,
/freebsd-current/contrib/pjdfstest/
H A Dpjdfstest.c1544 #ifdef ESHUTDOWN
1545 case ESHUTDOWN:
1546 return ("ESHUTDOWN");
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dfm.c378 error = SET_ERROR(ESHUTDOWN);
/freebsd-current/sys/contrib/dev/athk/ath12k/
H A Dce.c673 return -ESHUTDOWN;
/freebsd-current/sys/contrib/dev/rtw88/
H A Dusb.c589 case -ESHUTDOWN:

Completed in 518 milliseconds

12