Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/scsa2usb/
H A Dscsa2usb.h363 uint8_t scsa2usb_clones[SCSA2USB_MAX_CLONE]; member
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c1154 if (!scsa2usbp->scsa2usb_clones[clone]) in scsa2usb_ugen_open()
1172 scsa2usbp->scsa2usb_clones[clone] = (uint8_t)ugen_minor; in scsa2usb_ugen_open()
1221 ugen_minor = scsa2usbp->scsa2usb_clones[clone]; in scsa2usb_ugen_close()
1233 scsa2usbp->scsa2usb_clones[clone] = 0; in scsa2usb_ugen_close()
1269 ugen_minor = scsa2usbp->scsa2usb_clones[clone]; in scsa2usb_ugen_read()
1296 ugen_minor = scsa2usbp->scsa2usb_clones[clone]; in scsa2usb_ugen_write()
1326 ugen_minor = scsa2usbp->scsa2usb_clones[clone]; in scsa2usb_ugen_poll()