Home
last modified time | relevance | path

Searched refs:ENOSTR (Results 1 – 17 of 17) sorted by relevance

/titanic_41/usr/src/uts/common/syscall/
H A Dstrcalls.c216 return (ENOSTR); in msgio()
221 return (ENOSTR); in msgio()
446 return (ENOSTR); in msgio32()
451 return (ENOSTR); in msgio32()
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Derrno.h131 #define ENOSTR 72 /* Device is not a stream */ macro
/titanic_41/usr/src/uts/common/sys/
H A Derrno.h121 #define ENOSTR 60 /* Device not a stream */ macro
/titanic_41/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: in maperror()
/titanic_41/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java336 public static final int ENOSTR = 60; field in PoolsException
/titanic_41/usr/src/cmd/autopush/
H A Dautopush.c307 case ENOSTR: in set_info()
434 case ENOSTR: in get_info()
/titanic_41/usr/src/uts/common/rpc/
H A Dsvc_gen.c125 return (ENOSTR); in svc_tli_kcreate()
/titanic_41/usr/src/uts/common/io/
H A Diwscons.c355 return (ENOSTR); in iwscnioctl()
414 return (ENOSTR); in iwscnioctl()
H A Dsad.c720 ret = ENOSTR; in valid_major()
/titanic_41/usr/src/uts/common/ktli/
H A Dt_kopen.c156 return (ENOSTR); in t_kopen()
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c2854 return (ENOSTR); in sock_getmsg()
2868 eprintsoline(so, ENOSTR); in sock_getmsg()
2869 return (ENOSTR); in sock_getmsg()
2899 return (ENOSTR); in sock_putmsg()
2913 eprintsoline(so, ENOSTR); in sock_putmsg()
2914 return (ENOSTR); in sock_putmsg()
H A Dsocksubr.c179 return (ENOSTR); in sogetvp()
/titanic_41/usr/src/uts/common/io/audio/impl/
H A Daudio_ddi.c212 return (ENOSTR); in audio_stropen()
/titanic_41/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c925 case ENOSTR: in estimate_ioctl()
1005 case ENOSTR: in dump_ioctl()
1632 case ENOSTR: in zfs_send_resume()
1980 case ENOSTR: in zfs_send_one()
/titanic_41/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg181 @ MSG_ERRNO_ENOSTR "[ ENOSTR ]" # 60
/titanic_41/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c863 if (error == ENOSTR) { in spec_open()