Searched defs:mousebufp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/clients/usbms/
H A Dusbms.c259 register struct usbmousebuf *mousebufp; local
307 mousebufp = kmem_zalloc((uint_t)msd_soft->ms_bufbytes,
311 mousebufp->mb_size = (uint16_t)((msd_soft->ms_bufbytes -
314 mousebufp->mb_info = (struct usbmouseinfo *)((char *)mousebufp +
316 usbmsp->usbms_buf = mousebufp;

Completed in 202 milliseconds