Searched refs:debugf (Results 1 – 3 of 3) sorted by relevance
| /dflybsd-src/sys/dev/misc/evdev/ |
| H A D | cdev.c | 63 #define debugf(client, fmt, args...) kprintf("evdev cdev: "fmt"\n", ##args) macro 65 #define debugf(client, fmt, args...) macro 154 debugf(client, "cannot register evdev client"); in evdev_open() 189 debugf(client, "read %zd bytes by thread %d", uio->uio_resid, 0); in evdev_read() 247 debugf(client, "write %zd bytes by thread %d", uio->uio_resid, 0); in evdev_write() 253 debugf(client, "write size not multiple of input_event size"); in evdev_write() 394 debugf(client, "ioctl called: cmd=0x%08lx, data=%p", cmd, data); in evdev_ioctl() 403 debugf(client, "EVIOCGID: bus=%d vendor=0x%04x product=0x%04x", in evdev_ioctl() 588 debugf(client, "EVIOCGBIT(%d): data=%p, len=%d", type_num, in evdev_ioctl() 780 debugf(client, "client %p: buffer overflow", client); in evdev_client_push()
|
| H A D | evdev.c | 50 #define debugf(evdev, fmt, args...) kprintf("evdev: " fmt "\n", ##args) macro 52 #define debugf(evdev, fmt, args...) macro 296 debugf(evdev, "%s: registered evdev provider: %s <%s>\n", in evdev_register_common() 370 debugf(evdev, "%s: unregistered evdev provider: %s\n", in evdev_unregister() 859 debugf(evdev, "%s pushed event %d/%d/%d", in evdev_propagate_event() 982 debugf(evdev, "adding new client for device %s", evdev->ev_shortname); in evdev_register_client() 988 debugf(evdev, "calling ev_open() on device %s", in evdev_register_client() 1000 debugf(evdev, "removing client for device %s", evdev->ev_shortname); in evdev_dispose_client()
|
| H A D | evdev_mt.c | 57 #define debugf(fmt, args...) kprintf("evdev: " fmt "\n", ##args) macro 59 #define debugf(fmt, args...) macro
|