Home
last modified time | relevance | path

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

/openbmc/linux/scripts/
H A Ddecode_stacktrace.sh79 find_module() { function
102 find_module && return
111 find_module && return
131 local objfile=$(find_module)
/openbmc/openbmc-test-automation/lib/
H A Dlogging_utils.py15 os.path.dirname(os.path.dirname(imp.find_module("gen_robot_print")[1]))
H A Ddump_utils.py18 os.path.dirname(os.path.dirname(imp.find_module("gen_robot_print")[1]))
H A Dgen_call_robot.py21 os.path.dirname(os.path.dirname(imp.find_module("gen_robot_print")[1]))
H A Dstate.py48 os.path.dirname(os.path.dirname(imp.find_module("gen_robot_print")[1]))
H A Dobmc_boot_test.py39 os.path.dirname(os.path.dirname(imp.find_module("gen_robot_print")[1]))
/openbmc/linux/include/linux/
H A Dmodule.h650 struct module *find_module(const char *name);
/openbmc/linux/kernel/livepatch/
H A Dcore.c68 mod = find_module(obj->name); in klp_find_object_module()
/openbmc/linux/scripts/mod/
H A Dmodpost.c171 static struct module *find_module(const char *modname) in find_module() function
2153 mod = find_module(modname); in read_dump()
/openbmc/linux/tools/perf/util/
H A Dsymbol.c1019 static struct module_info *find_module(const char *name, in find_module() function
1138 mi = find_module(dso->short_name, &modules); in do_validate_kcore_modules()
/openbmc/linux/kernel/module/
H A Dmain.c363 struct module *find_module(const char *name) in find_module() function
718 mod = find_module(name); in SYSCALL_DEFINE2()
/openbmc/linux/kernel/trace/
H A Dtrace_kprobe.c126 ret = !!find_module(tk->symbol); in trace_kprobe_module_exist()