Home
last modified time | relevance | path

Searched defs:module (Results 1 – 4 of 4) sorted by relevance

/busybox-1.35.0/modutils/
Dmodutils.c18 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()
Dmodutils.h42 #define moddb_foreach_module(db, module, index) \ argument
Dmodprobe.c209 static struct module_entry *get_or_add_modentry(const char *module) in get_or_add_modentry()
Dmodutils-24.c2811 struct new_module *module; in new_init_module() local