HomeSort by: relevance | last modified time | path
    Searched refs:rump_component (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/rump/include/rump-sys/
kern.h 75 struct rump_component { struct
78 LIST_ENTRY(rump_component) rc_entries;
107 #define RUMP_COMPONENT(type) \
109 static struct rump_component rumpcomp##type = { \
138 void rump_component_load(const struct rump_component *);
139 void rump_component_unload(struct rump_component *);
  /src/sys/rump/include/rump/
rumpuser.h 231 struct rump_component;
235 typedef void (*rump_compload_fn)(const struct rump_component *);
  /src/sys/rump/librump/rumpkern/
rump.c 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
    [all...]
  /src/lib/librumpuser/
rumpuser_dl.c 357 struct rump_component *const *rc, *const *rc_end;

Completed in 19 milliseconds