/titanic_50/usr/src/uts/common/ktli/ |
H A D | t_kutil.c | 148 if (pptr->error_ack.TLI_error == TSYSERR) in get_ok_ack() 151 error = t_tlitosyserr(pptr->error_ack.TLI_error); in get_ok_ack()
|
/titanic_50/usr/src/cmd/rpcsvc/rpc.bootparamd/ |
H A D | bootparam_ip_route.c | 144 j, tea->TLI_error, tea->UNIX_error); in mibget() 145 errno = (tea->TLI_error == TSYSERR) in mibget()
|
/titanic_50/usr/src/lib/libbc/inc/include/nettli/ |
H A D | tihdr.h | 308 long TLI_error; /* TLI error code */ member
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | tihdr.h | 459 t_scalar_t TLI_error; /* TLI error code */ member
|
/titanic_50/usr/src/uts/common/fs/sockfs/ |
H A D | sockstr.c | 981 if (tpr->error_ack.TLI_error == TSYSERR) { in sowaitprim() 984 error = proto_tlitosyserr(tpr->error_ack.TLI_error); in sowaitprim() 987 tpr->error_ack.ERROR_prim, tpr->error_ack.TLI_error, in sowaitprim() 998 tpr->error_ack.ERROR_prim, tpr->error_ack.TLI_error, in sowaitprim() 2530 tpr->error_ack.TLI_error, in strsock_proto()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/ncaconfd/ |
H A D | ncaconfd.c | 628 j, tea->TLI_error, tea->UNIX_error); in mibget() 629 errno = (tea->TLI_error == TSYSERR) ? in mibget()
|
/titanic_50/usr/src/cmd/rpcsvc/ |
H A D | rstat_proc.c | 516 j, getcode, tea->TLI_error, tea->UNIX_error); in mibget() 518 errno = (tea->TLI_error == TSYSERR) in mibget()
|
/titanic_50/usr/src/lib/libnsl/nsl/ |
H A D | _utility.c | 438 if (pptr->error_ack.TLI_error == TOUTSTATE) { in _t_is_ok() 448 t_errno = pptr->error_ack.TLI_error; in _t_is_ok()
|
/titanic_50/usr/src/uts/common/io/ |
H A D | timod.c | 1103 pptr->error_ack.TLI_error = TSYSERR; in timodrproc() 2818 tea->TLI_error); in tim_send_ioc_error_ack() 2833 tea->TLI_error); in tim_send_ioc_error_ack() 2838 iocbp->ioc_rval = tea->TLI_error; in tim_send_ioc_error_ack()
|
H A D | tl.c | 2295 err_ack->TLI_error = tli_err; in tl_error_ack()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/ |
H A D | mpd_main.c | 2924 " UNIX_err = 0x%lx\n", tea->TLI_error, in mibwalk() 2925 t_strerror(tea->TLI_error), tea->UNIX_error); in mibwalk()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | route.c | 3131 "0x%lx\n"), j, tea->TLI_error, tea->UNIX_error); in mibget() 3132 errno = (tea->TLI_error == TSYSERR) ? in mibget()
|
/titanic_50/usr/src/uts/common/rpc/ |
H A D | clnt_cots.c | 3754 if (tpr->error_ack.TLI_error == TSYSERR) in waitforack() 3757 return (t_tlitosyserr(tpr->error_ack.TLI_error)); in waitforack()
|
H A D | rpcmod.c | 1706 rpc_tpierr2name(terror->TLI_error)); in mir_rput_proto()
|
/titanic_50/usr/src/uts/common/inet/ |
H A D | mi.c | 1473 teackp->TLI_error = tlierr; in mi_tpi_err_ack_alloc()
|
/titanic_50/usr/src/uts/common/inet/tcp/ |
H A D | tcp_tpi.c | 89 teackp->TLI_error = t_error; in tcp_err_ack_prim()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/netstat/ |
H A D | netstat.c | 802 j, tea->TLI_error, tea->UNIX_error); in mibget() 804 errno = (tea->TLI_error == TSYSERR) ? in mibget()
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | icmp.c | 1128 teackp->TLI_error = t_error; in icmp_err_ack_prim()
|
/titanic_50/usr/src/uts/common/inet/udp/ |
H A D | udp.c | 939 teackp->TLI_error = t_error; in udp_err_ack_prim()
|