Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c1353 if (scsa2usbp->scsa2usb_work_thread_id == NULL) { in scsa2usb_cleanup()
2679 (void *)scsa2usbp->scsa2usb_work_thread_id, in scsa2usb_scsi_start()
2683 if (scsa2usbp->scsa2usb_work_thread_id == 0) { in scsa2usb_scsi_start()
2704 scsa2usbp->scsa2usb_work_thread_id = (kthread_t *)1; in scsa2usb_scsi_start()
4185 (void *)scsa2usbp->scsa2usb_work_thread_id); in scsa2usb_work_thread()
4187 ASSERT(scsa2usbp->scsa2usb_work_thread_id == (kthread_t *)1); in scsa2usb_work_thread()
4188 scsa2usbp->scsa2usb_work_thread_id = curthread; in scsa2usb_work_thread()
4221 scsa2usbp->scsa2usb_work_thread_id = 0; in scsa2usb_work_thread()
5507 if ((scsa2usbp->scsa2usb_work_thread_id == NULL) && in scsa2usb_disconnect_event_cb()
/illumos-gate/usr/src/uts/common/sys/usb/scsa2usb/
H A Dscsa2usb.h348 kthread_t *scsa2usb_work_thread_id; /* handle commands */ member