Home
last modified time | relevance | path

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; in rctl_gp_alloc()
598 rctl->rc_next = NULL; in rctl_gp_alloc()
641 rctl->rc_next = NULL; in rctl_gp_detach_ctl()
983 rctl->rc_next = NULL; in rctl_set_insert()
1010 rctl->rc_next = next_ctl; in rctl_set_insert()
1011 prev_ctl->rc_next = rctl; in rctl_set_insert()
1146 dup->rc_next = NULL; in rctl_dup()
1179 r = r->rc_next; in rctl_set_fill_alloc_gp()
1309 r = r->rc_next; in rctl_set_dup()
1387 r = r->rc_next; in rctl_set_reset()
[all …]
/illumos-gate/usr/src/lib/libfru/libfrupicl/
H A Dfrupicl.c347 picl_nodehdl_t rc_next; in find_next_section() local
350 (void *)&rc_next, sizeof (rc_next)) != PICL_SUCCESS) { in find_next_section()
355 if (cmp_class_name(rc_next, PICL_CLASS_SECTION) in find_next_section()
357 *next = rc_next; in find_next_section()
363 return (find_next_section(rc_next, next)); in find_next_section()
/illumos-gate/usr/src/lib/libfru/libfrupicltree/
H A Dfrupicltree.c358 picl_nodehdl_t rc_next; in find_next_section() local
361 (void *)&rc_next, sizeof (rc_next)) != PICL_SUCCESS) { in find_next_section()
366 if (cmp_class_name(rc_next, PICL_CLASS_SECTION) in find_next_section()
368 *next = rc_next; in find_next_section()
374 return (find_next_section(rc_next, next)); in find_next_section()
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/sys/
H A Drctl.h215 struct rctl *rc_next; /* next in set hash chain */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Drctl.c447 wsp->walk_addr = (uintptr_t)rctl.rc_next; in rctl_set_walk_step()
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Ddir.c43 struct rc_queue *rc_next; member