Home
last modified time | relevance | path

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

/external/kmod/shared/
Dutil.c148 char *modname_normalize(const char *modname, char buf[static PATH_MAX], size_t *len) in modname_normalize() function
178 return modname_normalize(modname, buf, len); in path_to_modname()
Dutil.h26 char *modname_normalize(const char *modname, char buf[static PATH_MAX], size_t *len) __attribute__(…
/external/kmod/libkmod/
Dlibkmod-module.c339 modname_normalize(name, name_norm, &namelen); in kmod_module_new_from_name()