Home
last modified time | relevance | path

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

/external/kmod/shared/
Dutil.h27 char *path_to_modname(const char *path, char buf[static PATH_MAX], size_t *len) __attribute__((nonn…
Dutil.c170 char *path_to_modname(const char *path, char buf[static PATH_MAX], size_t *len) in path_to_modname() function
/external/kmod/tools/
Ddepmod.c1187 if (path_to_modname(path, modname, &modnamelen) == NULL) { in depmod_modules_search_file()
2337 path_to_modname(line, modname, NULL); in output_builtin_bin()
/external/kmod/libkmod/
Dlibkmod-module.c415 if (path_to_modname(path, name, &namelen) == NULL) { in kmod_module_new_from_path()