Home
last modified time | relevance | path

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

/external/kmod/tools/
Ddepmod.c461 struct cfg_exclude { struct
462 struct cfg_exclude *next; argument
477 struct cfg_exclude *excludes; argument
591 struct cfg_exclude *exc; in cfg_exclude_add()
594 exc = malloc(sizeof(struct cfg_exclude) + len + 1); in cfg_exclude_add()
608 static void cfg_exclude_free(struct cfg_exclude *exc) in cfg_exclude_free()
897 struct cfg_exclude *tmp = cfg->excludes; in cfg_free()
1275 struct cfg_exclude *exc; in should_exclude_dir()