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

/osnet-11/usr/src/lib/libnsl/nsl/
H A D_utility.c1283 struct _ti_lookbufs *tlbs, *next_tlbs; local
1297 next_tlbs = tlbs->tl_next;
1298 tlbs->tl_next = next_tlbs->tl_next;
1299 tlbs->tl_lookcbuf = next_tlbs->tl_lookcbuf;
1300 tlbs->tl_lookclen = next_tlbs->tl_lookclen;
1301 tlbs->tl_lookdbuf = next_tlbs->tl_lookdbuf;
1302 tlbs->tl_lookdlen = next_tlbs->tl_lookdlen;
1303 free(next_tlbs);

Completed in 23 milliseconds