Home
last modified time | relevance | path

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

/external/kmod/tools/
Ddepmod.c448 struct cfg_search { struct
449 struct cfg_search *next; argument
475 struct cfg_search *searches; argument
491 struct cfg_search *s; in cfg_search_add()
502 s = malloc(sizeof(struct cfg_search) + len); in cfg_search_add()
522 static void cfg_search_free(struct cfg_search *s) in cfg_search_free()
885 struct cfg_search *tmp = cfg->searches; in cfg_free()
1110 static const char *search_to_string(const struct cfg_search *s) in search_to_string()
1144 const struct cfg_search *se; in depmod_module_is_higher_priority()