Lines Matching +full:on +full:- +full:module
2 * services/modstack.h - stack of modules
30 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
53 /** the module callbacks, array of num_modules length (ref only) */
73 * @param env: module environment which is inited by the modules.
75 * @return on false a module init failed.
81 * Read config file module settings and set up the modfunc block
84 * @return false on error
89 * Get funcblock for module name
90 * @param str: string with module name. Advanced to next value on success.
91 * The string is assumed whitespace separated list of module names.
92 * @return funcblock or NULL on error.
105 * @param module_conf: module ordering to check against the ordering in stack.
106 * fails on changed ordering.
107 * @param env: module environment which is inited by the modules.
110 * @return on false a module init failed.
118 * @param env: module env for module deinit() calls.
125 * @param env: module env for module destartup() calls.
130 * Find index of module by name.
133 * @return -1 on failure, otherwise index number.
137 /** fetch memory for a module by name, returns 0 if module not there */