Searched defs:module (Results 1 – 4 of 4) sorted by relevance
18 static module_entry *helper_get_module(module_db *db, const char *module, int create) in helper_get_module()45 module_entry* FAST_FUNC moddb_get(module_db *db, const char *module) in moddb_get()49 module_entry* FAST_FUNC moddb_get_or_create(module_db *db, const char *module) in moddb_get_or_create()250 int FAST_FUNC bb_delete_module(const char *module, unsigned int flags) in bb_delete_module()
42 #define moddb_foreach_module(db, module, index) \ argument
209 static struct module_entry *get_or_add_modentry(const char *module) in get_or_add_modentry()
2811 struct new_module *module; in new_init_module() local