Home
last modified time | relevance | path

Searched defs:ENOPROTOOPT (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/boot/sys/sys/
H A Derrno.h103 #define ENOPROTOOPT 42 /* Protocol not available */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Derrno.h166 #define ENOPROTOOPT 99 /* Protocol not available */ macro
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java521 public static final int ENOPROTOOPT = 99; field in PoolsException