Home
last modified time | relevance | path

Searched defs:ENOSTR (Results 1 – 2 of 2) sorted by path

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java336 public static final int ENOSTR = 60; field in PoolsException
/illumos-gate/usr/src/uts/common/sys/
H A Derrno.h119 #define ENOSTR 60 /* Device not a stream */ macro