Searched refs:MY_NAME (Results 1 - 21 of 21) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Drpaphp.h48 #define MY_NAME "rpaphp" macro
54 MY_NAME , ## arg); \
56 #define err(format, arg...) printk(KERN_ERR "%s: " format, MY_NAME , ## arg)
57 #define info(format, arg...) printk(KERN_INFO "%s: " format, MY_NAME , ## arg)
58 #define warn(format, arg...) printk(KERN_WARNING "%s: " format, MY_NAME , ## arg)
H A Dcpcihp_generic.c49 #define MY_NAME "cpcihp_generic" macro
51 #define MY_NAME THIS_MODULE->name macro
58 MY_NAME , ## arg); \
60 #define err(format, arg...) printk(KERN_ERR "%s: " format "\n", MY_NAME , ## arg)
61 #define info(format, arg...) printk(KERN_INFO "%s: " format "\n", MY_NAME , ## arg)
62 #define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n", MY_NAME , ## arg)
H A Dacpiphp.h47 MY_NAME , ## arg); \
49 #define err(format, arg...) printk(KERN_ERR "%s: " format, MY_NAME , ## arg)
50 #define info(format, arg...) printk(KERN_INFO "%s: " format, MY_NAME , ## arg)
51 #define warn(format, arg...) printk(KERN_WARNING "%s: " format, MY_NAME , ## arg)
H A Dcpcihp_zt5550.c47 #define MY_NAME "cpcihp_zt5550" macro
53 MY_NAME , ## arg); \
55 #define err(format, arg...) printk(KERN_ERR "%s: " format "\n", MY_NAME , ## arg)
56 #define info(format, arg...) printk(KERN_INFO "%s: " format "\n", MY_NAME , ## arg)
57 #define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n", MY_NAME , ## arg)
102 pci_resource_len(hc_dev, 1), MY_NAME)) {
H A Dcpci_hotplug_pci.c34 #define MY_NAME "cpci_hotplug" macro
42 MY_NAME , ## arg); \
44 #define err(format, arg...) printk(KERN_ERR "%s: " format "\n", MY_NAME , ## arg)
45 #define info(format, arg...) printk(KERN_INFO "%s: " format "\n", MY_NAME , ## arg)
46 #define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n", MY_NAME , ## arg)
H A Dfakephp.c45 #define MY_NAME "fakephp" macro
47 #define MY_NAME THIS_MODULE->name macro
54 MY_NAME , ## arg); \
56 #define err(format, arg...) printk(KERN_ERR "%s: " format, MY_NAME , ## arg)
57 #define info(format, arg...) printk(KERN_INFO "%s: " format, MY_NAME , ## arg)
H A Dpciehp.h40 #define MY_NAME "pciehp" macro
51 printk("%s: " format, MY_NAME , ## arg); \
54 printk(KERN_ERR "%s: " format, MY_NAME , ## arg)
56 printk(KERN_INFO "%s: " format, MY_NAME , ## arg)
58 printk(KERN_WARNING "%s: " format, MY_NAME , ## arg)
H A Dpcihp_skeleton.c49 #define MY_NAME "pcihp_skeleton" macro
55 MY_NAME , ## arg); \
57 #define err(format, arg...) printk(KERN_ERR "%s: " format "\n", MY_NAME , ## arg)
58 #define info(format, arg...) printk(KERN_INFO "%s: " format "\n", MY_NAME , ## arg)
59 #define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n", MY_NAME , ## arg)
H A Dshpchp.h40 #define MY_NAME "shpchp" macro
42 #define MY_NAME THIS_MODULE->name macro
53 printk("%s: " format, MY_NAME , ## arg); \
56 printk(KERN_ERR "%s: " format, MY_NAME , ## arg)
58 printk(KERN_INFO "%s: " format, MY_NAME , ## arg)
60 printk(KERN_WARNING "%s: " format, MY_NAME , ## arg)
H A Dacpi_pcihp.c37 #define MY_NAME "acpi_pcihp" macro
39 #define dbg(fmt, arg...) do { if (debug_acpi) printk(KERN_DEBUG "%s: %s: " fmt , MY_NAME , __FUNCTION__ , ## arg); } while (0)
40 #define err(format, arg...) printk(KERN_ERR "%s: " format , MY_NAME , ## arg)
41 #define info(format, arg...) printk(KERN_INFO "%s: " format , MY_NAME , ## arg)
42 #define warn(format, arg...) printk(KERN_WARNING "%s: " format , MY_NAME , ## arg)
H A Dibmphp.h38 #define MY_NAME "ibmphpd" macro
40 #define MY_NAME THIS_MODULE->name macro
42 #define debug(fmt, arg...) do { if (ibmphp_debug == 1) printk(KERN_DEBUG "%s: " fmt , MY_NAME , ## arg); } while (0)
43 #define debug_pci(fmt, arg...) do { if (ibmphp_debug) printk(KERN_DEBUG "%s: " fmt , MY_NAME , ## arg); } while (0)
44 #define err(format, arg...) printk(KERN_ERR "%s: " format , MY_NAME , ## arg)
45 #define info(format, arg...) printk(KERN_INFO "%s: " format , MY_NAME , ## arg)
46 #define warn(format, arg...) printk(KERN_WARNING "%s: " format , MY_NAME , ## arg)
H A Dcpci_hotplug_core.c43 #define MY_NAME "cpci_hotplug" macro
49 MY_NAME , ## arg); \
51 #define err(format, arg...) printk(KERN_ERR "%s: " format "\n", MY_NAME , ## arg)
52 #define info(format, arg...) printk(KERN_INFO "%s: " format "\n", MY_NAME , ## arg)
53 #define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n", MY_NAME , ## arg)
641 MY_NAME,
H A Dpci_hotplug_core.c44 #define MY_NAME "pci_hotplug" macro
46 #define dbg(fmt, arg...) do { if (debug) printk(KERN_DEBUG "%s: %s: " fmt , MY_NAME , __FUNCTION__ , ## arg); } while (0)
47 #define err(format, arg...) printk(KERN_ERR "%s: " format , MY_NAME , ## arg)
48 #define info(format, arg...) printk(KERN_INFO "%s: " format , MY_NAME , ## arg)
49 #define warn(format, arg...) printk(KERN_WARNING "%s: " format , MY_NAME , ## arg)
H A Dacpiphp_ibm.c51 #define MY_NAME "acpiphp_ibm" macro
58 MY_NAME , ## arg); \
H A Dcpqphp.h36 #define MY_NAME "cpqphp" macro
38 #define dbg(fmt, arg...) do { if (cpqhp_debug) printk(KERN_DEBUG "%s: " fmt , MY_NAME , ## arg); } while (0)
39 #define err(format, arg...) printk(KERN_ERR "%s: " format , MY_NAME , ## arg)
40 #define info(format, arg...) printk(KERN_INFO "%s: " format , MY_NAME , ## arg)
41 #define warn(format, arg...) printk(KERN_WARNING "%s: " format , MY_NAME , ## arg)
H A Dacpiphp_core.c45 #define MY_NAME "acpiphp" macro
H A Dcpqphp_core.c811 printk(KERN_ERR MY_NAME ": cannot enable PCI device %s (%d)\n",
1095 pci_resource_len(pdev, 0), MY_NAME)) {
1191 IRQF_SHARED, MY_NAME, ctrl)) {
H A Dshpchp_hpc.c1005 if (!request_mem_region(ctrl->mmio_base, ctrl->mmio_size, MY_NAME)) {
1074 MY_NAME, (void *)ctrl);
H A Dpciehp_hpc.c1287 MY_NAME, (void *)ctrl);
H A Dacpiphp_glue.c58 #define MY_NAME "acpiphp_glue" macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/
H A Droot_plug.c51 #define MY_NAME THIS_MODULE->name macro
53 #define MY_NAME "root_plug" macro
60 MY_NAME , __FUNCTION__ , \
108 if (mod_reg_security (MY_NAME, &rootplug_security_ops)) {
124 if (mod_unreg_security (MY_NAME, &rootplug_security_ops))

Completed in 1065 milliseconds