Home
last modified time | relevance | path

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

/kernel/
Dmodule.c2565 char *colon; in module_kallsyms_lookup_name() local
2570 if ((colon = strchr(name, ':')) != NULL) { in module_kallsyms_lookup_name()
2571 *colon = '\0'; in module_kallsyms_lookup_name()
2573 ret = mod_find_symname(mod, colon+1); in module_kallsyms_lookup_name()
2574 *colon = ':'; in module_kallsyms_lookup_name()