Home
last modified time | relevance | path

Searched refs:ECHRNG (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Derrno.h89 #define ECHRNG 37 /* Channel number out of range */ macro
/titanic_50/usr/src/lib/libbc/libc/sys/common/
H A Ds5errno.h80 #define ECHRNG 37 /* Channel number out of range */ macro
/titanic_50/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java221 public static final int ECHRNG = 37; field in PoolsException
/titanic_50/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg158 @ MSG_ERRNO_ECHRNG "[ ECHRNG ]" # 37
/titanic_50/usr/src/uts/sun4v/io/
H A Dds_common.c2985 #ifdef ECHRNG
2986 { ECHRNG, "Channel number out of range" },
H A Dldc.c571 return (ECHRNG); in i_ldc_h2v_error()