Searched refs:dprintf (Results 26 - 50 of 718) sorted by relevance

1234567891011>>

/haiku/src/system/boot/platform/efi/arch/arm/
H A Darch_dtb.cpp59 dprintf("cpu\n");
60 dprintf(" id: %" B_PRIu32 "\n", info->id);
108 dprintf("Chosen interrupt controller:\n");
110 dprintf("kind: None!\n");
112 dprintf(" kind: %s\n", interrupt_controller.kind);
113 dprintf(" regs: %#" B_PRIx64 ", %#" B_PRIx64 "\n",
116 dprintf(" %#" B_PRIx64 ", %#" B_PRIx64 "\n",
122 dprintf("Chosen timer:\n");
124 dprintf("kind: None!\n");
126 dprintf(" kin
[all...]
H A Darch_timer.cpp22 # define TRACE(x) dprintf x
/haiku/src/add-ons/kernel/busses/pci/designware/
H A DDWPCIController.cpp148 dprintf(" bus-range: %" B_PRIu32 " - %" B_PRIu32 "\n", busBeg, busEnd);
153 dprintf(" \"interrupt-map-mask\" property not found or invalid");
174 dprintf(" interrupt-map:\n");
176 dprintf(" ");
179 dprintf("bus: %" B_PRIu32, pciAddress.bus);
180 dprintf(", dev: %" B_PRIu32, pciAddress.device);
181 dprintf(", fn: %" B_PRIu32, pciAddress.function);
183 dprintf(", childIrq: %" B_PRIu32, fInterruptMap[i].childIrq);
184 dprintf(", parentIrq: (%" B_PRIu32, fInterruptMap[i].parentIrqCtrl);
185 dprintf(",
[all...]
H A DMsiInterruptCtrlDW.cpp15 dprintf("MsiInterruptCtrlDW::Init()\n");
16 dprintf(" msiIrq: %" B_PRId32 "\n", msiIrq);
23 dprintf(" unable to get MSI Memory map!\n");
28 dprintf(" fMsiPhysAddr: %#" B_PRIxADDR "\n", fMsiPhysAddr);
37 dprintf(" unable to attach MSI irq handler!\n");
43 dprintf(" unable to attach MSI irq handler!\n");
49 dprintf(" fMsiStartIrq: %" B_PRId32 "\n", fMsiStartIrq);
102 // dprintf("MsiInterruptCtrlDW::InterruptReceivedInt()\n");
106 // dprintf("MSI IRQ: %d (%ld)\n", i, fStartMsiIrq + i);
/haiku/src/system/boot/platform/efi/arch/arm64/
H A Darch_timer.cpp22 # define TRACE(x) dprintf x
H A Darch_dtb.cpp51 dprintf("cpu\n");
52 dprintf(" id: %" B_PRIu32 "\n", info->id);
85 dprintf("Chosen interrupt controller:\n");
87 dprintf("kind: None!\n");
89 dprintf(" kind: %s\n", interrupt_controller.kind);
90 dprintf(" regs: %#" B_PRIx64 ", %#" B_PRIx64 "\n",
93 dprintf(" %#" B_PRIx64 ", %#" B_PRIx64 "\n",
/haiku/src/add-ons/kernel/busses/pci/ecam/
H A DECAMPCIControllerFDT.cpp31 dprintf(" bus-range: %" B_PRIu32 " - %" B_PRIu32 "\n", busBeg, busEnd);
36 dprintf(" \"ranges\" property not found");
39 dprintf(" ranges:\n");
41 dprintf(" ");
73 case fdtPciRangeConfig: dprintf("CONFIG"); break;
74 case fdtPciRangeIoPort: dprintf("IOPORT"); break;
75 case fdtPciRangeMmio32Bit: dprintf("MMIO32"); break;
76 case fdtPciRangeMmio64Bit: dprintf("MMIO64"); break;
79 dprintf(" (0x%08" B_PRIx32 "): ", type);
80 dprintf("chil
[all...]
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Ddprintf.c30 dprintf (int d, const char *format, ...) function
41 libc_hidden_def (dprintf)
/haiku/src/add-ons/kernel/busses/ata/promise_tx2/
H A Dwrapper.h62 dprintf( "%s"##format"\n", FUNC_NAME, param ); DEBUG_WAIT \
67 dprintf( "%s"##format"\n", FUNC_NAME); DEBUG_WAIT \
72 dprintf( "%s"##format"\n", FUNC_NAME, param ); DEBUG_WAIT \
77 dprintf( "%s"##format"\n", FUNC_NAME); DEBUG_WAIT \
82 dprintf( "%s"##format"\n", FUNC_NAME, param ); DEBUG_WAIT_ERROR \
87 dprintf( "%s"##format"\n", FUNC_NAME); DEBUG_WAIT_ERROR \
/haiku/src/add-ons/kernel/drivers/bus/scsi/
H A Dwrapper.h62 dprintf( "%s"##format"\n", FUNC_NAME, param ); DEBUG_WAIT \
67 dprintf( "%s"##format"\n", FUNC_NAME); DEBUG_WAIT \
72 dprintf( "%s"##format"\n", FUNC_NAME, param ); DEBUG_WAIT \
77 dprintf( "%s"##format"\n", FUNC_NAME); DEBUG_WAIT \
82 dprintf( "%s"##format"\n", FUNC_NAME, param ); DEBUG_WAIT_ERROR \
87 dprintf( "%s"##format"\n", FUNC_NAME); DEBUG_WAIT_ERROR \
/haiku/src/add-ons/kernel/generic/ata_adapter/
H A Dwrapper.h62 dprintf("%s%s: " format "\n", FUNC_NAME, param ); DEBUG_WAIT \
67 dprintf("%s%s: " format "\n", FUNC_NAME); DEBUG_WAIT \
72 dprintf("%s%s: " format "\n", FUNC_NAME, param ); DEBUG_WAIT \
77 dprintf("%s%s: " format "\n", FUNC_NAME); DEBUG_WAIT \
82 dprintf("%s%s: " format "\n", FUNC_NAME, param ); DEBUG_WAIT_ERROR \
87 dprintf("%s%s: " format "\n", FUNC_NAME); DEBUG_WAIT_ERROR \
/haiku/src/add-ons/kernel/generic/scsi_periph/
H A Dwrapper.h55 dprintf("%s%s: " format "\n", FUNC_NAME, param ); DEBUG_WAIT \
60 dprintf("%s%s: " format "\n", FUNC_NAME); DEBUG_WAIT \
65 dprintf("%s%s: " format "\n", FUNC_NAME, param ); DEBUG_WAIT \
70 dprintf("%s%s: " format "\n", FUNC_NAME); DEBUG_WAIT \
75 dprintf("%s%s: " format "\n", FUNC_NAME, param ); DEBUG_WAIT_ERROR \
80 dprintf("%s%s: " format "\n", FUNC_NAME); DEBUG_WAIT_ERROR \
/haiku/headers/private/graphics/common/
H A Ddebug_ext.h14 // this is a dprintf wrapper
80 dprintf( "%s%s: " format "\n", FUNC_NAME, param ); DEBUG_WAIT \
85 dprintf( "%s%s: " format "\n", FUNC_NAME); DEBUG_WAIT \
90 dprintf( "%s%s: " format "\n", FUNC_NAME, param ); DEBUG_WAIT \
95 dprintf( "%s%s: " format "\n", FUNC_NAME); DEBUG_WAIT \
100 dprintf( "%s%s: " format "\n", FUNC_NAME, param ); DEBUG_WAIT_ERROR \
105 dprintf( "%s%s: " format "\n", FUNC_NAME); DEBUG_WAIT_ERROR \
/haiku/src/add-ons/kernel/bus_managers/scsi/
H A Dwrapper.h54 dprintf("%s%s: " format "\n", FUNC_NAME, param ); DEBUG_WAIT \
59 dprintf("%s%s: " format "\n", FUNC_NAME); DEBUG_WAIT \
64 dprintf("%s%s: " format "\n", FUNC_NAME, param ); DEBUG_WAIT \
69 dprintf("%s%s: " format "\n", FUNC_NAME); DEBUG_WAIT \
74 dprintf("%s%s: " format "\n", FUNC_NAME, param ); DEBUG_WAIT_ERROR \
79 dprintf("%s%s: " format "\n", FUNC_NAME); DEBUG_WAIT_ERROR \
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Ddebug.cpp94 dprintf(const char *format,...) function
147 dprintf("%s", prefix);
150 dprintf(" ");
153 dprintf(" ");
155 dprintf("%02x", *(unsigned char *)(buffer + i));
157 dprintf(" ");
164 dprintf(".");
166 dprintf("%c", c);
170 dprintf("\n");
/haiku/src/system/boot/platform/efi/arch/riscv64/
H A Darch_dtb.cpp56 dprintf("cpu\n");
57 dprintf(" id: %" B_PRIu32 "\n", info->id);
61 dprintf(" [!] no interrupt controller\n");
64 dprintf(" phandle: %" B_PRIu32 "\n", info->phandle);
85 dprintf("PLIC contexts\n");
92 dprintf(" context %" B_PRIu32 ": %" B_PRIu32 "\n", contextId, phandle);
95 dprintf(" cpu id: %" B_PRIu32 "\n", cpuInfo->id);
109 dprintf("bootHart: %" B_PRIu32 "\n", gBootHart);
110 dprintf("timerFrequency: %" B_PRIu64 "\n", sTimerFrequency);
/haiku/src/system/kernel/arch/riscv64/
H A Darch_platform.cpp59 dprintf("SBI spec version: %#lx\n", res.value);
61 dprintf("SBI implementation ID: %#lx\n", res.value);
63 dprintf("SBI implementation version: %#lx\n", res.value);
65 dprintf("SBI vendor ID: %#lx\n", res.value);
67 dprintf("SBI arch ID: %#lx\n", res.value);
H A Darch_debug.cpp35 dprintf("image %p\n", image);
36 dprintf("image \"%s\"\n", (char*)image->name);
37 dprintf(" text: 0x%" B_PRIxADDR " - 0x%" B_PRIxADDR ",%"
41 dprintf(" data: 0x%" B_PRIxADDR " - 0x%" B_PRIxADDR ", %"
178 dprintf("<%s> %s + %" B_PRIdSSIZE, (char*)image->name, name, ofs);
181 dprintf("<%s> 0x%" B_PRIxADDR, (char*)image->name,
188 dprintf("<%s> 0x%" B_PRIxADDR, area->name, pc - area->Base());
192 dprintf("0x%" B_PRIxADDR, pc);
199 dprintf("0x%" B_PRIxADDR " ", pc);
211 dprintf("<
[all...]
/haiku/src/system/kernel/arch/ppc/
H A Darch_elf.cpp143 dprintf("arch_elf_relocate_rela(): Failed to get GOT address!\n"); \
150 dprintf("arch_elf_relocate_rela(): Failed to get PLT address!\n"); \
156 dprintf("looking at rel type %d, offset 0x%lx, sym 0x%lx, addend 0x%lx\n",
164 dprintf("arch_elf_relocate_rela(): Getting section relative "
196 dprintf("%s(): Failed to relocate "
212 dprintf("arch_elf_relocate_rela(): R_PPC_COPY not yet "
225 dprintf("R_PPC_ADDR24 overflow\n");
232 dprintf("R_PPC_ADDR16 overflow\n");
252 dprintf("R_PPC_ADDR14 overflow\n");
258 dprintf("R_PPC_REL2
[all...]
/haiku/src/system/kernel/arch/m68k/
H A Darch_elf.cpp25 # define TRACE(x) dprintf x
164 dprintf("arch_elf_relocate_rela(): Failed to get GOT address!\n"); \
171 dprintf("arch_elf_relocate_rela(): Failed to get PLT address!\n"); \
177 dprintf("looking at rel type %d, offset 0x%lx, sym 0x%lx, addend 0x%lx\n",
197 dprintf("%s(): Failed to relocate "
213 dprintf("arch_elf_relocate_rela(): R_68K_COPY not yet "
225 dprintf("R_68K_16 overflow\n");
231 dprintf("R_68K_8 overflow\n");
241 dprintf("R_68K_PC16 overflow\n");
247 dprintf("R_68K_PC
[all...]
/haiku/src/system/boot/arch/ppc/
H A Darch_framebuffer.h18 # define TRACE(x...) dprintf(x)
19 # define CALLED() dprintf("%s()\n", __func__);
24 #define ERROR(x...) dprintf(x)
/haiku/src/add-ons/kernel/busses/random/ccp/
H A Dccp.h20 # define TRACE(x...) dprintf("\33[33m" DRIVER_NAME ":\33[0m " x)
24 #define TRACE_ALWAYS(x...) dprintf("\33[33m" DRIVER_NAME ":\33[0m " x)
25 #define ERROR(x...) dprintf("\33[33m" DRIVER_NAME ":\33[0m " x)
/haiku/src/system/boot/platform/atari_m68k/
H A Dstart.cpp87 dprintf("kernel entry at %lx\n", image->elf_header.e_entry);
146 // so we can dprintf
154 dprintf("membot = %p\n", (void*)*TOSVAR_membot);
155 dprintf("memtop = %p\n", (void*)*TOSVAR_memtop);
156 dprintf("v_bas_ad = %p\n", *TOSVAR_v_bas_ad);
157 dprintf("phystop = %p\n", (void*)*TOSVARphystop);
158 dprintf("ramtop = %p\n", (void*)*TOSVARramtop);
/haiku/src/add-ons/kernel/drivers/timer/
H A Dhpet.cpp24 #define TRACE(x) dprintf x
87 dprintf("counter: %lld, relativeTimeout: %lld, converted: %lld\n",
105 //dprintf("comparator: %lld, new value: %lld\n", timer->u0.comparator64, timerValue);
132 //dprintf("HPET timer_interrupt!!!!\n");
166 dprintf("hpet_init: HPET doesn't support legacy mode.\n");
183 dprintf("HPET Timer %ld:\n", (timer - sHPETRegs->timer));
184 dprintf("CAP/CONFIG register: 0x%llx\n", timer->config);
185 dprintf("Capabilities:\n");
186 dprintf("\troutable IRQs: ");
190 dprintf("
[all...]
/haiku/src/add-ons/kernel/bus_managers/pci/
H A Dpci_fixup.cpp42 dprintf("jmicron_fixup_ahci: domain %u, bus %u, device %u, function %u, "
47 dprintf("jmicron_fixup_ahci: Register 0x40 : 0x%08" B_PRIx32 "\n", val);
70 dprintf("jmicron_fixup_ahci: Register 0x40 : 0x%08" B_PRIx32 "\n", val);
76 dprintf("jmicron_fixup_ahci: Assigning IRQ %d at device "
91 dprintf("intel_fixup_ahci: WARNING found ICH8 device id 0x2825\n");
94 dprintf("intel_fixup_ahci: WARNING found ICH9 device id 0x2926\n");
108 dprintf("intel_fixup_ahci: domain %u, bus %u, device %u, function %u, "
111 dprintf("intel_fixup_ahci: 0x24: 0x%08" B_PRIx32 "\n",
113 dprintf("intel_fixup_ahci: 0x90: 0x%02" B_PRIx32 "\n",
122 dprintf("intel_fixup_ahc
[all...]

Completed in 196 milliseconds

1234567891011>>