Home
last modified time | relevance | path

Searched refs:pc_next (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/rcm_daemon/common/
H A Dibpart_rcm.c84 struct link_cache *pc_next; /* next cached resource */ member
170 cache_head.pc_next = &cache_tail; in rcm_mod_init()
173 cache_tail.pc_next = NULL; in rcm_mod_init()
264 node = cache_head.pc_next; in ibpart_unregister()
276 node = cache_head.pc_next; in ibpart_unregister()
792 node = cache_head.pc_next; in cache_lookup()
793 for (; node != &cache_tail; node = node->pc_next) { in cache_lookup()
832 node->pc_next = cache_head.pc_next; in cache_insert()
835 node->pc_next->pc_prev = node; in cache_insert()
836 node->pc_prev->pc_next = node; in cache_insert()
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Dpathconf.h77 struct pathcnf *pc_next; /* linked list */ member
97 caddr32_t pc_next; /* linked list */ member
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_vfsops.c1090 for (p = allpc; p != NULL; p = p->pc_next) { in pathconf_get()
1100 p->pc_next = allpc; in pathconf_get()
1122 p = p->pc_next; in pathconf_rele()
1129 allpc = p->pc_next; in pathconf_rele()
1131 p2->pc_next = p->pc_next; in pathconf_rele()