Searched defs:pc_next (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dpathconf.h77 struct pathcnf *pc_next; /* linked list */ member in struct:pathcnf
97 caddr32_t pc_next; /* linked list */ member in struct:pathcnf32
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dibpart_rcm.c84 struct link_cache *pc_next; /* next cached resource */ member in struct:link_cache
170 cache_head.pc_next = &cache_tail;
173 cache_tail.pc_next = NULL;
264 node = cache_head.pc_next;
276 node = cache_head.pc_next;
792 node = cache_head.pc_next;
793 for (; node != &cache_tail; node = node->pc_next) {
832 node->pc_next = cache_head.pc_next;
835 node->pc_next
[all...]

Completed in 66 milliseconds