Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_list.c72 ITEM(item)->i_prev = lp->l_tail; in av1394_list_put_tail()
92 ITEM(item)->i_prev = NULL; in av1394_list_put_head()
98 lp->l_head->i_prev = item; in av1394_list_put_head()
123 item->i_next->i_prev = item->i_prev; in av1394_list_get_head()
126 item->i_next = item->i_prev = NULL; in av1394_list_get_head()
/titanic_50/usr/src/uts/common/sys/1394/targets/av1394/
H A Dav1394_impl.h68 struct av1394_list_item_s *i_prev; member