Searched refs:ENOSTR (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Derrno.h131 #define ENOSTR 72 /* Device is not a stream */ macro
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Ds5errno.h106 #define ENOSTR 60 /* Device not a stream */ macro
H A Dmaperror.c168 case ENOSTR:
/illumos-gate/usr/src/uts/common/sys/
H A Derrno.h121 #define ENOSTR 60 /* Device not a stream */ macro
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java334 * ENOSTR.
336 public static final int ENOSTR = 60; field in class:PoolsException
/illumos-gate/usr/src/uts/common/syscall/
H A Dstrcalls.c216 return (ENOSTR);
221 return (ENOSTR);
446 return (ENOSTR);
451 return (ENOSTR);
/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc_gen.c125 return (ENOSTR);
/illumos-gate/usr/src/cmd/autopush/
H A Dautopush.c307 case ENOSTR:
434 case ENOSTR:
/illumos-gate/usr/src/uts/common/io/
H A Diwscons.c355 return (ENOSTR);
414 return (ENOSTR);
H A Dsad.c720 ret = ENOSTR;
/illumos-gate/usr/src/uts/common/ktli/
H A Dt_kopen.c156 return (ENOSTR);
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c2854 return (ENOSTR);
2868 eprintsoline(so, ENOSTR);
2869 return (ENOSTR);
2899 return (ENOSTR);
2913 eprintsoline(so, ENOSTR);
2914 return (ENOSTR);
H A Dsocksubr.c179 return (ENOSTR);
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_ddi.c212 return (ENOSTR);
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c978 case ENOSTR:
1058 case ENOSTR:
1692 case ENOSTR:
2042 case ENOSTR:
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c860 * STREAMS open(9e) returns ENOSTR, then try an ordinary device
863 if (error == ENOSTR) {

Completed in 92 milliseconds