Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/cachefs/cachefspack/
H A Drules.c60 gign_hd.i_next = (struct item *)0; in read_rules()
62 list_hd.i_next = (struct item *)0; in read_rules()
79 if (lign_hd.i_next != (struct item *)0) { in read_rules()
80 last_gign->i_next = &lign_hd; in read_rules()
92 fitem = list_hd.i_next; in read_rules()
96 sitem = fitem->i_next; in read_rules()
104 fitem = lign_hd.i_next; in read_rules()
108 sitem = fitem->i_next; in read_rules()
113 last_gign->i_next = (struct item *)0; in read_rules()
121 list_hd.i_next = (struct item *)0; in read_rules()
[all …]
H A Ddocmds.c90 symlk_hd.i_next = (struct item *)0; in do_base_dir()
92 iitem = incld_lst->i_next; in do_base_dir()
111 iitem = iitem->i_next; in do_base_dir()
137 iitem = symlk_hd.i_next; in do_base_dir()
156 iitem = iitem->i_next; in do_base_dir()
157 symlk_hd.i_next = iitem; in do_base_dir()
265 eitem = excld_lst->i_next; in do_list_item()
273 eitem = eitem->i_next; in do_list_item()
706 struct item *p = hd->i_next; in prtitem()
711 p = p->i_next; in prtitem()
H A Drules.h48 struct item *i_next; member
/titanic_41/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_41/usr/src/cmd/fs.d/cachefs/cfsd/
H A Dcfsd_all.c132 tmp_cache_object_p = cache_object_p->i_next; in cfsd_all_destroy()
203 cache_object_p = cache_object_p->i_next; in all_cachelist_at()
229 cache_object_p->i_next = all_object_p->i_cachelist; in all_cachelist_add()
262 cache_object_p = cache_object_p->i_next; in all_cachelist_find()
295 cache_object_p = cache_object_p->i_next; in all_cachefstab_update()
H A Dcfsd_cache.c113 tmp_fscache_object_p = fscache_object_p->i_next; in cfsd_cache_destroy()
230 fscache_object_p = fscache_object_p->i_next; in cache_fscachelist_at()
257 fscache_object_p->i_next = cache_object_p->i_fscachelist; in cache_fscachelist_add()
292 fscache_object_p = fscache_object_p->i_next; in cache_fscachelist_find()
H A Dcfsd_cache.h44 struct cfsd_cache_object *i_next; /* next cache object */ member
H A Dcfsd_fscache.h72 struct cfsd_fscache_object *i_next; /* next fscache object */ member
H A Dcfsd_fscache.c112 fscache_object_p->i_next = NULL; in cfsd_fscache_create()
/titanic_41/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_41/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_41/usr/src/uts/common/sys/1394/targets/av1394/
H A Dav1394_impl.h67 struct av1394_list_item_s *i_next; member
/titanic_41/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h278 struct item *i_next; member
H A Ddevfsadm.c8447 for (ip = nfp_hash[index]; ip; ip = ip->i_next) { in nfphash_lookup()
8468 ip->i_next = nfp_hash[index]; in nfphash_insert()
8481 nfp_hash[i] = ip->i_next; in nfphash_destroy()