OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rc_next
(Results
1 - 7
of
7
) sorted by relevancy
/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
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
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 */
member in struct:rfcomm_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
);
Completed in 22 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026