Searched refs:rc_next (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/sys/rump/librump/rumpkern/ |
| D | rump.c | 605 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/ |
| D | rsrr.c | 487 struct rsrr_cache *rc,*rc_next; local 493 rc_next = rc->next; 495 rc = rc_next;
|
| /netbsd/src/sys/netbt/ |
| D | rfcomm_session.c | 245 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()
|
| D | rfcomm.h | 278 SIMPLEQ_ENTRY(rfcomm_credit) rc_next; /* next credit */
|
| D | rfcomm_dlc.c | 161 SIMPLEQ_FOREACH(credit, &rs->rs_credits, rc_next) in rfcomm_dlc_close()
|