Home
last modified time | relevance | path

Searched refs:TFLOW (Results 1 – 10 of 10) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dtpicommon.h67 #define TFLOW 12 /* Can't send message - (blocked) */ macro
/titanic_50/usr/src/lib/libnsl/nsl/
H A Dt_accept.c248 t_errno = TFLOW; in _tx_accept()
268 t_errno = TFLOW; in _tx_accept()
H A Dt_sndrel.c99 t_errno = TFLOW; in _tx_sndrel()
H A Dt_sndreldata.c106 t_errno = TFLOW; in _tx_sndreldata()
H A Dt_snd.c217 t_errno = TFLOW; in _tx_snd()
H A Dt_sndudata.c171 t_errno = TFLOW; in _tx_sndudata()
H A Dt_sndvudata.c179 t_errno = TFLOW; in _tx_sndvudata()
H A Dt_sndv.c262 t_errno = TFLOW; in _tx_sndv()
/titanic_50/usr/src/lib/libbc/inc/include/nettli/
H A Dtiuser.h50 #define TFLOW 12 /* flow control */ macro
/titanic_50/usr/src/lib/libnsl/rpc/
H A Dsvc_vc.c1593 } else if (t_errno == TFLOW) { in write_vc()