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

/illumos-gate/usr/src/uts/common/io/usb/clients/usbskel/
H A Dusbskel.c109 static int usbskel_strategy(struct buf *);
144 usbskel_strategy, /* strategy */
683 return (physio(usbskel_strategy, NULL, dev, B_READ,
693 usbskel_strategy(struct buf *bp) function
720 "usbskel_strategy: device can't be accessed");
771 "usbskel_strategy: can't start transfer: status: %d",

Completed in 787 milliseconds