Searched refs:moddb_get (Results 1 – 4 of 4) sorted by relevance
46 module_entry *moddb_get(module_db *db, const char *s) FAST_FUNC;
92 m = moddb_get(modules, n->data); in order_dep_list()
45 module_entry* FAST_FUNC moddb_get(module_db *db, const char *module) in moddb_get() function
532 m = moddb_get(&G.db, bb_get_last_path_component_nostrip(tokens[0])); in load_modules_dep()