Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba_ugen.c85 static void ugen_minphys(struct buf *);
1004 (struct buf *)0, dev, B_READ, ugen_minphys, uiop)); in usb_ugen_read()
1029 (struct buf *)0, dev, B_WRITE, ugen_minphys, uiop)); in usb_ugen_write()
1235 ugen_minphys(struct buf *bp) in ugen_minphys() function