HomeSort by: relevance | last modified time | path
    Searched refs:USB_GET_REPORT (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/dev/hid/
uhid_common.c 536 case USB_GET_REPORT:
  /src/usr.bin/usbhidctl/
usbhid.c 105 int use_getreport; /* Non-zero if we expect USB_GET_REPORT to work */
472 if (ioctl(hidfd, USB_GET_REPORT, report->buffer) < 0)
473 err(1, "USB_GET_REPORT(%s) [probably not "
  /src/sys/dev/usb/
usb.h 1041 #define USB_GET_REPORT _IOWR('U', 23, struct usb_ctl_report)
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc 1427 unsigned IOCTL_USB_GET_REPORT = USB_GET_REPORT;
sanitizer_interceptors_ioctl_netbsd.inc 459 _(USB_GET_REPORT, READWRITE, struct_usb_ctl_report_sz);
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_interceptors_ioctl_netbsd.inc 458 _(USB_GET_REPORT, READWRITE, struct_usb_ctl_report_sz);
sanitizer_platform_limits_netbsd.cpp 1589 unsigned IOCTL_USB_GET_REPORT = USB_GET_REPORT;
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_interceptors_ioctl_netbsd.inc 458 _(USB_GET_REPORT, READWRITE, struct_usb_ctl_report_sz);
sanitizer_platform_limits_netbsd.cpp 1589 unsigned IOCTL_USB_GET_REPORT = USB_GET_REPORT;

Completed in 105 milliseconds