Home
last modified time | relevance | path

Searched refs:usbwcm_copyin_t (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/io/usb/clients/usbinput/usbwcm/
H A Dusbwcm.c857 usbwcm_copyin_t *copystat; in usbwcm_copyreq()
899 copystat = (usbwcm_copyin_t *)iocmp->b_rptr; in usbwcm_copyreq()
907 iocmp->b_wptr = iocmp->b_rptr + sizeof (usbwcm_copyin_t); in usbwcm_copyreq()
958 usbwcm_copyin_t *copystat; in usbwcm_iocpy()
988 copystat = (usbwcm_copyin_t *)ioctmp->b_rptr; in usbwcm_iocpy()
1014 copystat = (usbwcm_copyin_t *)ioctmp->b_rptr; in usbwcm_iocpy()
1047 copystat = (usbwcm_copyin_t *)ioctmp->b_rptr; in usbwcm_iocpy()
1079 copystat = (usbwcm_copyin_t *)ioctmp->b_rptr; in usbwcm_iocpy()
1172 sizeof (usbwcm_copyin_t), USBWCM_GETSTRUCT, in usbwcm_ioctl()
1197 sizeof (usbwcm_copyin_t), USBWCM_GETSTRUCT, in usbwcm_ioctl()
[all …]
/titanic_44/usr/src/uts/common/sys/usb/clients/usbinput/usbwcm/
H A Dusbwcm.h313 } usbwcm_copyin_t; typedef