Searched refs:tl_next (Results 1 – 6 of 6) sorted by relevance
265 while (tlbs->tl_next != NULL) { in _t_register_lookevent()267 tlbs = tlbs->tl_next; in _t_register_lookevent()274 if ((tlbs->tl_next = malloc(sizeof (struct _ti_lookbufs))) == in _t_register_lookevent()277 tlbs = tlbs->tl_next; in _t_register_lookevent()302 tlbs->tl_next = NULL; in _t_register_lookevent()643 tiptr->ti_lookbufs.tl_next = NULL; in _t_reinit_tiptr()1255 tlbs = head_tlbs->tl_next; in _t_free_lookbufs()1256 head_tlbs->tl_next = NULL; in _t_free_lookbufs()1263 tlbs = tlbs->tl_next; in _t_free_lookbufs()1282 if (tlbs->tl_next) { in _t_free_looklist_head()[all …]
47 struct _ti_lookbufs *tl_next; /* next in list */ member
145 } while ((tlbs = tlbs->tl_next) != NULL); in _tx_rcv()
146 } while ((tlbs = tlbs->tl_next) != NULL); in _tx_rcvv()
86 library = library->tl_next; in tlm_library()329 p_library = &(*p_library)->tl_next; in tlm_insert_new_library()
199 struct tlm_library *tl_next; member