Searched refs:dprintf (Results 151 - 175 of 718) sorted by relevance

1234567891011>>

/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DChunk.cpp16 # define TRACE(x...) dprintf("\33[34mbtrfs:\33[0m " x)
20 # define FATAL(x...) dprintf("\33[34mbtrfs:\33[0m " x)
/haiku/src/tests/add-ons/kernel/file_systems/udf/udf_shell/
H A DDebug.h19 # define __out dprintf
57 #define dprintf printf macro
/haiku/src/add-ons/kernel/bus_managers/i2c/
H A DI2CPrivate.h20 # define TRACE(x...) dprintf("\33[33mi2c:\33[0m " x)
24 #define TRACE_ALWAYS(x...) dprintf("\33[33mi2c:\33[0m " x)
/haiku/src/add-ons/kernel/drivers/audio/ac97/auvia/
H A Ddebug.c67 dprintf(DRIVER_NAME ": %s",buf);
94 dprintf(DRIVER_NAME ": %s",buf);
/haiku/src/add-ons/kernel/drivers/audio/ac97/auich/
H A Ddebug.c67 dprintf(DRIVER_NAME ": %s",buf);
94 dprintf(DRIVER_NAME ": %s",buf);
/haiku/src/system/kernel/arch/arm/
H A Darch_elf.cpp27 # define TRACE(x) dprintf x
247 dprintf("arch_elf_relocate_rel: unhandled relocation type %d\n",
255 dprintf("arch_elf_relocate_rel: invalid offset %#lx\n",
345 dprintf("arch_elf_relocate_rela(): Failed to get GOT address!\n"); \
352 dprintf("arch_elf_relocate_rela(): Failed to get PLT address!\n"); \
358 dprintf("looking at rel type %d, offset 0x%lx, "
373 dprintf("%s(): Failed to relocate "
393 dprintf("arch_elf_relocate_rela(): unhandled "
H A Dsoc_omap3.cpp82 dprintf("OMAP: INTC found at 0x%p (rev %" B_PRIu32 ".%" B_PRIu32 ")\n",
149 dprintf("OMAP3Timer: match!\n");
152 dprintf("OMAP3Timer: overflow!\n");
155 dprintf("OMAP3Timer: capture!\n");
201 dprintf("OMAP: Found timer @ 0x%p, IRQ %d (rev %" B_PRIu32 ".%" B_PRIu32 ")\n",
/haiku/src/add-ons/kernel/drivers/network/ether/usb_ecm/
H A DDriver.h78 #define TRACE(x...) dprintf(DRIVER_NAME ": " x)
84 #define TRACE_ALWAYS(x...) dprintf(DRIVER_NAME ": " x)
/haiku/src/add-ons/kernel/bus_managers/scsi/
H A Dsim_interface.cpp36 dprintf("scsi: ignored controller - controller name missing\n");
42 dprintf("scsi: Cannot register SCSI controller %s - out of path IDs\n",
/haiku/src/system/boot/platform/efi/arch/x86_64/
H A Darch_mmu.cpp27 # define TRACE(x...) dprintf(x)
63 dprintf("GDT at 0x%lx\n", gLongGDT);
160 dprintf("phys memory ranges:\n");
164 dprintf(" 0x%08" B_PRIx64 "-0x%08" B_PRIx64 ", length 0x%08" B_PRIx64 "\n",
168 dprintf("allocated phys memory ranges:\n");
172 dprintf(" 0x%08" B_PRIx64 "-0x%08" B_PRIx64 ", length 0x%08" B_PRIx64 "\n",
176 dprintf("allocated virt memory ranges:\n");
180 dprintf(" 0x%08" B_PRIx64 "-0x%08" B_PRIx64 ", length 0x%08" B_PRIx64 "\n",
/haiku/src/add-ons/kernel/file_systems/ufs2/
H A DVolume.cpp13 #define TRACE(x...) dprintf("\33[34mufs2:\33[0m " x);
17 #define ERROR(x...) dprintf("\33[34mufs2:\33[0m " x)
H A DDirectoryIterator.cpp16 # define TRACE(x...) dprintf("\33[34mufs2:\33[0m " x)
21 #define ERROR(x...) dprintf("\33[34mufs2:\33[0m " x)
/haiku/src/add-ons/kernel/bus_managers/virtio/
H A DVirtioBalloonPrivate.h17 # define TRACE(x...) dprintf("virtio_balloon: " x)
21 #define ERROR(x...) dprintf("\33[33mvirtio_rng:\33[0m " x)
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_haiku.cpp67 # define TRACE(x...) dprintf(x);
173 dprintf("%s: wlan started.\n", __func__);
204 dprintf("wlan_open(%p)\n", cookie);
219 dprintf("wlan_close(%p)\n", cookie);
759 dprintf("%s not implemented, yet.\n", __func__);
769 dprintf("%s: done.\n", __func__);
777 dprintf("%s not implemented, yet: modname %s\n", __func__, modname);
855 dprintf("%s not implemented, yet.\n", __func__);
863 dprintf("%s not implemented, yet.\n", __func__);
870 dprintf("
[all...]
/haiku/src/system/boot/platform/efi/arch/x86/
H A Darch_start.cpp104 dprintf("System provided memory map:\n");
108 dprintf(" phys: 0x%08" PRIx64 "-0x%08" PRIx64
134 dprintf("Calling ExitBootServices. So long, EFI!\n");
140 dprintf("Unhooked from EFI serial services\n");
167 dprintf("enter_kernel(pageDirectory: 0x%08x, kernelArgs: 0x%08x, "
/haiku/src/system/boot/arch/x86/
H A Darch_cpu.cpp291 dprintf("CPU at %lld.%03Ld GHz\n", clockSpeed / 1000000000LL,
294 dprintf("CPU at %lld.%03Ld MHz\n", clockSpeed / 1000000LL,
301 //dprintf("factors: %lu %llu\n", gTimeConversionFactor, clockSpeed);
304 dprintf("needed %" B_PRIu32 " quick samples for TSC calibration\n",
309 dprintf("needed %" B_PRIu32 " slow samples for TSC calibration\n",
339 dprintf("TSC frequency read from hypervisor CPUID leaf\n");
381 dprintf("ucode_load: %s\n", path);
385 dprintf("ucode_load: couldn't find microcode\n");
390 dprintf("ucode_load: couldn't stat microcode file\n");
401 dprintf("ucode_loa
[all...]
/haiku/src/system/kernel/arch/m68k/
H A Darch_int.cpp39 # define TRACE(x) dprintf x
109 dprintf("iframe at %p:\n", frame);
110 dprintf(" d0 0x%08lx d1 0x%08lx d2 0x%08lx d3 0x%08lx\n",
124 dprintf("r0-r3: 0x%08lx 0x%08lx 0x%08lx 0x%08lx\n", frame->d0, frame->d1, frame->d2, frame->d3);
125 dprintf("r4-r7: 0x%08lx 0x%08lx 0x%08lx 0x%08lx\n", frame->d4, frame->d5, frame->d6, frame->d7);
126 dprintf("r8-r11: 0x%08lx 0x%08lx 0x%08lx 0x%08lx\n", frame->a0, frame->a1, frame->a2, frame->a3);
127 dprintf("r12-r15: 0x%08lx 0x%08lx 0x%08lx 0x%08lx\n", frame->a4, frame->a5, frame->a6, frame->a7);
128 dprintf(" pc 0x%08lx sr 0x%08lx\n", frame->pc, frame->sr);
184 dprintf("m68k_exception_entry: time %lld vector 0x%x, iframe %p, "
261 dprintf("spuriou
[all...]
/haiku/src/add-ons/kernel/drivers/audio/cmedia/
H A Dcm.c195 dprintf("\n");
196 dprintf("CM: ");
198 if (ix == 2 || ix == 3) dprintf(" ");
199 else dprintf(" %02x", get_direct(card, ix));
203 dprintf("\nCMX%02x:", ix);
205 dprintf(" %02x", get_indirect(card, ix));
207 dprintf("\n");
208 dprintf("\n");
356 dprintf("cmedia_pci: physical %#" B_PRIxPHYSADDR " logical %p\n",
398 dprintf("cmedia_pc
[all...]
/haiku/src/add-ons/kernel/drivers/dvb/cx23882/
H A Ddvb_interface.c39 #define TRACE dprintf
105 dprintf("cx23882: Error, no IRQ assigned\n");
114 dprintf("cx23882: Error, no memory space assigned\n");
121 dprintf("cx23882: Error, can't map hardware registers\n");
131 dprintf("cx23882: Error, can't init I2C\n");
136 dprintf("cx23882: Error, can't init hardware\n");
150 dprintf("cx23882: Error, can't install interrupt handler\n");
/haiku/src/system/kernel/arch/x86/
H A Darch_elf.cpp22 # define TRACE(x) dprintf x
156 dprintf("arch_elf_relocate_rel: unhandled relocation type %d\n",
164 dprintf("arch_elf_relocate_rel: invalid offset 0x%" B_PRIx32 "\n",
190 dprintf("arch_elf_relocate_rela: not supported on x86\n");
213 dprintf("arch_elf_relocate_rel: not supported on x86_64\n");
269 dprintf("arch_elf_relocate_rela: unhandled relocation type %d\n",
277 dprintf("arch_elf_relocate_rela: invalid offset %#lx\n",
/haiku/src/system/boot/platform/pxe_ia32/
H A Ddevices.cpp26 # define TRACE(x...) dprintf(x)
75 dprintf("platform_add_boot_device(): Out of memory!\n");
84 dprintf("platform_add_boot_device(): Failed to load file \"%s\" "
/haiku/src/system/boot/loader/
H A Dmain.cpp25 # define TRACE(x) dprintf x
61 dprintf("Welcome to the Haiku boot loader!\n");
62 dprintf("Haiku revision: %s\n", get_haiku_revision());
/haiku/src/system/kernel/arch/riscv64/
H A DRISCV64VMTranslationMap.cpp26 # define TRACE(x...) dprintf(x)
40 dprintf("0x%08" B_PRIxADDR " ",
44 dprintf("A");
47 dprintf("I");
50 dprintf("M");
53 dprintf("C");
56 dprintf("F");
59 dprintf("L");
62 dprintf("W");
65 dprintf("
[all...]
/haiku/src/system/boot/platform/atari_m68k/
H A Ddevices.cpp21 # define TRACE(x) dprintf x
258 dprintf("legacy base address %x\n", disk.bus.legacy.base_address);
260 dprintf("unknown host bus \"%s\"\n", parameters.host_bus);
269 dprintf("ATA device, %s\n", disk.device.ata.master ? "master" : "slave");
287 dprintf("unknown interface type \"%s\"\n", parameters.interface_type);
443 dprintf("Could not make BIOS drives unique! Might boot from the wrong disk...\n");
469 dprintf("XDrvMap() 0x%08lx\n", map);
476 ;//dprintf("XHInqDev(%d) error %d\n", driveID, err);
478 dprintf("XHInqDev(%d): (%d,%d):%d\n", driveID, major, minor, startsect);
501 ;//dprintf("XHLastAcces
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/etherpci/
H A Detherpci.c46 dprintf(format , ##args); } while (0)
317 dprintf(kDevName " found with invalid IRQ - check IRQ assignement");
321 dprintf(kDevName " found at IRQ %x ", item->u.h0.interrupt_line);
433 dprintf("%s\n", buf);
473 dprintf("Bogus alert: waiting for ISR\n");
490 dprintf("Bogus alert: waiting for counters to zero\n");
508 dprintf("transmit error: %02x\n", status);
512 dprintf("Write interrupts %d, errors %d, transmits %d\n",
597 dprintf("ether_mout : tried %d times, stopping\n", tries);
650 //if (tries != 1) { dprintf("wait_for_dm
[all...]

Completed in 190 milliseconds

1234567891011>>