Searched refs:modname_normalize (Results 1 – 3 of 3) sorted by relevance
148 char *modname_normalize(const char *modname, char buf[static PATH_MAX], size_t *len) in modname_normalize() function178 return modname_normalize(modname, buf, len); in path_to_modname()
26 char *modname_normalize(const char *modname, char buf[static PATH_MAX], size_t *len) __attribute__(…
339 modname_normalize(name, name_norm, &namelen); in kmod_module_new_from_name()