Searched refs:modname (Results 26 - 32 of 32) sorted by relevance

12

/linux-master/scripts/
H A DMakefile.build222 cmd_warn_shared_object = $(if $(word 2, $(modname-multi)),$(warning $(kbuild-file): $*.o is added to multiple modules: $(modname-multi)))
/linux-master/drivers/cxl/core/
H A Dport.c2044 * @modname: KBUILD_MODNAME for parent driver
2047 const char *modname)
2050 pr_debug("%s ->probe() must be specified\n", modname);
2055 pr_debug("%s ->name must be specified\n", modname);
2060 pr_debug("%s ->id must be specified\n", modname);
2066 cxl_drv->drv.mod_name = modname;
2046 __cxl_driver_register(struct cxl_driver *cxl_drv, struct module *owner, const char *modname) argument
/linux-master/kernel/
H A Dkprobes.c2759 const char *sym, int offset, char *modname, struct kprobe *pp)
2775 (modname ? modname : " "));
2814 char *modname, namebuf[KSYM_NAME_LEN]; local
2820 &offset, &modname, namebuf);
2823 report_probe(pi, kp, sym, offset, modname, p);
2825 report_probe(pi, p, sym, offset, modname, NULL);
2758 report_probe(struct seq_file *pi, struct kprobe *p, const char *sym, int offset, char *modname, struct kprobe *pp) argument
/linux-master/scripts/mod/
H A Dfile2alias.c140 static void device_id_check(const char *modname, const char *device_id, argument
149 modname, device_id, id_size, device_id, size, device_id);
156 modname, device_id, id_size, size / id_size);
162 modname, device_id);
/linux-master/drivers/cxl/
H A Dcxl.h825 const char *modname);
/linux-master/kernel/module/
H A Dmain.c2792 static int unknown_module_param_cb(char *param, char *val, const char *modname, argument
2805 ret = ddebug_dyndbg_module_param_cb(param, val, modname);
2807 pr_warn("%s: unknown parameter '%s' ignored\n", modname, param);
/linux-master/arch/powerpc/xmon/
H A Dxmon.c3724 char *modname; local
3732 name = kallsyms_lookup(address, &size, &offset, &modname,
3743 if (modname)
3744 printf(" [%s]", modname);

Completed in 188 milliseconds

12