Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/nsl/
H A D_utility.c1278 struct _ti_lookbufs *tlbs, *next_tlbs; in _t_free_looklist_head() local
1292 next_tlbs = tlbs->tl_next; in _t_free_looklist_head()
1293 tlbs->tl_next = next_tlbs->tl_next; in _t_free_looklist_head()
1294 tlbs->tl_lookcbuf = next_tlbs->tl_lookcbuf; in _t_free_looklist_head()
1295 tlbs->tl_lookclen = next_tlbs->tl_lookclen; in _t_free_looklist_head()
1296 tlbs->tl_lookdbuf = next_tlbs->tl_lookdbuf; in _t_free_looklist_head()
1297 tlbs->tl_lookdlen = next_tlbs->tl_lookdlen; in _t_free_looklist_head()
1298 free(next_tlbs); in _t_free_looklist_head()