Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_tlist.c141 node->tln_next = NULL; in hci1394_tlist_add()
169 tlist_handle->tl_tail->tln_next = node; in hci1394_tlist_add()
437 list->tl_head = node->tln_next; in hci1394_tlist_remove()
438 node->tln_next->tln_prev = NULL; in hci1394_tlist_remove()
443 node->tln_prev->tln_next = NULL; in hci1394_tlist_remove()
447 node->tln_prev->tln_next = node->tln_next; in hci1394_tlist_remove()
448 node->tln_next->tln_prev = node->tln_prev; in hci1394_tlist_remove()
456 node->tln_next = NULL; in hci1394_tlist_remove()
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_tlist.h86 struct hci1394_tlist_node_s *tln_next; member