Home
last modified time | relevance | path

Searched refs:DEBUG3 (Results 1 – 20 of 20) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_iommu.c130 DEBUG3(DBG_ATTACH, dip, in iommu_create()
285 DEBUG3(DBG_MAP_WIN, dip, "iommu_map_pages: mp=%p pg[%x]=%x\n", in iommu_map_pages()
287 DEBUG3(DBG_MAP_WIN, dip, in iommu_map_pages()
488 DEBUG3(DBG_ATTACH, dip, in iommu_preserve_tsb()
507 DEBUG3(DBG_ATTACH, dip, "iommu_preserve_tsb: kernel info\n" in iommu_preserve_tsb()
512 DEBUG3(DBG_ATTACH | DBG_CONT, dip, "iommu_preserve_tsb: obp info " in iommu_preserve_tsb()
526 DEBUG3(DBG_ATTACH | DBG_CONT, dip, in iommu_preserve_tsb()
H A Dpci_reloc.c138 DEBUG3(DBG_RELOC, rdip, "index 0x%x, vaddr 0x%llx, baseva 0x%llx\n", in pci_dvma_postrelocator()
146 DEBUG3(DBG_RELOC, rdip, "pfn remap (%d) 0x%x -> 0x%x\n", in pci_dvma_postrelocator()
204 DEBUG3(DBG_RELOC, mp->dmai_rdip, in pci_dvma_remap()
228 DEBUG3(DBG_FAST_DVMA, dip, "fast remap index=%x: %p, npgs=%x", index, in pci_fdvma_remap()
239 DEBUG3(DBG_FAST_DVMA, dip, "remap dvma_pg %x -> pfn %x," in pci_fdvma_remap()
H A Dpci_sc.c70 DEBUG3(DBG_ATTACH, dip, "sc_create: ctrl=%x, invl=%x, sync=%x\n", in sc_create()
75 DEBUG3(DBG_ATTACH, dip, in sc_create()
H A Dpci_tools.c583 DEBUG3(DBG_PHYS_ACC, dip, in pcitool_access()
589 DEBUG3(DBG_PHYS_ACC, dip, in pcitool_access()
600 DEBUG3(DBG_PHYS_ACC, dip, in pcitool_access()
606 DEBUG3(DBG_PHYS_ACC, dip, in pcitool_access()
860 DEBUG3(DBG_TOOLS, dip, "raw bus:0x%x, dev:0x%x, func:0x%x\n", in pcitool_dev_reg_ops()
960 DEBUG3(DBG_TOOLS, dip, in pcitool_dev_reg_ops()
H A Dpci_cb.c73 DEBUG3(DBG_CB|DBG_CONT, NULL, in cb_set_nintr_reg()
110 DEBUG3(DBG_CB|DBG_CONT, NULL, in cb_enable_nintr()
H A Dpci_dma.c123 DEBUG3(DBG_SC|DBG_CONT, 0, "flag wait loops=%lu ticks=%lu status=%x\n", in pci_dma_sync_flag_wait()
438 DEBUG3(DBG_DMA_ALLOCH, pci_p->pci_dip, "attrp=%p cntr_max=%x.%08x\n", in pci_dma_attr2hdl()
743 DEBUG3(DBG_DMA_MAP, dip, "pci_dma_vapfn: mp=%p pfnlst[%x]=%x\n", in pci_dma_vapfn()
804 DEBUG3(DBG_DMA_MAP, pci_p->pci_dip, in pci_dma_pfn()
1125 DEBUG3(DBG_DMA_CTL, dip, "unknown command (%x): rdip=%s%d\n", in pci_dvma_ctl()
1217 DEBUG3(DBG_BYPASS, mp->dmai_rdip, "cookie %p (%x pages) of total %x\n", in pci_dma_newwin()
1384 DEBUG3(DBG_BYPASS, mp->dmai_rdip, "newwin pfn[%x-%x] %x cks\n", in pci_dma_physwin()
1400 DEBUG3(DBG_BYPASS, mp->dmai_rdip, "newwin pfn[%x-%x] %x cks\n", in pci_dma_physwin()
1498 DEBUG3(DBG_DMA_CTL, dip, "unknown command (%x): rdip=%s%d\n", in pci_dma_ctl()
H A Dsimba.c78 #define DEBUG3(f, s, a, b, c) if ((f)& simba_debug_flags) \ macro
95 #define DEBUG3(f, s, a, b, c) macro
509 DEBUG3(D_MAP, "simba_bus_map(): dip=%p, rdip=%p, mp=%p", dip, rdip, mp); in simba_bus_map()
510 DEBUG3(D_MAP, "simba_bus_map(): offset=%lx, len=%lx, vaddrp=%p", in simba_bus_map()
929 DEBUG3(D_DETACH, "%s%d: saving child dip=%p\n", in simba_save_config_regs()
H A Dpci_intr.c312 DEBUG3(DBG_INTR, pci_p->pci_dip, in pci_intr_wrapper()
467 DEBUG3(DBG_A_INTX, dip, "pci_add_intr: rdip=%s%d ino=%x\n", in pci_add_intr()
635 DEBUG3(DBG_R_INTX, dip, "pci_rem_intr: rdip=%s%d ino=%x\n", in pci_remove_intr()
H A Dpci.c579 DEBUG3(DBG_DMA_MAP, dip, "mapping - rdip=%s%d type=%s\n", in pci_dma_setup()
678 DEBUG3(DBG_DMA_FREEH, dip, "rdip=%s%d mp=%p\n", in pci_dma_freehdl()
781 DEBUG3(DBG_DMA_UNBINDH, dip, "rdip=%s%d, mp=%p\n", in pci_dma_unbindhdl()
932 DEBUG3(DBG_DMA_CTL, dip, "%s: rdip=%s%d\n", pci_dmactl_str[cmd], in pci_dma_ctlops()
H A Dpci_fdvma.c71 DEBUG3(DBG_FAST_DVMA, dip, "load index=%x: %p+%x ", index, a, len); in pci_fdvma_load()
H A Dpci_pwr.c176 DEBUG3(DBG_PWR, ddi_get_parent(cdip), in pci_pwr_add_components()
H A Dpcipsy.c357 DEBUG3(DBG_ATTACH, dip, "address (%p,%p,%p)\n", in map_pci_registers()
527 DEBUG3(DBG_IB, dip, "pci_xlate_intr: bus=%x, dev=%x, intr=%x\n", in pci_xlate_intr()
H A Dpci_ib.c94 DEBUG3(DBG_ATTACH, dip, in ib_create()
H A Dpcisch.c1040 DEBUG3(DBG_DMA_MAP, iommu_p->iommu_pci_p->pci_dip, in pci_iommu_get_dvma_context()
2007 DEBUG3(DBG_ERR_INTR, pci_p->pci_dip, "pcix_log_pbm: chip_type=%d " in pcix_log_pbm()
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c241 #define DEBUG3(fmt, a1, a2, a3)\ macro
251 #define DEBUG3(fmt, a1, a2, a3) macro
603 DEBUG3("%s#%d has %d slots", in pcicfg_get_nslots()
769 DEBUG3("no device : bus " in pcicfg_configure()
786 DEBUG3("configure: bus => [%d] " in pcicfg_configure()
5264 DEBUG3("No Device at bus [0x%x]" in pcicfg_probe_bridge()
5272 DEBUG3("Failed to configure bus " in pcicfg_probe_bridge()
5402 DEBUG3("IO space consumed by bridge" in pcicfg_probe_bridge()
5406 DEBUG3("Buses consumed by bridge" in pcicfg_probe_bridge()
5416 DEBUG3("IO space required by bridge" in pcicfg_probe_bridge()
[all …]
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c199 #define DEBUG3(fmt, a1, a2, a3)\ macro
212 #define DEBUG3(fmt, a1, a2, a3) macro
616 DEBUG3("no device : bus " in pcicfg_configure()
633 DEBUG3("configure: bus => [%d] " in pcicfg_configure()
2657 DEBUG3("Free PF Memory base/length = " in pcicfg_free_bridge_resources()
2664 DEBUG3("Free Memory base/length" in pcicfg_free_bridge_resources()
3620 DEBUG3("BASE register [0x%x] asks for " in pcicfg_populate_reg_props()
3625 DEBUG3("BASE register [0x%x] asks for " in pcicfg_populate_reg_props()
4250 DEBUG3("No Device at bus [0x%x]" in pcicfg_probe_bridge()
4259 DEBUG3("Failed to configure bus " in pcicfg_probe_bridge()
[all …]
/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_debug.h99 #define DEBUG3(flag, dip, fmt, a1, a2, a3) \ macro
117 #define DEBUG3(flag, dip, fmt, a1, a2, a3) macro
/illumos-gate/usr/src/cmd/rmt/
H A Drmt.c124 #define DEBUG3(f, a, b, c) if (debug) \ macro
228 DEBUG3("rmtd: %c %s %s\n", key, op, count); in main()
/illumos-gate/usr/src/uts/common/io/hotplug/hpcsvc/
H A Dhpcsvc.c55 #define DEBUG3(fmt, a1, a2, a3) \ macro
61 #define DEBUG3(fmt, a1, a2, a3) macro
675 DEBUG3("hpc_install_event_handler: handle=%x, mask=%x, arg=%x", in hpc_install_event_handler()
/illumos-gate/usr/src/uts/common/io/
H A Dldterm.c541 #define DEBUG3(a) if (ldterm_debug >= 3) printf a /* M_CTL Stuff */ macro
549 #define DEBUG3(a) macro
1090 DEBUG3(("ldtermrput: M_CTL received\n")); in ldtermrput()
1097 DEBUG3(( in ldtermrput()
1109 DEBUG3(("ldtermrput: M_CTL Query Reply\n")); in ldtermrput()
1111 DEBUG3(("No information in Query Message\n")); in ldtermrput()
1116 DEBUG3(("ldtermrput: M_CTL GrandScheme\n")); in ldtermrput()
1124 DEBUG3(("Incorrect query replysize\n")); in ldtermrput()
1164 DEBUG3(("Unknown M_CTL Message\n")); in ldtermrput()