Searched refs:MY_ID (Results 1 – 5 of 5) sorted by relevance
/haiku/src/add-ons/kernel/drivers/midi/usb_midi/ |
H A D | usb_midi.cpp | 57 DPRINTF_INFO((MY_ID "Created port %p cable %d: %s\n", in create_usbmidi_port() 72 DPRINTF_INFO((MY_ID "remove_port %p done\n", port)); in remove_port() 97 DPRINTF_ERR((MY_ID "create_sem() failed 0x%" B_PRIx32 "\n", sem)); in create_device() 107 DPRINTF_ERR((MY_ID "create_area() failed 0x%" B_PRIx32 "\n", area)); in create_device() 117 DPRINTF_ERR((MY_ID "create_sem() failed 0x%" B_PRIx32 "\n", sem)); in create_device() 126 DPRINTF_DEBUG((MY_ID "Allocated %" B_PRId32 " write buffers\n", bc)); in create_device() 139 DPRINTF_INFO((MY_ID "Created device %p\n", midiDevice)); in create_device() 149 DPRINTF_INFO((MY_ID "remove_device %p\n", midiDevice)); in remove_device() 205 DPRINTF_DEBUG((MY_ID "received packet %x:%d %x %x %x\n", in interpret_midi_buffer() 214 DPRINTF_ERR((MY_ID "no port matching cable number %d!\n", in interpret_midi_buffer() [all …]
|
H A D | usb_midi.h | 62 #define MY_ID "\033[34m" DRIVER_NAME ":\033[m " macro 66 do { if (!(x)) { dprintf(MY_ID "assertion failed at " \
|
H A D | devlist.cpp | 147 DPRINTF_INFO((MY_ID "publishing %s\n", port->name)); in rebuild_port_names()
|
/haiku/src/add-ons/kernel/drivers/network/ether/pegasus/ |
H A D | driver.h | 34 #define MY_ID "\033[34m" DRIVER_NAME ":\033[m " macro 40 #define DPRINTF_INFO(x...) dprintf(MY_ID x) 41 #define DPRINTF_ERR(x...) dprintf(MY_ID x) 44 #define DPRINTF_ERR(x...) dprintf(MY_ID x) 48 ((x) ? 0 : dprintf (MY_ID "assertion failed at " __FILE__ ", line %d\n", __LINE__))
|
H A D | devlist.c | 123 DPRINTF_INFO(MY_ID "publishing %s\n", device->name); in rebuild_device_names()
|