Searched refs:rc_next (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Drctl.c594 prev->rc_next = rctl;
598 rctl->rc_next = NULL;
639 rcgp->rcag_ctls = rctl->rc_next;
641 rctl->rc_next = NULL;
661 rctl_t *next = rctl->rc_next;
983 rctl->rc_next = NULL;
991 rctl->rc_next = set->rcs_ctls[index];
997 for (next_ctl = set->rcs_ctls[index]->rc_next,
1001 next_ctl = next_ctl->rc_next) {
1003 rctl->rc_next
[all...]
/illumos-gate/usr/src/lib/libfru/libfrupicl/
H A Dfrupicl.c349 picl_nodehdl_t rc_next; local
352 (void *)&rc_next, sizeof (rc_next)) != PICL_SUCCESS) {
357 if (cmp_class_name(rc_next, PICL_CLASS_SECTION)
359 *next = rc_next;
365 return (find_next_section(rc_next, next));
/illumos-gate/usr/src/lib/libfru/libfrupicltree/
H A Dfrupicltree.c360 picl_nodehdl_t rc_next; local
363 (void *)&rc_next, sizeof (rc_next)) != PICL_SUCCESS) {
368 if (cmp_class_name(rc_next, PICL_CLASS_SECTION)
370 *next = rc_next;
376 return (find_next_section(rc_next, next));
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_rxtx.c112 slot_recy = rgep->rc_next;
117 rgep->rc_next = NEXT(slot_recy, RGE_BUF_SLOTS);
H A Drge.h435 uint32_t rc_next; /* current recycle buf index */ member in struct:rge
H A Drge_main.c600 rgep->rc_next = 0;
/illumos-gate/usr/src/uts/common/sys/
H A Drctl.h215 struct rctl *rc_next; /* next in set hash chain */ member in struct:rctl
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Drctl.c449 wsp->walk_addr = (uintptr_t)rctl.rc_next;
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Ddir.c45 struct rc_queue *rc_next; member in struct:rc_queue

Completed in 64 milliseconds