Home
last modified time | relevance | path

Searched refs:t_tlitosyserr (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/uts/common/ktli/
H A Dt_kutil.c151 error = t_tlitosyserr(pptr->error_ack.TLI_error); in get_ok_ack()
189 t_tlitosyserr(int terr) in t_tlitosyserr() function
H A Dt_kgtstate.c101 error = t_tlitosyserr(retval & 0xff); in t_kgetstate()
H A Dt_kunbind.c111 error = t_tlitosyserr(retval & 0xff); in t_kunbind()
H A Dt_kbind.c127 error = t_tlitosyserr(retval & 0xff); in t_kbind()
H A Dt_kopen.c231 error = t_tlitosyserr(retval & 0xff); in t_kopen()
/titanic_50/usr/src/uts/common/sys/
H A Dt_kuser.h107 extern int t_tlitosyserr(int);
/titanic_50/usr/src/uts/common/rpc/
H A Dclnt_cots.c3757 return (t_tlitosyserr(tpr->error_ack.TLI_error)); in waitforack()