Searched refs:ENOSR (Results 1 - 25 of 45) sorted by relevance

12

/illumos-gate/usr/src/uts/common/ktli/
H A Dt_ksndudat.c92 return (ENOSR);
103 return (ENOSR);
149 return (ENOSR);
H A Dt_kconnect.c102 return (ENOSR);
H A Dt_kopen.c189 case ENOSR:
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Derrno.h133 #define ENOSR 74 /* Out of streams resources */ macro
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Ds5errno.h109 #define ENOSR 63 /* out of streams resources */ macro
H A Dmaperror.c174 case ENOSR:
/illumos-gate/usr/src/uts/common/sys/
H A Derrno.h124 #define ENOSR 63 /* out of streams resources */ macro
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java349 * ENOSR.
351 public static final int ENOSR = 63; field in class:PoolsException
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_ipc.c202 case ENOSR:
/illumos-gate/usr/src/uts/sun4u/opl/io/oplmsu/
H A Doplmsu_ioctl_uwp.c143 oplmsu_iocack(uwq, mp, ENOSR);
144 return (ENOSR);
/illumos-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c515 return (ENOSR);
1152 rc = ENOSR;
1219 rc = ENOSR;
1226 rc = ENOSR;
1356 rc = ENOSR;
1439 rc = ENOSR;
1580 rc = ENOSR;
/illumos-gate/usr/src/uts/common/io/ppp/sppp/
H A Dsppp.c534 error = ENOSR;
557 error = ENOSR;
610 error = ENOSR;
665 error = ENOSR;
1068 error = ENOSR;
1444 error = ENOSR;
H A Dsppp_dlpi.c450 dlerrorack(q, mp, dlp->dl_primitive, DL_SYSERR, ENOSR);
766 /* mexchange already sent up an merror ENOSR */
873 DL_SYSERR, ENOSR);
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dlistener.c856 #ifdef ENOSR
857 || save_errno == ENOSR
858 #endif /* ENOSR */
/illumos-gate/usr/src/uts/common/io/
H A Dstrsun.c100 merror(wq, mp, ENOSR);
H A Dlogindmux.c1244 return (ENOSR);
1248 return (ENOSR);
H A Dgld.c1489 return (ENOSR);
4564 dlp->dl_dest_addr_length, DL_SYSERR, ENOSR);
4891 dlerrorack(q, mp, DL_ENABMULTI_REQ, DL_SYSERR, ENOSR);
4918 dlerrorack(q, mp, DL_ENABMULTI_REQ, DL_SYSERR, ENOSR);
5286 dlerrorack(q, mp, req, DL_SYSERR, ENOSR);
5412 dlerrorack(q, mp, DL_SET_PHYS_ADDR_REQ, DL_SYSERR, ENOSR);
/illumos-gate/usr/src/cmd/autopush/
H A Dautopush.c318 case ENOSR:
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dspppcomp.c828 rc = ENOSR;
849 rc = ENOSR;
944 miocnak(q, mp, 0, ENOSR);
1017 miocnak(q, mp, 0, ENOSR);
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_clts.c509 p->cku_err.re_errno = ENOSR;
571 p->cku_err.re_errno = ENOSR;
588 p->cku_err.re_errno = ENOSR;
2048 return (ENOSR);
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_socket.c211 return (ENOSR);
295 return (ENOSR);
/illumos-gate/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.c822 error = ENOSR;
844 error = ENOSR;
864 error = ENOSR;
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_iod.c331 return (ENOSR);
H A Dsmb_trantcp.c303 return (ENOSR);
/illumos-gate/usr/src/uts/sun/io/
H A Dzs_hdlc.c342 zss->sl_m_error = ENOSR; \
588 return (ENOSR);

Completed in 147 milliseconds

12