Searched refs:debugf4 (Results 1 – 9 of 9) sorted by relevance
/linux-2.6.39/drivers/edac/ |
D | edac_mc.c | 45 debugf4("\tchannel = %p\n", chan); in edac_mc_dump_channel() 46 debugf4("\tchannel->chan_idx = %d\n", chan->chan_idx); in edac_mc_dump_channel() 47 debugf4("\tchannel->ce_count = %d\n", chan->ce_count); in edac_mc_dump_channel() 48 debugf4("\tchannel->label = '%s'\n", chan->label); in edac_mc_dump_channel() 49 debugf4("\tchannel->csrow = %p\n\n", chan->csrow); in edac_mc_dump_channel() 54 debugf4("\tcsrow = %p\n", csrow); in edac_mc_dump_csrow() 55 debugf4("\tcsrow->csrow_idx = %d\n", csrow->csrow_idx); in edac_mc_dump_csrow() 56 debugf4("\tcsrow->first_page = 0x%lx\n", csrow->first_page); in edac_mc_dump_csrow() 57 debugf4("\tcsrow->last_page = 0x%lx\n", csrow->last_page); in edac_mc_dump_csrow() 58 debugf4("\tcsrow->page_mask = 0x%lx\n", csrow->page_mask); in edac_mc_dump_csrow() [all …]
|
D | edac_mc_sysfs.c | 787 debugf4("%s()\n", __func__); in edac_create_mci_instance_attributes() 790 debugf4("%s() sysfs_attrib = %p\n",__func__, sysfs_attrib); in edac_create_mci_instance_attributes() 820 debugf4("%s() file %s\n", __func__, in edac_create_mci_instance_attributes() 855 debugf4("%s() sysfs_attrib = %p\n",__func__, sysfs_attrib); in edac_remove_mci_instance_attributes() 857 debugf4("%s() seeking for group %s\n", in edac_remove_mci_instance_attributes() 861 debugf4("%s() grp_kobj->grp = %p\n",__func__, grp_kobj->grp); in edac_remove_mci_instance_attributes() 866 debugf4("%s() group %s\n", __func__, in edac_remove_mci_instance_attributes() 871 debugf4("%s() end of seeking for group %s\n", in edac_remove_mci_instance_attributes() 874 debugf4("%s() file %s\n", __func__, in edac_remove_mci_instance_attributes() 981 debugf4("%s() unregister this mci kobj\n", __func__); in edac_remove_sysfs_mci_device() [all …]
|
D | edac_device_sysfs.c | 205 debugf4("%s() control index=%d\n", __func__, edac_dev->dev_idx); in edac_device_ctrl_master_release() 277 debugf4("%s() Registered '.../edac/%s' kobject\n", in edac_device_register_sysfs_main_kobj() 300 debugf4("%s() name of kobject is: %s\n", in edac_device_unregister_sysfs_main_kobj() 527 debugf4("%s() Instance '%s' inst_p=%p block '%s' block_p=%p\n", in edac_device_create_block() 529 debugf4("%s() block kobj=%p block kobj->parent=%p\n", in edac_device_create_block() 563 debugf4("%s() creating block attrib='%s' " in edac_device_create_block() 656 debugf4("%s() now register '%d' blocks for instance %d\n", in edac_device_create_instance() 673 debugf4("%s() Registered instance %d '%s' kobject\n", in edac_device_create_instance() 852 debugf4("%s() create-instances done, idx=%d\n", in edac_device_create_sysfs()
|
D | edac_device.c | 45 debugf4("\tedac_dev->edac_check = %p\n", edac_dev->edac_check); in edac_device_dump_device() 86 debugf4("%s() instances=%d blocks=%d\n", in edac_device_alloc_ctl_info() 165 debugf4("%s() edac_dev=%p next after end=%p\n", in edac_device_alloc_ctl_info() 187 debugf4("%s() instance=%d inst_p=%p block=#%d " in edac_device_alloc_ctl_info() 203 debugf4("%s() THIS BLOCK_ATTRIB=%p\n", in edac_device_alloc_ctl_info() 223 debugf4("%s() alloc-attrib=%p attrib_name='%s' " in edac_device_alloc_ctl_info()
|
D | edac_pci_sysfs.c | 575 debugf4("PCI STATUS= 0x%04x %s\n", status, dev_name(&dev->dev)); in edac_pci_dev_parity_test() 606 debugf4("PCI HEADER TYPE= 0x%02x %s\n", header_type, dev_name(&dev->dev)); in edac_pci_dev_parity_test() 612 debugf4("PCI SEC_STATUS= 0x%04x %s\n", status, dev_name(&dev->dev)); in edac_pci_dev_parity_test()
|
D | edac_core.h | 87 #define debugf4( ... ) edac_debug_printk(4, __VA_ARGS__ ) macro 95 #define debugf4( ... ) macro
|
D | edac_pci.c | 443 debugf4("%s()\n", __func__); in edac_pci_generic_check()
|
D | i5400_edac.c | 697 debugf4("MC%d: %s: %s()\n", mci->mc_idx, __FILE__, __func__); in i5400_check_error()
|
D | i5000_edac.c | 777 debugf4("MC%d: %s: %s()\n", mci->mc_idx, __FILE__, __func__); in i5000_check_error()
|