Home
last modified time | relevance | path

Searched refs:i_next (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_list.c71 ITEM(item)->i_next = NULL; in av1394_list_put_tail()
78 lp->l_tail->i_next = item; in av1394_list_put_tail()
91 ITEM(item)->i_next = lp->l_head; in av1394_list_put_head()
115 lp->l_head = item->i_next; in av1394_list_get_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/lib/abi/apptrace/common/
H A Dabienv.h40 struct intlist *i_next; member
H A Dabienv.c133 ip->i_next = *list; in env_to_intlist()
239 for (; list != NULL; list = list->i_next) { in check_intlist()
/titanic_50/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib.c198 struct rdsv3_ib_ipaddr *i_ipaddr, *i_next; in rdsv3_ib_remove_one() local
206 RDSV3_FOR_EACH_LIST_NODE_SAFE(i_ipaddr, i_next, &rds_ibdev->ipaddr_list, in rdsv3_ib_remove_one()
/titanic_50/usr/src/uts/common/sys/1394/targets/av1394/
H A Dav1394_impl.h67 struct av1394_list_item_s *i_next; member
/titanic_50/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h278 struct item *i_next; member
H A Ddevfsadm.c8445 for (ip = nfp_hash[index]; ip; ip = ip->i_next) { in nfphash_lookup()
8466 ip->i_next = nfp_hash[index]; in nfphash_insert()
8479 nfp_hash[i] = ip->i_next; in nfphash_destroy()