Searched refs:dprintf (Results 1 - 25 of 718) sorted by last modified time

1234567891011>>

/haiku/src/add-ons/kernel/network/stack/
H A Dnet_socket.cpp42 # define TRACE(x...) dprintf(STACK_DEBUG_PREFIX x)
1129 dprintf("socket_getsockopt: unknown option %d\n", option);
1563 dprintf("socket_setsockopt: unknown option %d\n", option);
/haiku/headers/private/bluetooth/
H A DbtDebug.h11 # define TRACE(x...) dprintf("bt: " x)
16 #define ERROR(x...) dprintf("bt: " x)
/haiku/src/add-ons/kernel/drivers/audio/sb16/
H A Dsb16_multi_audio.c155 dprintf("%s: playback: %" B_PRId32 " buffers, %" B_PRIu32 " channels, %" B_PRIu32 " samples\n",
158 dprintf("%s: record: %" B_PRId32 " buffers, %" B_PRIu32 " channels, %" B_PRIu32 " samples\n",
189 dprintf("%s: Error setting up playback buffers (%s)\n", __func__, strerror(rc));
197 dprintf("%s: Error setting up recording buffers (%s)\n", __func__, strerror(rc));
244 dprintf("%s: Error waiting for playback buffer to finish (%s)!\n", __func__,
261 dprintf("%s: %d buffers processed\n", __func__, debug_buffers_exchanged);
H A Dsb16_hw.c79 dprintf("%s: SB16 version %d.%d\n", __func__, major, minor);
/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Demuxki.c2185 dprintf("Audigy joystick - Error creating device\n");
2948 dprintf("%s: failed to reserve_device(%d, %d, %d,): %s\n",
/haiku/src/add-ons/kernel/drivers/audio/echo/
H A Decho.cpp539 dprintf(DRIVER_NAME ": cardbus enabler module error\n");
545 dprintf(DRIVER_NAME ": create device semaphore error 0x%.8x\n", device_lock);
604 dprintf("%s: failed to reserve_device(%d, %d, %d,): %s\n",
/haiku/src/add-ons/kernel/drivers/audio/cmedia/
H A Dpcm.c33 #define OLDAPI(x) dprintf x
H A Dmixer.c133 dprintf("cmedia_pci: mixer open_count is bad in mixer_free()!\n");
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...]
H A Dcm_private.h32 #define ddprintf(x) dprintf x
/haiku/src/add-ons/kernel/drivers/audio/ac97/geode/
H A Dgeode_multi.cpp20 # define TRACE(a...) dprintf("\33[34mgeode:\33[0m " a)
86 dprintf("%s: request_channel_count: %" B_PRId32 "\n", __func__, data->request_channel_count);
566 dprintf("geode_get_mix : invalid control id requested : %" B_PRId32 "\n", id);
605 dprintf("geode_set_mix : invalid control id requested : %" B_PRId32 "\n", id);
615 dprintf("geode_set_mix : invalid control id requested : %" B_PRId32 "\n", id);
713 dprintf("geode: Error setting up playback buffers: %s\n",
728 dprintf("geode: Error setting up recording buffers: %s\n",
800 dprintf("%s: Error waiting for playback buffer to finish (%s)!\n", __func__,
833 dprintf("%s: %d buffers processed\n", __func__, debug_buffers_exchanged);
H A Dgeode_controller.cpp61 dprintf("codec busy (2)\n");
76 dprintf("codec busy (3)\n");
95 dprintf("codec busy (4)\n");
113 dprintf("geode: stream status bus master error\n");
116 dprintf("geode: stream status end of page\n");
161 dprintf("codec reset busy (1)\n");
221 dprintf("%s: Unknown stream type %d!\n", __func__, type);
238 dprintf("geode_stream_start()\n");
263 dprintf("geode_stream_stop()\n");
300 dprintf("geod
[all...]
/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Des1370.c551 dprintf("%s: failed to reserve_device(%d, %d, %d,): %s\n",
/haiku/src/add-ons/kernel/drivers/audio/ac97/auvia/
H A Dauvia.c602 dprintf("%s: failed to reserve_device(%d, %d, %d,): %s\n",
/haiku/src/add-ons/kernel/drivers/audio/ac97/auich/
H A Dauich.c463 dprintf("global status not fully handled %" B_PRIx32 "!\n", sta);
467 dprintf("interrupt masked %" B_PRIx32 ", sta %" B_PRIx32 "\n",
819 dprintf("%s: failed to reserve_device(%d, %d, %d,): %s\n",
/haiku/headers/os/drivers/pcmcia/
H A Dk_compat.h202 #define printk dprintf
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.cpp66 # define TRACE(format, args...) dprintf("%" B_PRId32 ": TCP [%" \
75 dprintf("TCP PROBE %" B_PRIdBIGTIME " %s %s %" B_PRIu32 " snxt %" B_PRIu32 \
/haiku/src/add-ons/kernel/drivers/audio/null/
H A Dnull_multi.c53 dprintf("null_audio: %s\n", __func__ );
102 dprintf("null_audio: %s\n", __func__ );
118 dprintf("null_audio: %s\n", __func__ );
132 dprintf("null_audio: %s\n", __func__ );
167 dprintf("null_audio: %s\n", __func__ );
180 dprintf("null_audio: %s\n", __func__ );
188 dprintf("null_audio: %s\n", __func__ );
202 dprintf("null_audio: %s\n", __func__ );
232 dprintf("null_audio %s: Error setting up playback buffers (%s)\n",
243 dprintf("null_audi
[all...]
H A Dnull_hardware.c101 dprintf("null_audio: %s spawning fake interrupter\n", __func__);
/haiku/src/add-ons/kernel/drivers/audio/hda/
H A Dhda_codec.cpp19 # define TRACE(a...) dprintf("hda: " a)
23 #define ERROR(a...) dprintf("hda: " a)
/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp40 # define TRACE(a) dprintf a
742 dprintf("publish device: node %p, path %s, module %s\n", node, path,
1417 dprintf("driver %s init failed: %s\n", ModuleName(),
2397 dprintf("Cannot register Devices Root Node\n");
2410 dprintf("Cannot register Generic Devices Node\n");
/haiku/src/system/kernel/arch/x86/
H A Dioapic.cpp30 # define TRACE(...) dprintf(__VA_ARGS__)
122 dprintf("io-apic %u has range %u-%u, %u entries, version 0x%08" B_PRIx32
347 dprintf("io-apic %u seems inaccessible, not using it\n",
359 dprintf("io-apic %u entry count %d exceeds max supported, only using the "
437 dprintf("found io-apic with address 0x%08" B_PRIx32 ", global "
445 dprintf("ran out of memory while allocating io-apic "
457 dprintf("mapping io-apic %u at physical address %#" B_PRIx32
480 dprintf("found nmi source global irq %" B_PRIu32 ", flags "
486 dprintf("nmi source for gsi that is not mapped to any "
514 dprintf("invali
[all...]
/haiku/src/add-ons/kernel/busses/pci/ecam/
H A DECAMPCIControllerACPI.cpp28 dprintf("initialize PCI controller from ACPI\n");
52 dprintf("PCI: multiple host bridges not supported!");
55 dprintf("PCI: mechanism addr: %" B_PRIx64 ", seg: %x, start: %x, end: %x\n",
59 dprintf("PCI: multiple segments not supported!");
94 dprintf("PCI: range from ACPI [%lx(%d),%lx(%d)] with length %lx\n",
106 dprintf("PCI: Ignore empty ACPI range\n");
110 dprintf("PCI: maxAddress and addressLength are not set, ignore range\n");
114 dprintf("PCI: maxAddress is not set, compute it\n");
117 dprintf("PCI: Fixup invalid length from ACPI!\n");
182 dprintf("finaliz
[all...]
/haiku/src/add-ons/kernel/busses/mmc/
H A Dsdhci_pci.cpp28 # define TRACE(x...) dprintf("\33[33msdhci:\33[0m " x)
32 #define TRACE_ALWAYS(x...) dprintf("\33[33msdhci:\33[0m " x)
33 #define ERROR(x...) dprintf("\33[33msdhci:\33[0m " x)
H A Dsdhci.cpp28 # define TRACE(x...) dprintf("\33[33msdhci:\33[0m " x)
32 #define TRACE_ALWAYS(x...) dprintf("\33[33msdhci:\33[0m " x)
33 #define ERROR(x...) dprintf("\33[33msdhci:\33[0m " x)

Completed in 121 milliseconds

1234567891011>>