Home
last modified time | relevance | path

Searched defs:ENOSTR (Results 1 – 4 of 4) sorted by relevance

/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
/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