Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_accept.c246 t_errno = TFLOW; in _tx_accept()
266 t_errno = TFLOW; in _tx_accept()
H A Dt_sndrel.c97 t_errno = TFLOW; in _tx_sndrel()
H A Dt_sndreldata.c104 t_errno = TFLOW; in _tx_sndreldata()
H A Dt_snd.c215 t_errno = TFLOW; in _tx_snd()
H A Dt_sndudata.c169 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()
/illumos-gate/usr/src/uts/common/sys/
H A Dtpicommon.h65 #define TFLOW 12 /* Can't send message - (blocked) */ macro
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_vc.c1593 } else if (t_errno == TFLOW) { in write_vc()