Home
last modified time | relevance | path

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

/external/kmod/tools/
Ddepmod.c447 struct cfg_search { struct
448 struct cfg_search *next; argument
469 struct cfg_search *searches; argument
484 struct cfg_search *s; in cfg_search_add()
495 s = malloc(sizeof(struct cfg_search) + len); in cfg_search_add()
515 static void cfg_search_free(struct cfg_search *s) in cfg_search_free()
849 struct cfg_search *tmp = cfg->searches; in cfg_free()
1068 static const char *search_to_string(const struct cfg_search *s) in search_to_string()
1102 const struct cfg_search *se; in depmod_module_is_higher_priority()