Searched refs:DPRINTF_ERR (Results 1 - 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/drivers/midi/usb_midi/
H A Dusb_midi.h35 #define DPRINTF_ERR(x) dprintf x macro
37 #define DPRINTF_ERR(x) macro
H A Dusb_midi.cpp97 DPRINTF_ERR((MY_ID "create_sem() failed 0x%" B_PRIx32 "\n", sem));
107 DPRINTF_ERR((MY_ID "create_area() failed 0x%" B_PRIx32 "\n", area));
117 DPRINTF_ERR((MY_ID "create_sem() failed 0x%" B_PRIx32 "\n", sem));
214 DPRINTF_ERR((MY_ID "no port matching cable number %d!\n",
217 DPRINTF_ERR((MY_ID "received data for port %d but it is closed!\n",
286 DPRINTF_ERR((MY_ID "queue_bulk() error 0x%" B_PRIx32 "\n", st));
334 DPRINTF_ERR((MY_ID "cannot get default configuration\n"));
366 DPRINTF_ERR((MY_ID "set_configuration() failed 0x%" B_PRIx32 "\n",
440 DPRINTF_ERR((MY_ID "queue_bulk() error 0x%" B_PRIx32 "\n", status));
535 DPRINTF_ERR((MY_I
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/pegasus/
H A Ddriver.c189 DPRINTF_ERR("create_sem() failed 0x%" B_PRIx32 "\n", sem);
196 DPRINTF_ERR("create_sem() failed 0x%" B_PRIx32 "\n", sem);
205 DPRINTF_ERR("create_sem() failed 0x%" B_PRIx32 "\n", sem);
306 DPRINTF_ERR("pegasus_rx_callback() cancelled\n");
326 DPRINTF_ERR("pegasus_tx_callback() cancelled\n");
362 DPRINTF_ERR("cannot get default configuration\n");
372 DPRINTF_ERR("set_configuration() failed %s\n", strerror(status));
377 DPRINTF_ERR("create_device() failed\n");
486 DPRINTF_ERR("EINVAL\n");
502 DPRINTF_ERR("canno
[all...]
H A Ddriver.h41 #define DPRINTF_ERR(x...) dprintf(MY_ID x) macro
44 #define DPRINTF_ERR(x...) dprintf(MY_ID x) macro
H A Dif_aue.c328 DPRINTF_ERR("No MII PHY transceiver found!\n");
/haiku/src/add-ons/kernel/drivers/input/wacom/
H A Dwacom.c30 # define DPRINTF_ERR(x) dprintf x; macro
33 # define DPRINTF_ERR(x) dprintf x; macro
135 DPRINTF_ERR((ID "add_device() - wacom detected\n"));
192 DPRINTF_ERR((ID " ... success!\n"));
202 DPRINTF_ERR((ID " ... success!\n"));
326 DPRINTF_ERR((ID "device_added() - old device: %" B_PRIu32 "\n",
329 DPRINTF_ERR((ID "device_added() - already added - done!\n"));
378 DPRINTF_ERR((ID "device_removed() open: %d\n", device->open));
415 DPRINTF_ERR((ID "device_open() open: %d\n", device->open));
449 DPRINTF_ERR((I
[all...]

Completed in 45 milliseconds