Home
last modified time | relevance | path

Searched refs:bb_init_module_24 (Results 1 – 3 of 3) sorted by relevance

/busybox-1.35.0/modutils/
Dmodutils.h103 int FAST_FUNC bb_init_module_24(const char *module, const char *options);
Dmodutils.c207 return bb_init_module_24(filename, options); in bb_init_module()
Dmodutils-24.c3805 int FAST_FUNC bb_init_module_24(const char *m_filename, const char *options) in bb_init_module_24() function