Home
last modified time | relevance | path

Searched refs:DEBUG0 (Results 1 – 22 of 22) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c235 #define DEBUG0(fmt)\ macro
248 #define DEBUG0(fmt) macro
832 DEBUG0("Next Function - " in pcicfg_configure()
1604 DEBUG0( in pcicfg_unconfigure()
2848 DEBUG0("Trouble freeing " in pcicfg_free_bridge_resources()
2867 DEBUG0("Trouble freeing " in pcicfg_free_bridge_resources()
3192 DEBUG0("no reg property\n"); in pcicfg_update_reg_prop()
4950 DEBUG0( in pcicfg_probe_bridge()
5006 DEBUG0( in pcicfg_probe_bridge()
5237 DEBUG0("Bridge is ONLINE\n"); in pcicfg_probe_bridge()
[all …]
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c193 #define DEBUG0(fmt)\ macro
209 #define DEBUG0(fmt) macro
716 DEBUG0("Next Function - " in pcicfg_configure()
2648 DEBUG0("Trouble freeing " in pcicfg_free_bridge_resources()
2676 DEBUG0("Trouble freeing " in pcicfg_free_bridge_resources()
2765 DEBUG0("Trouble freeing " in pcicfg_free_device_resources()
2789 DEBUG0("Trouble freeing " in pcicfg_free_device_resources()
2809 DEBUG0("Trouble freeing " in pcicfg_free_device_resources()
3861 DEBUG0( in pcicfg_probe_bridge()
3912 DEBUG0( in pcicfg_probe_bridge()
[all …]
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_devctl.c110 DEBUG0(DBG_OPEN, pci_p->pci_dip, "busy\n"); in pci_open()
117 DEBUG0(DBG_OPEN, pci_p->pci_dip, "busy\n"); in pci_open()
194 DEBUG0(DBG_IOCTL, dip, "DEVCTL_DEVICE_RESET\n"); in pci_devctl_ioctl()
200 DEBUG0(DBG_IOCTL, dip, "DEVCTL_BUS_QUIESCE\n"); in pci_devctl_ioctl()
208 DEBUG0(DBG_IOCTL, dip, "DEVCTL_BUS_UNQUIESCE\n"); in pci_devctl_ioctl()
216 DEBUG0(DBG_IOCTL, dip, "DEVCTL_BUS_RESET\n"); in pci_devctl_ioctl()
221 DEBUG0(DBG_IOCTL, dip, "DEVCTL_BUS_RESETALL\n"); in pci_devctl_ioctl()
H A Dpci_tools.c575 DEBUG0(DBG_TOOLS, dip, "not aligned.\n"); in pcitool_access()
639 DEBUG0(DBG_TOOLS, dip, "pcitool_bus_reg_ops nexus set/get reg\n"); in pcitool_bus_reg_ops()
644 DEBUG0(DBG_TOOLS, dip, "Error reading arguments\n"); in pcitool_bus_reg_ops()
654 DEBUG0(DBG_TOOLS, dip, "reg prop not well-formed"); in pcitool_bus_reg_ops()
691 DEBUG0(DBG_TOOLS, dip, "Copyout failed.\n"); in pcitool_bus_reg_ops()
853 DEBUG0(DBG_TOOLS, dip, "pcitool_dev_reg_ops set/get reg\n"); in pcitool_dev_reg_ops()
856 DEBUG0(DBG_TOOLS, dip, "Error reading arguments\n"); in pcitool_dev_reg_ops()
909 DEBUG0(DBG_TOOLS, dip, "IO space\n"); in pcitool_dev_reg_ops()
930 DEBUG0(DBG_TOOLS, dip, "32 bit mem space\n"); in pcitool_dev_reg_ops()
934 DEBUG0(DBG_TOOLS, dip, in pcitool_dev_reg_ops()
[all …]
H A Dsimba.c69 #define DEBUG0(f, s) if ((f)& simba_debug_flags) \ macro
92 #define DEBUG0(f, s) macro
312 DEBUG0(D_ATTACH, "_init() installing module...\n"); in _init()
317 DEBUG0(D_ATTACH, "_init() module installed\n"); in _init()
325 DEBUG0(D_ATTACH, "_fini() removing module...\n"); in _fini()
334 DEBUG0(D_ATTACH, "_info() called.\n"); in _info()
369 DEBUG0(D_ATTACH, "simba_probe() called.\n"); in simba_probe()
458 DEBUG0(D_ATTACH, "attach(): ATTACH done\n"); in simba_attach()
484 DEBUG0(D_DETACH, "detach() called\n"); in simba_detach()
619 DEBUG0(D_CTLOPS, "simba_ctlops(): calling ddi_ctlops()"); in simba_ctlops()
[all …]
H A Dpci.c288 DEBUG0(DBG_ATTACH, dip, "DDI_ATTACH\n"); in pci_attach()
348 DEBUG0(DBG_ATTACH, dip, "attach success\n"); in pci_attach()
369 DEBUG0(DBG_ATTACH, dip, "DDI_RESUME\n"); in pci_attach()
382 DEBUG0(DBG_ATTACH, dip, "instance NOT suspended\n"); in pci_attach()
395 DEBUG0(DBG_ATTACH, dip, "unsupported attach op\n"); in pci_attach()
423 DEBUG0(DBG_DETACH, dip, "DDI_DETACH\n"); in pci_detach()
466 DEBUG0(DBG_DETACH, dip, "unsupported detach op\n"); in pci_detach()
523 DEBUG0(DBG_MAP | DBG_CONT, dip, "\n"); in pci_map()
683 DEBUG0(DBG_DMA_FREEH, dip, "run handle callback\n"); in pci_dma_freehdl()
784 DEBUG0(DBG_DMA_UNBINDH, dip, "handle not in use\n"); in pci_dma_unbindhdl()
[all …]
H A Dpci_pwr.c329 DEBUG0(DBG_PWR, pwr_p->pwr_dip, in pci_pwr_new_lvl()
417 DEBUG0(DBG_PWR, rdip, "changed_power_req FAILED\n"); in pci_pwr_ops()
485 DEBUG0(DBG_PWR, rdip, "child's power routine FAILED\n"); in pci_pwr_ops()
697 DEBUG0(DBG_PWR, p->pwr_dip, in pci_pwr_component_busy()
702 DEBUG0(DBG_PWR, p->pwr_dip, "BUSY BIT ALREADY SET\n"); in pci_pwr_component_busy()
718 DEBUG0(DBG_PWR, p->pwr_dip, in pci_pwr_component_idle()
723 DEBUG0(DBG_PWR, p->pwr_dip, "BUSY BIT ALREADY CLEARED\n"); in pci_pwr_component_idle()
H A Dpci_sc.c121 DEBUG0(DBG_DETACH, pci_p->pci_dip, "sc_destroy:\n"); in sc_destroy()
149 DEBUG0(DBG_ATTACH, dip, "sc_configure:\n"); in sc_configure()
H A Dpci_pci.c1065 DEBUG0(DBG_PWR, pdip, "bridge does not support PM. PCI" in ppb_pwr_setup()
1091 DEBUG0(DBG_PWR, pdip, "setup: B1 state supported\n"); in ppb_pwr_setup()
1094 DEBUG0(DBG_PWR, pdip, "setup: B1 state NOT supported\n"); in ppb_pwr_setup()
1097 DEBUG0(DBG_PWR, pdip, "setup: B2 state supported\n"); in ppb_pwr_setup()
1100 DEBUG0(DBG_PWR, pdip, "setup: B2 via D2 NOT supported\n"); in ppb_pwr_setup()
1104 DEBUG0(DBG_PWR, pdip, in ppb_pwr_setup()
1107 DEBUG0(DBG_PWR, pdip, in ppb_pwr_setup()
1129 DEBUG0(DBG_PWR, pdip, "B2 supported via D3\n"); in ppb_pwr_setup()
1132 DEBUG0(DBG_PWR, pdip, "B3 supported via D3\n"); in ppb_pwr_setup()
1396 DEBUG0(DBG_PWR, dip, "ppb_pwr(): SAVING CONFIG REGS\n"); in ppb_pwr()
[all …]
H A Dpci_ib.c121 DEBUG0(DBG_IB, dip, "ib_destroy\n"); in ib_destroy()
841 DEBUG0(DBG_IB, ib_p->ib_pci_p->pci_dip, in ib_update_intr_state()
931 DEBUG0(DBG_IB, dip, "Clearing intr_enabled...\n"); in ib_set_intr_target()
937 DEBUG0(DBG_IB, dip, "About to check for pending interrupts...\n"); in ib_set_intr_target()
940 DEBUG0(DBG_IB, dip, "Waiting for pending ints to clear\n"); in ib_set_intr_target()
944 DEBUG0(DBG_IB, dip, "Timed out waiting \n"); in ib_set_intr_target()
971 DEBUG0(DBG_IB, dip, in ib_set_intr_target()
H A Dpci_fdvma.c282 DEBUG0(DBG_DMA_CTL, dip, "DDI_DMA_RELEASE: not fast dma\n"); in pci_fdvma_release()
297 DEBUG0(DBG_DMA_CTL, dip, "run dvma callback\n"); in pci_fdvma_release()
310 DEBUG0(DBG_DMA_CTL, dip, "run handle callback\n"); in pci_fdvma_release()
H A Dpci_reloc.c109 DEBUG0(DBG_RELOC, rdip, "postrelocator called\n"); in pci_dvma_postrelocator()
292 DEBUG0(DBG_RELOC, rdip, "fdvma postrelocator called\n"); in pci_fdvma_postrelocator()
370 DEBUG0(DBG_RELOC, rdip, "prerelocator called\n"); in pci_common_prerelocator()
H A Dpci_dma.c80 DEBUG0(DBG_SC|DBG_CONT, dip, "\n"); in pci_sc_pg_inv()
258 DEBUG0(DBG_DMA_MAP, dip, "can't alloc dma_handle\n"); in pci_dma_allocmp()
260 DEBUG0(DBG_DMA_MAP, dip, "alloc_mp kmem cb\n"); in pci_dma_allocmp()
372 DEBUG0(DBG_DMA_MAP, dip, "Bad limits\n"); in pci_dma_lmts2hdl()
449 DEBUG0(DBG_DMA_ALLOCH, pci_p->pci_dip, "bypass mode\n"); in pci_dma_attr2hdl()
670 DEBUG0(DBG_DMA_MAP|DBG_CONT, dip, "\n"); in pci_dma_pgpfn()
683 DEBUG0(DBG_DMA_MAP|DBG_CONT, dip, "\n"); in pci_dma_pgpfn()
1045 DEBUG0(DBG_DMA_MAP, dip, "dvma_pg 0 - set callback\n"); in pci_dvma_map()
1049 DEBUG0(DBG_DMA_MAP, dip, "vmem_xalloc - DDI_DMA_NORESOURCES\n"); in pci_dvma_map()
H A Dpci_iommu.c180 DEBUG0(DBG_DETACH, dip, "iommu_destroy:\n"); in iommu_destroy()
403 DEBUG0(DBG_UNMAP_WIN|DBG_CONT, dip, "\n"); in iommu_unmap_window()
521 DEBUG0(DBG_ATTACH | DBG_CONT, dip, "."); in iommu_preserve_tsb()
H A Dpci_util.c172 DEBUG0(DBG_MAP | DBG_CONT, pci_p->pci_dip, in pci_reloc_reg()
377 DEBUG0(DBG_PWR, ddi_get_parent(child), "\n\n"); in uninit_child()
505 DEBUG0(DBG_PWR, child, in init_child()
H A Dpci_ecc.c128 DEBUG0(DBG_DETACH, pci_p->pci_dip, "ecc_destroy:\n"); in ecc_destroy()
165 DEBUG0(DBG_ATTACH, dip, "ecc_configure: clearing UE and CE errors\n"); in ecc_configure()
177 DEBUG0(DBG_ATTACH, dip, "ecc_configure: enabling UE CE detection\n"); in ecc_configure()
H A Dpci_intr.c178 DEBUG0(DBG_A_INTX, pci_p->pci_dip, in map_pcidev_cfg_reg()
194 DEBUG0(DBG_A_INTX, pci_p->pci_dip, in map_pcidev_cfg_reg()
H A Dpci_pbm.c182 DEBUG0(DBG_DETACH, pci_p->pci_dip, "pbm_destroy:\n"); in pbm_destroy()
H A Dpcipsy.c839 DEBUG0(DBG_ATTACH, dip, "cb_create: psycho pass 1\n"); in pbm_configure()
H A Dpcisch.c3519 DEBUG0(DBG_PWR, dip, "quiescing bus\n"); in pci_bus_quiesce()
/illumos-gate/usr/src/uts/common/io/hotplug/hpcsvc/
H A Dhpcsvc.c49 #define DEBUG0(fmt) \ macro
58 #define DEBUG0(fmt) macro
337 DEBUG0("hpc_nexus_register_bus: not in bus list"); in hpc_nexus_register_bus()
369 DEBUG0("hpc_nexus_register_bus: running callbacks"); in hpc_nexus_register_bus()
533 DEBUG0("hpc_slot_register: running callback"); in hpc_slot_register()
559 DEBUG0("hpc_slot_unregister:"); in hpc_slot_unregister()
594 DEBUG0("hpc_slot_unregister: running callback"); in hpc_slot_unregister()
628 DEBUG0("hpc_slot_unregister: stopping thread"); in hpc_slot_unregister()
631 DEBUG0("hpc_slot_unregister: waiting for thread to exit"); in hpc_slot_unregister()
633 DEBUG0("hpc_slot_unregister: thread exit"); in hpc_slot_unregister()
[all …]
/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_debug.h93 #define DEBUG0(flag, dip, fmt) \ macro
114 #define DEBUG0(flag, dip, fmt) macro