HomeSort by relevance Sort by last modified time
    Searched refs:path_to_modname (Results 1 - 4 of 4) sorted by null

  /external/kmod/shared/
util.h 27 char *path_to_modname(const char *path, char buf[static PATH_MAX], size_t *len) __attribute__((nonnull(2)));
util.c 172 char *path_to_modname(const char *path, char buf[static PATH_MAX], size_t *len) function
  /external/kmod/tools/
depmod.c 1067 if (path_to_modname(path, modname, &modnamelen) == NULL) {
    [all...]
  /external/kmod/libkmod/
libkmod-module.c 415 if (path_to_modname(path, name, &namelen) == NULL) {
    [all...]

Completed in 95 milliseconds