Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Derrno.h87 #define ECHRNG 37 /* Channel number out of range */ macro
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzcp.c449 *result = SET_ERROR(ECHRNG); in zcp_convert_return_values()
889 ri->zri_result = SET_ERROR(ECHRNG); in zcp_eval_impl()
913 ri->zri_result = SET_ERROR(ECHRNG); in zcp_eval_impl()
933 ri->zri_result = SET_ERROR(ECHRNG); in zcp_eval_impl()
955 ri->zri_result = SET_ERROR(ECHRNG); in zcp_pool_error()
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java221 public static final int ECHRNG = 37; field in PoolsException
/illumos-gate/usr/src/lib/libc/port/gen/
H A Derrlist81 37 ECHRNG Channel number out of range
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg165 @ MSG_ERRNO_ECHRNG "[ ECHRNG ]" # 37
/illumos-gate/usr/src/uts/sun4v/io/
H A Dds_common.c2985 #ifdef ECHRNG
2986 { ECHRNG, "Channel number out of range" },
H A Dldc.c555 return (ECHRNG); in i_ldc_h2v_error()
/illumos-gate/usr/src/uts/common/io/usb/clients/ccid/
H A Dccid.c1941 ret = ECHRNG; in ccid_command_get_parameters()