/src/usr.sbin/mrouted/ |
rsrr.c | 487 struct rsrr_cache *rc,*rc_next; local in function:rsrr_cache_clean 493 rc_next = rc->next; 495 rc = rc_next;
|
rsrr.c | 487 struct rsrr_cache *rc,*rc_next; local in function:rsrr_cache_clean 493 rc_next = rc->next; 495 rc = rc_next;
|
/src/sys/rump/librump/rumpkern/ |
rump.c | 605 struct rump_component *rc, *rc_next, rc_marker; local in function:rump_component_init 612 for (rc = LIST_FIRST(&rchead); rc != NULL; rc = rc_next) { 617 rc_next = LIST_NEXT(&rc_marker, rc_entries); 620 rc_next = LIST_NEXT(rc, rc_entries);
|
rump.c | 605 struct rump_component *rc, *rc_next, rc_marker; local in function:rump_component_init 612 for (rc = LIST_FIRST(&rchead); rc != NULL; rc = rc_next) { 617 rc_next = LIST_NEXT(&rc_marker, rc_entries); 620 rc_next = LIST_NEXT(rc, rc_entries);
|