Home
last modified time | relevance | path

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

/netbsd/src/sys/rump/librump/rumpkern/
Drump.c605 struct rump_component *rc, *rc_next, rc_marker; in rump_component_init() local
612 for (rc = LIST_FIRST(&rchead); rc != NULL; rc = rc_next) { in rump_component_init()
617 rc_next = LIST_NEXT(&rc_marker, rc_entries); in rump_component_init()
620 rc_next = LIST_NEXT(rc, rc_entries); in rump_component_init()
/netbsd/src/usr.sbin/mrouted/
Drsrr.c487 struct rsrr_cache *rc,*rc_next; local
493 rc_next = rc->next;
495 rc = rc_next;
/netbsd/src/sys/netbt/
Drfcomm_session.c245 SIMPLEQ_REMOVE_HEAD(&rs->rs_credits, rc_next); in rfcomm_session_free()
493 SIMPLEQ_REMOVE_HEAD(&rs->rs_credits, rc_next); in rfcomm_session_complete()
1510 SIMPLEQ_INSERT_TAIL(&rs->rs_credits, credit, rc_next); in rfcomm_session_send_frame()
1619 SIMPLEQ_INSERT_TAIL(&rs->rs_credits, credit, rc_next); in rfcomm_session_send_uih()
Drfcomm.h278 SIMPLEQ_ENTRY(rfcomm_credit) rc_next; /* next credit */
Drfcomm_dlc.c161 SIMPLEQ_FOREACH(credit, &rs->rs_credits, rc_next) in rfcomm_dlc_close()