Symbol: MY_NAME
drivers/pci/hotplug/acpi_pcihp.c
24
#define dbg(fmt, arg...) do { if (debug_acpi) printk(KERN_DEBUG "%s: %s: " fmt, MY_NAME, __func__, ## arg); } while (0)
drivers/pci/hotplug/acpi_pcihp.c
25
#define err(format, arg...) printk(KERN_ERR "%s: " format, MY_NAME, ## arg)
drivers/pci/hotplug/acpi_pcihp.c
26
#define info(format, arg...) printk(KERN_INFO "%s: " format, MY_NAME, ## arg)
drivers/pci/hotplug/acpi_pcihp.c
27
#define warn(format, arg...) printk(KERN_WARNING "%s: " format, MY_NAME, ## arg)
drivers/pci/hotplug/cpci_hotplug_core.c
36
MY_NAME, ## arg); \
drivers/pci/hotplug/cpci_hotplug_core.c
38
#define err(format, arg...) printk(KERN_ERR "%s: " format "\n", MY_NAME, ## arg)
drivers/pci/hotplug/cpci_hotplug_core.c
39
#define info(format, arg...) printk(KERN_INFO "%s: " format "\n", MY_NAME, ## arg)
drivers/pci/hotplug/cpci_hotplug_core.c
40
#define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n", MY_NAME, ## arg)
drivers/pci/hotplug/cpci_hotplug_core.c
518
MY_NAME,
drivers/pci/hotplug/cpci_hotplug_pci.c
26
MY_NAME, ## arg); \
drivers/pci/hotplug/cpci_hotplug_pci.c
28
#define err(format, arg...) printk(KERN_ERR "%s: " format "\n", MY_NAME, ## arg)
drivers/pci/hotplug/cpci_hotplug_pci.c
29
#define info(format, arg...) printk(KERN_INFO "%s: " format "\n", MY_NAME, ## arg)
drivers/pci/hotplug/cpci_hotplug_pci.c
30
#define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n", MY_NAME, ## arg)
drivers/pci/hotplug/cpcihp_generic.c
39
MY_NAME, ## arg); \
drivers/pci/hotplug/cpcihp_generic.c
41
#define err(format, arg...) printk(KERN_ERR "%s: " format "\n", MY_NAME, ## arg)
drivers/pci/hotplug/cpcihp_generic.c
42
#define info(format, arg...) printk(KERN_INFO "%s: " format "\n", MY_NAME, ## arg)
drivers/pci/hotplug/cpcihp_generic.c
43
#define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n", MY_NAME, ## arg)
drivers/pci/hotplug/cpcihp_zt5550.c
34
MY_NAME, ## arg); \
drivers/pci/hotplug/cpcihp_zt5550.c
36
#define err(format, arg...) printk(KERN_ERR "%s: " format "\n", MY_NAME, ## arg)
drivers/pci/hotplug/cpcihp_zt5550.c
37
#define info(format, arg...) printk(KERN_INFO "%s: " format "\n", MY_NAME, ## arg)
drivers/pci/hotplug/cpcihp_zt5550.c
38
#define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n", MY_NAME, ## arg)
drivers/pci/hotplug/cpcihp_zt5550.c
83
pci_resource_len(hc_dev, 1), MY_NAME)) {
drivers/pci/hotplug/cpqphp.h
25
#define dbg(fmt, arg...) do { if (cpqhp_debug) printk(KERN_DEBUG "%s: " fmt, MY_NAME, ## arg); } while (0)
drivers/pci/hotplug/cpqphp.h
26
#define err(format, arg...) printk(KERN_ERR "%s: " format, MY_NAME, ## arg)
drivers/pci/hotplug/cpqphp.h
27
#define info(format, arg...) printk(KERN_INFO "%s: " format, MY_NAME, ## arg)
drivers/pci/hotplug/cpqphp.h
28
#define warn(format, arg...) printk(KERN_WARNING "%s: " format, MY_NAME, ## arg)
drivers/pci/hotplug/cpqphp_core.c
1047
pci_resource_len(pdev, 0), MY_NAME)) {
drivers/pci/hotplug/cpqphp_core.c
1143
IRQF_SHARED, MY_NAME, ctrl)) {
drivers/pci/hotplug/cpqphp_core.c
772
printk(KERN_ERR MY_NAME ": cannot enable PCI device %s (%d)\n",
drivers/pci/hotplug/ibmphp.h
29
#define debug(fmt, arg...) do { if (ibmphp_debug == 1) printk(KERN_DEBUG "%s: " fmt, MY_NAME, ## arg); } while (0)
drivers/pci/hotplug/ibmphp.h
30
#define debug_pci(fmt, arg...) do { if (ibmphp_debug) printk(KERN_DEBUG "%s: " fmt, MY_NAME, ## arg); } while (0)
drivers/pci/hotplug/ibmphp.h
31
#define err(format, arg...) printk(KERN_ERR "%s: " format, MY_NAME, ## arg)
drivers/pci/hotplug/ibmphp.h
32
#define info(format, arg...) printk(KERN_INFO "%s: " format, MY_NAME, ## arg)
drivers/pci/hotplug/ibmphp.h
33
#define warn(format, arg...) printk(KERN_WARNING "%s: " format, MY_NAME, ## arg)
drivers/pci/hotplug/pci_hotplug_core.c
31
#define dbg(fmt, arg...) do { if (debug) printk(KERN_DEBUG "%s: %s: " fmt, MY_NAME, __func__, ## arg); } while (0)
drivers/pci/hotplug/pci_hotplug_core.c
32
#define err(format, arg...) printk(KERN_ERR "%s: " format, MY_NAME, ## arg)
drivers/pci/hotplug/pci_hotplug_core.c
33
#define info(format, arg...) printk(KERN_INFO "%s: " format, MY_NAME, ## arg)
drivers/pci/hotplug/pci_hotplug_core.c
34
#define warn(format, arg...) printk(KERN_WARNING "%s: " format, MY_NAME, ## arg)
drivers/pci/hotplug/rpaphp.h
40
MY_NAME, ## arg); \
drivers/pci/hotplug/rpaphp.h
42
#define err(format, arg...) printk(KERN_ERR "%s: " format, MY_NAME, ## arg)
drivers/pci/hotplug/rpaphp.h
43
#define info(format, arg...) printk(KERN_INFO "%s: " format, MY_NAME, ## arg)
drivers/pci/hotplug/rpaphp.h
44
#define warn(format, arg...) printk(KERN_WARNING "%s: " format, MY_NAME, ## arg)
drivers/pci/hotplug/shpchp_hpc.c
1005
MY_NAME, (void *)ctrl);
drivers/pci/hotplug/shpchp_hpc.c
936
if (!request_mem_region(ctrl->mmio_base, ctrl->mmio_size, MY_NAME)) {
drivers/scsi/scsi_debug.c
1020
static char sdebug_proc_name[] = MY_NAME;
drivers/scsi/scsi_debug.c
1021
static const char *my_name = MY_NAME;