Home
last modified time | relevance | path

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

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