/titanic_44/usr/src/uts/common/avs/ncall/ |
H A D | ncall_stub.c | 90 return (ENOLINK); in ncall_stub_alloc() 98 return (ENOLINK); in ncall_stub_timedsend() 107 return (ENOLINK); in ncall_stub_timedsendnotify() 115 return (ENOLINK); in ncall_stub_broadcast() 122 return (ENOLINK); in ncall_stub_read_reply() 143 return (ENOLINK); in ncall_stub_put_data() 150 return (ENOLINK); in ncall_stub_get_data() 215 return (ENOLINK); in ncall_stub_errcode()
|
H A D | ncall.c | 481 int rc = ENOLINK; in ncall_alloc() 496 int rc = ENOLINK; in ncall_timedsend() 515 int rc = ENOLINK; in ncall_timedsendnotify() 532 int rc = ENOLINK; in ncall_broadcast() 549 int rc = ENOLINK; in ncall_send() 567 int rc = ENOLINK; in ncall_read_reply() 599 int rc = ENOLINK; in ncall_put_data() 611 int rc = ENOLINK; in ncall_get_data() 665 int rc = ENOLINK; in ncall_ping() 696 int rc = ENOLINK; in ncall_errcode()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | errno.h | 129 #define ENOLINK 67 /* the link has been severed */ macro
|
/titanic_44/usr/src/lib/libbc/libc/sys/common/ |
H A D | s5errno.h | 114 #define ENOLINK 67 /* the link has been severed */ macro
|
/titanic_44/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
H A D | PoolsException.java | 371 public static final int ENOLINK = 67; field in PoolsException
|
/titanic_44/usr/src/lib/libsocket/socket/ |
H A D | _soutil.c | 145 case ENOLINK: in _s_netconfig_path()
|
/titanic_44/usr/src/cmd/ldmad/ |
H A D | ldma_device.c | 122 case ENOLINK: in ldma_dev_validate_path()
|
/titanic_44/usr/src/uts/sun4v/io/ |
H A D | vldc.c | 1082 return (ENOLINK); in vldc_close() 1450 return (ENOLINK); in vldc_ioctl() 1529 return (ENOLINK); in vldc_read() 1604 return (ENOLINK); in vldc_write() 1678 return (ENOLINK); in vldc_chpoll()
|
/titanic_44/usr/src/uts/common/avs/ns/ |
H A D | contract.h | 356 #define ENOLINK 0 /* NCALL too */ macro
|
/titanic_44/usr/src/uts/sun/io/ttymux/ |
H A D | ttymux_ioctl.c | 789 err = ENOLINK; in ttymux_link_ioctl() 850 return (ENOLINK); in ttymux_query_link_ioctl() 865 return (ENOLINK); in ttymux_query_link_ioctl() 1216 err = ENOLINK; in ttymux_abort_ioctl()
|
/titanic_44/usr/src/cmd/sh/ |
H A D | bltin.c | 214 case ENOLINK: in builtin()
|
/titanic_44/usr/src/uts/common/io/ppp/sppp/ |
H A D | sppp.c | 524 error = ENOLINK; in sppp_ioctl() 1010 error = ENOLINK; in sppp_inner_ioctl() 1153 error = ENOLINK; in sppp_inner_ioctl() 1556 error = ENOLINK; in sppp_send()
|
H A D | sppp_dlpi.c | 836 error = ENOLINK; in sppp_dlunitdatareq()
|
/titanic_44/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_clnt.c | 519 ret = ENOLINK; in rdc_net_read() 632 ret = ENOLINK; in rdc_net_read() 683 return (ret ? ret : ENOLINK); in rdc_net_read() 918 ret = ENOLINK; in rdc_net_write() 987 return (ret ? ret : ENOLINK); in rdc_net_write() 2231 if (rc == ENOLINK) { in _rdc_remote_flush()
|
/titanic_44/usr/src/uts/common/avs/ns/sdbc/ |
H A D | sd_ft.c | 645 if (r == ENOLINK) in _sd_remote_enable()
|
/titanic_44/usr/src/lib/libzfs/common/ |
H A D | libzfs_sendrecv.c | 923 case ENOLINK: in estimate_ioctl() 1003 case ENOLINK: in dump_ioctl() 1630 case ENOLINK: in zfs_send_resume() 1978 case ENOLINK: in zfs_send_one()
|
/titanic_44/usr/src/cmd/svc/startd/ |
H A D | method.c | 532 case ENOLINK: in exec_method()
|
/titanic_44/usr/src/cmd/sgs/libconv/common/ |
H A D | corenote.msg | 188 @ MSG_ERRNO_ENOLINK "[ ENOLINK ]" # 67
|
/titanic_44/usr/src/uts/sun4u/starfire/io/ |
H A D | idn_smr.c | 645 return (ENOLINK); in smr_buf_alloc()
|
H A D | idn_proto.c | 8591 idn_send_slaballoc_resp(domid, mtp, 0, 0, ENOLINK); in idn_recv_slaballoc_req() 11483 return (ENOLINK); in idn_send_mboxdata() 11493 rv = ENOLINK; in idn_send_mboxdata() 11583 rv = ENOLINK; in idn_send_mboxdata()
|
/titanic_44/usr/src/lib/libnsl/rpc/ |
H A D | clnt_vc.c | 1305 rpc_callerr.re_errno = ENOLINK; in read_vc()
|