Home
last modified time | relevance | path

Searched refs:lookevent (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/libnsl/nsl/
H A Dt_snd.c61 int retval, lookevent; in _tx_snd() local
116 lookevent = _t_look_locked(fd, tiptr, 0, api_semantics); in _tx_snd()
117 if (lookevent < 0) { in _tx_snd()
128 if (lookevent == T_DISCONNECT || in _tx_snd()
130 lookevent == T_ORDREL)) { in _tx_snd()
H A Dt_sndv.c61 int retval, lookevent; in _tx_sndv() local
125 lookevent = _t_look_locked(fd, tiptr, 0, api_semantics); in _tx_sndv()
126 if (lookevent < 0) { in _tx_sndv()
132 if (lookevent == T_DISCONNECT) { in _tx_sndv()