/src/sys/dev/fdt/ |
fdt_regulator.c | 52 LIST_ENTRY(fdtbus_regulator_controller) rc_next; 72 LIST_INSERT_HEAD(&fdtbus_regulator_controllers, rc, rc_next); 82 LIST_FOREACH(rc, &fdtbus_regulator_controllers, rc_next) {
|
fdt_reset.c | 45 LIST_ENTRY(fdtbus_reset_controller) rc_next; 62 LIST_INSERT_HEAD(&fdtbus_reset_controllers, rc, rc_next); 72 LIST_FOREACH(rc, &fdtbus_reset_controllers, rc_next) {
|
/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;
|
/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);
|
/src/sys/netbt/ |
rfcomm.h | 278 SIMPLEQ_ENTRY(rfcomm_credit) rc_next; /* next credit */
|
rfcomm_dlc.c | 161 SIMPLEQ_FOREACH(credit, &rs->rs_credits, rc_next)
|
rfcomm_session.c | 245 SIMPLEQ_REMOVE_HEAD(&rs->rs_credits, rc_next); 493 SIMPLEQ_REMOVE_HEAD(&rs->rs_credits, rc_next); 1510 SIMPLEQ_INSERT_TAIL(&rs->rs_credits, credit, rc_next); 1619 SIMPLEQ_INSERT_TAIL(&rs->rs_credits, credit, rc_next);
|