OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rc_next
(Results
1 - 2
of
2
) sorted by relevancy
/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);
Completed in 19 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025