Home
last modified time | relevance | path

Searched refs:ti_lookcnt (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/nsl/
H A D_utility.c259 if (tiptr->ti_lookcnt > 0) { in _t_register_lookevent()
269 assert(tiptr->ti_lookcnt == listcount); in _t_register_lookevent()
303 tiptr->ti_lookcnt++; in _t_register_lookevent()
323 if ((retval > 0) || (tiptr->ti_lookcnt > 0)) { in _t_is_event()
650 tiptr->ti_lookcnt = 0; in _t_reinit_tiptr()
983 ntiptr->ti_lookcnt = 0; in _t_create()
1303 tiptr->ti_lookcnt--; in _t_free_looklist_head()
1304 assert(tiptr->ti_lookcnt > 0); in _t_free_looklist_head()
1310 assert(tiptr->ti_lookcnt == 1); in _t_free_looklist_head()
1311 tiptr->ti_lookcnt = 0; in _t_free_looklist_head()
[all …]
H A Dt_rcv.c87 if (tiptr->ti_lookcnt > 0) { in _tx_rcv()
220 (tiptr->ti_lookcnt > 0)) { in _tx_rcv()
251 if (tiptr->ti_lookcnt > 0) { in _tx_rcv()
H A Dt_look.c146 if ((tiptr->ti_lookcnt > 0) || in _t_look_locked()
151 if (tiptr->ti_lookcnt > 0) { in _t_look_locked()
H A Dt_rcvv.c89 if (tiptr->ti_lookcnt > 0) { in _tx_rcvv()
235 (tiptr->ti_lookcnt > 0)) { in _tx_rcvv()
269 if (tiptr->ti_lookcnt > 0) { in _tx_rcvv()
H A Dt_snddis.c124 if ((tiptr->ti_lookcnt > 0) && (call == 0)) in _tx_snddis()
H A Dt_rcvreldata.c104 if ((tiptr->ti_lookcnt > 0) && in _tx_rcvreldata()
H A Dt_rcvrel.c102 if ((tiptr->ti_lookcnt > 0) && in _tx_rcvrel()
H A Dt_rcvuderr.c70 if (tiptr->ti_lookcnt > 0) { in _tx_rcvuderr()
H A Dtx.h61 int ti_lookcnt; /* buffered look flag */ member
H A Dt_rcvudata.c92 if (tiptr->ti_lookcnt > 0) { in _tx_rcvudata()
H A Dt_rcvdis.c95 if ((tiptr->ti_lookcnt > 0) && in _tx_rcvdis()
H A Dt_rcvvudata.c95 if (tiptr->ti_lookcnt > 0) { in _tx_rcvvudata()
H A D_conn_util.c173 if (tiptr->ti_lookcnt > 0) { in _t_rcv_conn_con()
H A Dt_listen.c100 if (tiptr->ti_lookcnt > 0) { in _tx_listen()