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

/illumos-gate/usr/src/lib/libnsl/nsl/
H A D_utility.c265 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) {
[all...]
H A Dtx.h47 struct _ti_lookbufs *tl_next; /* next in list */ member in struct:_ti_lookbufs
H A Dt_rcv.c145 } while ((tlbs = tlbs->tl_next) != NULL);
H A Dt_rcvv.c146 } while ((tlbs = tlbs->tl_next) != NULL);
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_info.c86 library = library->tl_next;
329 p_library = &(*p_library)->tl_next;
/illumos-gate/usr/src/cmd/ndmpd/include/
H A Dtlm.h199 struct tlm_library *tl_next; member in struct:tlm_library

Completed in 67 milliseconds