Lines Matching refs:debugf
62 #define debugf(client, fmt, args...) printf("evdev cdev: "fmt"\n", ##args) macro
64 #define debugf(client, fmt, args...) macro
144 debugf(client, "cannot register evdev client"); in evdev_open()
190 debugf(client, "read %zd bytes by thread %d", uio->uio_resid, in evdev_read()
270 debugf(client, "write %zd bytes by thread %d", uio->uio_resid, in evdev_write()
284 debugf(client, "write size not multiple of input_event size"); in evdev_write()
316 debugf(client, "poll by thread %d", td->td_tid); in evdev_poll()
456 debugf(client, "ioctl called: cmd=0x%08lx, data=%p", cmd, data); in evdev_ioctl()
465 debugf(client, "EVIOCGID: bus=%d vendor=0x%04x product=0x%04x", in evdev_ioctl()
663 debugf(client, "EVIOCGBIT(%d): data=%p, len=%d", type_num, in evdev_ioctl()
834 debugf(client, "client %p: buffer overflow", client); in evdev_client_push()