HomeSort by: relevance | last modified time | path
    Searched defs:rump_component (Results 1 - 2 of 2) 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 *);
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 *);

Completed in 25 milliseconds