Lines Matching refs:tl_next
265 while (tlbs->tl_next != NULL) {
267 tlbs = tlbs->tl_next;
274 if ((tlbs->tl_next = malloc(sizeof (struct _ti_lookbufs))) ==
277 tlbs = tlbs->tl_next;
302 tlbs->tl_next = NULL;
643 tiptr->ti_lookbufs.tl_next = NULL;
1255 tlbs = head_tlbs->tl_next;
1256 head_tlbs->tl_next = NULL;
1263 tlbs = tlbs->tl_next;
1282 if (tlbs->tl_next) {
1292 next_tlbs = tlbs->tl_next;
1293 tlbs->tl_next = next_tlbs->tl_next;
1333 tlbs = tiptr->ti_lookbufs.tl_next;
1334 tiptr->ti_lookbufs.tl_next = NULL;
1340 tlbs = tlbs->tl_next;