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