Searched refs:module_open (Results 1 – 3 of 3) sorted by relevance
50 struct module *module_open(const char *path, int flag);
74 m = module_open(lname, flag); in Load()
123 struct module *module_open(const char *file, int flag) in module_open() function