Searched refs:DEBUG3 (Results 1 - 22 of 22) sorted by relevance

/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/uts/sun4u/io/pci/
H A Dpci_sc.c70 DEBUG3(DBG_ATTACH, dip, "sc_create: ctrl=%x, invl=%x, sync=%x\n",
75 DEBUG3(DBG_ATTACH, dip,
H A Dpci_iommu.c130 DEBUG3(DBG_ATTACH, dip,
285 DEBUG3(DBG_MAP_WIN, dip, "iommu_map_pages: mp=%p pg[%x]=%x\n",
287 DEBUG3(DBG_MAP_WIN, dip,
488 DEBUG3(DBG_ATTACH, dip,
507 DEBUG3(DBG_ATTACH, dip, "iommu_preserve_tsb: kernel info\n"
512 DEBUG3(DBG_ATTACH | DBG_CONT, dip, "iommu_preserve_tsb: obp info "
526 DEBUG3(DBG_ATTACH | DBG_CONT, dip,
H A Dpci_reloc.c138 DEBUG3(DBG_RELOC, rdip, "index 0x%x, vaddr 0x%llx, baseva 0x%llx\n",
146 DEBUG3(DBG_RELOC, rdip, "pfn remap (%d) 0x%x -> 0x%x\n",
204 DEBUG3(DBG_RELOC, mp->dmai_rdip,
228 DEBUG3(DBG_FAST_DVMA, dip, "fast remap index=%x: %p, npgs=%x", index,
239 DEBUG3(DBG_FAST_DVMA, dip, "remap dvma_pg %x -> pfn %x,"
H A Dpci_cb.c76 DEBUG3(DBG_CB|DBG_CONT, NULL,
118 DEBUG3(DBG_CB|DBG_CONT, NULL,
H A Dpci_tools.c583 DEBUG3(DBG_PHYS_ACC, dip,
589 DEBUG3(DBG_PHYS_ACC, dip,
600 DEBUG3(DBG_PHYS_ACC, dip,
606 DEBUG3(DBG_PHYS_ACC, dip,
860 DEBUG3(DBG_TOOLS, dip, "raw bus:0x%x, dev:0x%x, func:0x%x\n",
960 DEBUG3(DBG_TOOLS, dip,
H A Dpci_dma.c123 DEBUG3(DBG_SC|DBG_CONT, 0, "flag wait loops=%lu ticks=%lu status=%x\n",
436 DEBUG3(DBG_DMA_ALLOCH, pci_p->pci_dip, "attrp=%p cntr_max=%x.%08x\n",
741 DEBUG3(DBG_DMA_MAP, dip, "pci_dma_vapfn: mp=%p pfnlst[%x]=%x\n",
802 DEBUG3(DBG_DMA_MAP, pci_p->pci_dip,
1123 DEBUG3(DBG_DMA_CTL, dip, "unknown command (%x): rdip=%s%d\n",
1215 DEBUG3(DBG_BYPASS, mp->dmai_rdip, "cookie %p (%x pages) of total %x\n",
1382 DEBUG3(DBG_BYPASS, mp->dmai_rdip, "newwin pfn[%x-%x] %x cks\n",
1398 DEBUG3(DBG_BYPASS, mp->dmai_rdip, "newwin pfn[%x-%x] %x cks\n",
1494 DEBUG3(DBG_DMA_CTL, dip, "unknown command (%x): rdip=%s%d\n",
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);
510 DEBUG3(D_MAP, "simba_bus_map(): offset=%lx, len=%lx, vaddrp=%p",
929 DEBUG3(D_DETACH, "%s%d: saving child dip=%p\n",
H A Dpci_intr.c313 DEBUG3(DBG_INTR, pci_p->pci_dip,
468 DEBUG3(DBG_A_INTX, dip, "pci_add_intr: rdip=%s%d ino=%x\n",
640 DEBUG3(DBG_R_INTX, dip, "pci_rem_intr: rdip=%s%d ino=%x\n",
H A Dpci.c577 DEBUG3(DBG_DMA_MAP, dip, "mapping - rdip=%s%d type=%s\n",
676 DEBUG3(DBG_DMA_FREEH, dip, "rdip=%s%d mp=%p\n",
773 DEBUG3(DBG_DMA_UNBINDH, dip, "rdip=%s%d, mp=%p\n",
918 DEBUG3(DBG_DMA_CTL, dip, "%s: rdip=%s%d\n", pci_dmactl_str[cmd],
H A Dpci_fdvma.c71 DEBUG3(DBG_FAST_DVMA, dip, "load index=%x: %p+%x ", index, a, len);
H A Dpci_pwr.c176 DEBUG3(DBG_PWR, ddi_get_parent(cdip),
H A Dpcipsy.c360 DEBUG3(DBG_ATTACH, dip, "address (%p,%p,%p)\n",
530 DEBUG3(DBG_IB, dip, "pci_xlate_intr: bus=%x, dev=%x, intr=%x\n",
H A Dpci_ib.c95 DEBUG3(DBG_ATTACH, dip,
H A Dpcisch.c1040 DEBUG3(DBG_DMA_MAP, iommu_p->iommu_pci_p->pci_dip,
2007 DEBUG3(DBG_ERR_INTR, pci_p->pci_dip, "pcix_log_pbm: chip_type=%d "
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c239 #define DEBUG3(fmt, a1, a2, a3)\ macro
249 #define DEBUG3(fmt, a1, a2, a3) macro
602 DEBUG3("%s#%d has %d slots",
755 DEBUG3("Configuring [0x%x][0x%x][0x%x]\n",
769 DEBUG3("no device : bus "
786 DEBUG3("configure: bus => [%d] "
1456 DEBUG3("pcicfg: checking device %x,%x for indirect map. rc=%d\n",
1529 DEBUG3("pcicfg: ntbridge child range: space=%x, base=%lx, len=%lx\n",
2145 DEBUG3("64 addr = [0x%x.%x] len [0x%x]\n",
2178 DEBUG3("3
[all...]
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c198 #define DEBUG3(fmt, a1, a2, a3)\ macro
211 #define DEBUG3(fmt, a1, a2, a3) macro
607 DEBUG3("no device : bus "
624 DEBUG3("configure: bus => [%d] "
1354 DEBUG3("pcicfg: checking device %x,%x for indirect map. rc=%d\n",
1434 DEBUG3("pcicfg: ntbridge child range: space=%x, base=%lx, len=%lx\n",
2058 DEBUG3("64 addr = [0x%x.0x%x] len [0x%x]\n",
2095 DEBUG3("32 addr = [0x%x.0x%x] len [0x%x]\n",
2124 DEBUG3("I/O addr = [0x%x.0x%x] len [0x%x]\n",
2344 DEBUG3("hol
[all...]
/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",
/illumos-gate/usr/src/cmd/rmt/
H A Drmt.c126 #define DEBUG3(f, a, b, c) if (debug) \ macro
230 DEBUG3("rmtd: %c %s %s\n", key, op, count);
/illumos-gate/usr/src/uts/sun4u/montecarlo/sys/
H A Dscsb.h690 #define DEBUG3(fmt, a1, a2, a3)\ macro
700 #define DEBUG3(fmt, a1, a2, a3) macro
/illumos-gate/usr/src/uts/common/io/
H A Dldterm.c540 #define DEBUG3(a) if (ldterm_debug >= 3) printf a /* M_CTL Stuff */ macro
548 #define DEBUG3(a) macro
1075 DEBUG3(("ldtermrput: M_CTL received\n"));
1082 DEBUG3((
1094 DEBUG3(("ldtermrput: M_CTL Query Reply\n"));
1096 DEBUG3(("No information in Query Message\n"));
1101 DEBUG3(("ldtermrput: M_CTL GrandScheme\n"));
1109 DEBUG3(("Incorrect query replysize\n"));
1149 DEBUG3(("Unknown M_CTL Message\n"));
/illumos-gate/usr/src/uts/sun4u/montecarlo/io/
H A Dhsc.c400 DEBUG3("hsc_led_state: slot %d, led %x, state %x",

Completed in 128 milliseconds