Lines Matching refs:lmodule
52 struct lmodule *owner; /* who created the community */
73 struct lmodule *owner; /* owner module */
94 struct lmodule *owner; /* owner of the timer */
111 struct lmodule *owner; /* owner module of the file */
123 struct lmodule { struct
130 TAILQ_ENTRY(lmodule) link; argument
131 TAILQ_ENTRY(lmodule) start;
138 extern TAILQ_HEAD(lmodules, lmodule) lmodules; argument
140 struct lmodule *lm_load(const char *, const char *);
141 void lm_unload(struct lmodule *);
142 void lm_start(struct lmodule *);
302 struct lmodule *module;
342 int read_config(const char *, struct lmodule *);