Searched refs:dprintf (Results 251 - 275 of 718) sorted by relevance

<<11121314151617181920>>

/haiku/src/add-ons/kernel/file_systems/ext2/
H A DInodeJournal.cpp21 # define TRACE(x...) dprintf("\33[34mext2:\33[0m " x)
/haiku/src/system/kernel/arch/sparc/
H A Darch_vm.cpp15 # define TRACE(x) dprintf x
/haiku/src/system/boot/platform/openfirmware/
H A Ddebug.cpp60 dprintf(const char *format, ...) function
/haiku/src/system/boot/platform/amiga_m68k/
H A Dcpu.cpp25 # define TRACE(x) dprintf x
H A Dmmu.cpp75 # define TRACE(x) dprintf x
518 dprintf("phys memory ranges:\n");
520 dprintf(" base 0x%08" B_PRIx64 ", length 0x%08" B_PRIx64 "\n",
525 dprintf("allocated phys memory ranges:\n");
527 dprintf(" base 0x%08" B_PRIx64 ", length 0x%08" B_PRIx64 "\n",
532 dprintf("allocated virt memory ranges:\n");
534 dprintf(" base 0x%08" B_PRIx64 ", length 0x%08" B_PRIx64 "\n",
/haiku/src/system/kernel/
H A Dcommpage.cpp41 dprintf("allocate_commpage_entry(%d, %lu) -> %p\n", entry, size,
H A Dreal_time_clock.cpp25 # define TRACE(x) dprintf x
93 dprintf("system_time: %" B_PRId64 "\n", system_time());
94 dprintf("system_time_offset: %" B_PRId64 "\n", systemTimeOffset);
95 dprintf("current_time: %" B_PRIu32 "\n", currentTime);
H A Dlow_resource_manager.cpp28 # define TRACE(x) dprintf x
174 dprintf("low resource pages: %s -> %s\n", state_to_string(oldState),
194 dprintf("low resource memory: %s -> %s\n", state_to_string(oldState),
215 dprintf("low resource semaphores: %s -> %s\n",
236 dprintf("low resource address space: %s -> %s\n",
/haiku/src/system/boot/platform/next_m68k/
H A Dcpu.cpp25 # define TRACE(x) dprintf x
H A Dmmu.cpp76 # define TRACE(x) dprintf x
/haiku/headers/private/kernel/boot/
H A Dplatform.h21 extern void dprintf(const char *format, ...);
/haiku/src/add-ons/kernel/drivers/graphics/framebuffer/
H A Ddriver.cpp27 # define TRACE(x) dprintf x
H A Dframebuffer.cpp53 dprintf(DEVICE_NAME " find_graphics_card: found base 0x%lx size %" B_PRIuSIZE "\n",
62 dprintf(DEVICE_NAME " find_graphics_card: no entry found for 0x%lx\n", frameBuffer);
207 dprintf(DEVICE_NAME ": framebuffer_init() completed successfully!\n");
215 dprintf(DEVICE_NAME": framebuffer_uninit()\n");
/haiku/src/system/boot/arch/arm/
H A Darch_cpu.cpp25 # define TRACE(x...) dprintf(x)
/haiku/src/system/kernel/arch/arm/
H A Darch_timer.cpp31 # define TRACE(x...) dprintf(x)
H A Darch_int_gicv2.cpp81 dprintf("spurious interrupt\n");
H A Darch_int.cpp51 # define TRACE(x...) dprintf(x)
106 dprintf("Exception: %s\n", event);
108 dprintf("R00=%08x R01=%08x R02=%08x R03=%08x\n"
112 dprintf("R08=%08x R09=%08x R10=%08x R11=%08x\n"
116 dprintf(" SPu=%08x LRu=%08x CPSR=%08x\n",
261 dprintf("can't read syscall arguments on user stack\n");
360 dprintf("FAR: %08lx, FSR: %08x, isUser: %d, isWrite: %d, isExec: %d, thread: %s\n", far, fsr, isUser, isWrite, isExec, thread->name);
/haiku/src/add-ons/kernel/drivers/power/acpi_ac/
H A Dacpi_ac.cpp27 # define TRACE(x...) dprintf("acpi_ac: " x)
31 #define ERROR(x...) dprintf("acpi_ac: " x)
68 dprintf("acpi_ac: unknown notification (%d)\n", value);
182 dprintf("acpi_ac_support ac device found\n");
/haiku/src/system/boot/arch/m68k/
H A Dmmu.cpp75 # define TRACE(x) dprintf x
518 dprintf("phys memory ranges:\n");
520 dprintf(" base 0x%08" B_PRIx64 ", length 0x%08" B_PRIx64 "\n",
525 dprintf("allocated phys memory ranges:\n");
527 dprintf(" base 0x%08" B_PRIx64 ", length 0x%08" B_PRIx64 "\n",
532 dprintf("allocated virt memory ranges:\n");
534 dprintf(" base 0x%08" B_PRIx64 ", length 0x%08" B_PRIx64 "\n",
/haiku/src/system/boot/platform/atari_m68k/
H A Dmmu.cpp76 # define TRACE(x) dprintf x
519 dprintf("phys memory ranges:\n");
521 dprintf(" base 0x%08" B_PRIx64 ", length 0x%08" B_PRIx64 "\n",
526 dprintf("allocated phys memory ranges:\n");
528 dprintf(" base 0x%08" B_PRIx64 ", length 0x%08" B_PRIx64 "\n",
533 dprintf("allocated virt memory ranges:\n");
535 dprintf(" base 0x%08" B_PRIx64 ", length 0x%08" B_PRIx64 "\n",
/haiku/src/add-ons/kernel/interrupt_controllers/openpic/
H A Dopenpic.cpp222 dprintf("openpic: Version %s, supports %d CPUs and %d irqs\n",
361 dprintf("openpic: device (0x%04hx:0x%04hx) not supported\n",
365 dprintf("openpic: found supported device: %s (0x%04hx:0x%04hx)\n",
374 dprintf("openpic: register space too small\n");
403 dprintf("openpic_init_driver(): Successfully initialized!\n");
/haiku/src/system/kernel/arch/arm64/
H A Darch_int.cpp31 # define TRACE(x) dprintf x
78 dprintf("Exception: %s\n", event);
80 dprintf("ELR=%016lx SPSR=%016lx\n",
82 dprintf("LR=%016lx SP =%016lx\n",
310 dprintf("PF: %lx\n", frame->far);
/haiku/src/add-ons/kernel/bus_managers/fdt/
H A Dfdt_module.cpp30 #define TRACE(x...) dprintf(x)
97 dprintf("%s ERROR: fdt_get_name: %s\n", __func__,
146 for (int i = 0; i < depth; i++) dprintf(" ");
147 dprintf("node('%s')\n", fdt_get_name(gFDT, node, NULL));
590 dprintf(" interrupt-map-mask property not found or invalid\n");
600 dprintf(" interrupt-map property not found\n");
675 dprintf("interrupt_map_mask: 0x%08" PRIx32 ", 0x%08" PRIx32 "\n",
677 dprintf("interrupt_map:\n");
683 dprintf("childAddr=0x%08" PRIx32 ", childIrq=%" PRIu32 ", parentIrqCtrl=%" PRIu32 ", parentIrq=%" PRIu32 "\n",
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A Dtcp.cpp37 # define TRACE(x) dprintf x
195 dprintf("Ignoring TCP options larger than expected.\n");
264 dprintf(" source port: %u\n", ntohs(header.source_port));
265 dprintf(" dest port: %u\n", ntohs(header.destination_port));
266 dprintf(" sequence: %lu\n", header.Sequence());
267 dprintf(" ack: %lu\n", header.Acknowledge());
268 dprintf(" flags: %s%s%s%s%s%s\n", (header.flags & TCP_FLAG_FINISH) ? "FIN " : "",
274 dprintf(" window: %u\n", header.AdvertisedWindow());
275 dprintf(" urgent offset: %u\n", header.UrgentOffset());
/haiku/src/add-ons/kernel/debugger/hangman/
H A Dhangman.c110 # define dprintf printf macro
135 // dprintf("khangman: lseek(): %ld\n", sz);
137 dprintf("hangman: fortune file too small\n");
145 // dprintf("current %d, offset %ld\n", current, (long)offset);
148 // dprintf("--------------buff(%d):\n%20s\n", current, bigbuffer);
167 dprintf("%s\n", words[current]);
191 //dprintf("thread '%-.32s' + %d\n", ti.name, offset);
212 dprintf("%s\n", words[current]);
390 dprintf("hangman: error reading fortune file: %s\n", strerror(err));
419 dprintf("khangman_ope
[all...]

Completed in 145 milliseconds

<<11121314151617181920>>