Home | History | Annotate | Download | only in rumpkern

Lines Matching refs:rump_component

205 RUMP_COMPONENT(RUMP_COMPONENT_POSTINIT)
207 __link_set_decl(rump_components, struct rump_component);
518 static LIST_HEAD(, rump_component) rchead = LIST_HEAD_INITIALIZER(rchead);
540 __link_set_decl(rump_components, struct rump_component);
541 struct rump_component *const *rc;
550 rump_component_load(const struct rump_component *rc_const)
552 struct rump_component *rc, *rc_iter;
560 * definition of RUMP_COMPONENT().
580 rump_component_unload(struct rump_component *rc)
605 struct rump_component *rc, *rc_next, rc_marker;