Home
last modified time | relevance | path

Searched refs:ENOLINK (Results 1 – 21 of 21) sorted by relevance

/titanic_44/usr/src/uts/common/avs/ncall/
H A Dncall_stub.c90 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 Dncall.c481 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 Derrno.h129 #define ENOLINK 67 /* the link has been severed */ macro
/titanic_44/usr/src/lib/libbc/libc/sys/common/
H A Ds5errno.h114 #define ENOLINK 67 /* the link has been severed */ macro
/titanic_44/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java371 public static final int ENOLINK = 67; field in PoolsException
/titanic_44/usr/src/lib/libsocket/socket/
H A D_soutil.c145 case ENOLINK: in _s_netconfig_path()
/titanic_44/usr/src/cmd/ldmad/
H A Dldma_device.c122 case ENOLINK: in ldma_dev_validate_path()
/titanic_44/usr/src/uts/sun4v/io/
H A Dvldc.c1082 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 Dcontract.h356 #define ENOLINK 0 /* NCALL too */ macro
/titanic_44/usr/src/uts/sun/io/ttymux/
H A Dttymux_ioctl.c789 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 Dbltin.c214 case ENOLINK: in builtin()
/titanic_44/usr/src/uts/common/io/ppp/sppp/
H A Dsppp.c524 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 Dsppp_dlpi.c836 error = ENOLINK; in sppp_dlunitdatareq()
/titanic_44/usr/src/uts/common/avs/ns/rdc/
H A Drdc_clnt.c519 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 Dsd_ft.c645 if (r == ENOLINK) in _sd_remote_enable()
/titanic_44/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c923 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 Dmethod.c532 case ENOLINK: in exec_method()
/titanic_44/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg188 @ MSG_ERRNO_ENOLINK "[ ENOLINK ]" # 67
/titanic_44/usr/src/uts/sun4u/starfire/io/
H A Didn_smr.c645 return (ENOLINK); in smr_buf_alloc()
H A Didn_proto.c8591 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 Dclnt_vc.c1305 rpc_callerr.re_errno = ENOLINK; in read_vc()