Home
last modified time | relevance | path

Searched refs:rc_marker (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/rump/librump/rumpkern/
H A Drump.c605 struct rump_component *rc, *rc_next, rc_marker; in rump_component_init() local
610 rc_marker.rc_type = RUMP_COMPONENT_MAX; in rump_component_init()
611 rc_marker.rc_init = NULL; in rump_component_init()
614 LIST_INSERT_AFTER(rc, &rc_marker, rc_entries); in rump_component_init()
617 rc_next = LIST_NEXT(&rc_marker, rc_entries); in rump_component_init()
618 LIST_REMOVE(&rc_marker, rc_entries); in rump_component_init()