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

/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_look.c146 if ((tiptr->ti_lookcnt > 0) ||
151 if (tiptr->ti_lookcnt > 0) {
H A D_utility.c242 if (tiptr->ti_lookcnt > 0) { /* something already on looklist */
259 if (tiptr->ti_lookcnt > 0) {
269 assert(tiptr->ti_lookcnt == listcount);
303 tiptr->ti_lookcnt++;
323 if ((retval > 0) || (tiptr->ti_lookcnt > 0)) {
650 tiptr->ti_lookcnt = 0;
983 ntiptr->ti_lookcnt = 0;
1303 tiptr->ti_lookcnt--;
1304 assert(tiptr->ti_lookcnt > 0);
1310 assert(tiptr->ti_lookcnt
[all...]
H A Dt_rcv.c89 if (tiptr->ti_lookcnt > 0) {
222 (tiptr->ti_lookcnt > 0)) {
224 * ti_lookcnt > 0 implies data
253 if (tiptr->ti_lookcnt > 0) {
255 * ti_lookcnt > 0 implies T_ORDREL_IND
H A Dt_rcvv.c91 if (tiptr->ti_lookcnt > 0) {
237 (tiptr->ti_lookcnt > 0)) {
239 * ti_lookcnt > 0 implies data
271 if (tiptr->ti_lookcnt > 0) {
273 * ti_lookcnt > 0 implies T_ORDREL_IND
H A Dt_rcvdis.c97 if ((tiptr->ti_lookcnt > 0) &&
H A Dt_rcvrel.c104 if ((tiptr->ti_lookcnt > 0) &&
H A Dt_rcvreldata.c106 if ((tiptr->ti_lookcnt > 0) &&
H A Dt_rcvudata.c94 if (tiptr->ti_lookcnt > 0) {
H A Dt_rcvuderr.c72 if (tiptr->ti_lookcnt > 0) {
H A Dt_snddis.c126 if ((tiptr->ti_lookcnt > 0) && (call == 0))
H A Dtx.h61 int ti_lookcnt; /* buffered look flag */ member in struct:_ti_user
H A D_conn_util.c175 if (tiptr->ti_lookcnt > 0) {
H A Dt_listen.c102 if (tiptr->ti_lookcnt > 0) {
H A Dt_rcvvudata.c97 if (tiptr->ti_lookcnt > 0) {

Completed in 69 milliseconds