Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/usb/scsa2usb/
H A Dscsa2usb.h351 uint8_t scsa2usb_clones[SCSA2USB_MAX_CLONE]; member
/titanic_41/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c1118 if (!scsa2usbp->scsa2usb_clones[clone]) in scsa2usb_ugen_open()
1136 scsa2usbp->scsa2usb_clones[clone] = (uint8_t)ugen_minor; in scsa2usb_ugen_open()
1185 ugen_minor = scsa2usbp->scsa2usb_clones[clone]; in scsa2usb_ugen_close()
1197 scsa2usbp->scsa2usb_clones[clone] = 0; in scsa2usb_ugen_close()
1233 ugen_minor = scsa2usbp->scsa2usb_clones[clone]; in scsa2usb_ugen_read()
1260 ugen_minor = scsa2usbp->scsa2usb_clones[clone]; in scsa2usb_ugen_write()
1290 ugen_minor = scsa2usbp->scsa2usb_clones[clone]; in scsa2usb_ugen_poll()