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

/illumos-gate/usr/src/uts/common/io/usb/clients/audio/usb_ah/
H A Dusb_ah.c205 mblk_t *mctl_ptr; local
244 mctl_ptr = usba_mk_mctl(mctlmsg, NULL, 0);
245 if (mctl_ptr == NULL) {
254 putnext(usb_ahd->usb_ah_writeq, mctl_ptr);
692 mblk_t *mctl_ptr; local
750 mctl_ptr = usb_ah_mk_mctl(mctlmsg,
752 if (mctl_ptr != NULL) {
756 mctl_ptr);
799 mctl_ptr = usb_ah_mk_mctl(mctlmsg,
801 if (mctl_ptr !
[all...]
/illumos-gate/usr/src/uts/common/io/usb/clients/usbkbm/
H A Dusbkbm.c383 mblk_t *mctl_ptr; local
488 mctl_ptr = usba_mk_mctl(mctlmsg, NULL, 0);
489 if (mctl_ptr == NULL) {
499 putnext(usbkbmd->usbkbm_writeq, mctl_ptr);
568 mctl_ptr = usba_mk_mctl(mctlmsg, &abortable, sizeof (abortable));
569 if (mctl_ptr != NULL) {
570 DB_TYPE(mctl_ptr) = M_IOCTL;
571 if (kbtrans_streams_message(usbkbmd->usbkbm_kbtrans, mctl_ptr)
573 freemsg(mctl_ptr);
695 mblk_t *datap, *mctl_ptr; local
1274 mblk_t *mctl_ptr; local
1889 mblk_t *mctl_ptr; local
[all...]
/illumos-gate/usr/src/uts/common/io/usb/clients/usbinput/usbwcm/
H A Dusbwcm.c781 mblk_t *mctl_ptr; local
789 mctl_ptr = usba_mk_mctl(mctlmsg, NULL, 0);
790 if (mctl_ptr == NULL) {
794 putnext(usbwcmp->usbwcm_wq, mctl_ptr);
827 mctl_ptr = usba_mk_mctl(mctlmsg, featr, sizeof (hid_req_t));
828 if (mctl_ptr != NULL) {
829 putnext(usbwcmp->usbwcm_wq, mctl_ptr);
1363 mblk_t *mctl_ptr; local
1393 mctl_ptr = usba_mk_mctl(mctlmsg, featr, sizeof (hid_req_t));
1394 if (mctl_ptr !
[all...]
/illumos-gate/usr/src/uts/common/io/usb/clients/usbms/
H A Dusbms.c263 mblk_t *mctl_ptr; local
324 mctl_ptr = usba_mk_mctl(mctlmsg, NULL, 0);
325 if (mctl_ptr == NULL) {
334 putnext(usbmsp->usbms_wq_ptr, mctl_ptr);

Completed in 88 milliseconds