Searched refs:tln_prev (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_tlist.c165 node->tln_prev = NULL;
179 node->tln_prev = tlist_handle->tl_tail;
477 node->tln_next->tln_prev = NULL;
481 list->tl_tail = node->tln_prev;
482 node->tln_prev->tln_next = NULL;
486 node->tln_prev->tln_next = node->tln_next;
487 node->tln_next->tln_prev = node->tln_prev;
494 node->tln_prev = NULL;
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_tlist.h87 struct hci1394_tlist_node_s *tln_prev; member in struct:hci1394_tlist_node_s

Completed in 44 milliseconds