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

/illumos-gate/usr/src/uts/common/sys/usb/scsa2usb/
H A Dscsa2usb.h336 kthread_t *scsa2usb_work_thread_id; /* handle commands */ member in struct:scsa2usb_state
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c1317 if (scsa2usbp->scsa2usb_work_thread_id == NULL) {
2675 "scsa2usb_work_thread_id=0x%p, count=%d, lun=%d",
2676 (void *)scsa2usbp->scsa2usb_work_thread_id,
2680 if (scsa2usbp->scsa2usb_work_thread_id == 0) {
2701 scsa2usbp->scsa2usb_work_thread_id = (kthread_t *)1;
4161 (void *)scsa2usbp->scsa2usb_work_thread_id);
4163 ASSERT(scsa2usbp->scsa2usb_work_thread_id == (kthread_t *)1);
4164 scsa2usbp->scsa2usb_work_thread_id = curthread;
4197 scsa2usbp->scsa2usb_work_thread_id = 0;
5448 if ((scsa2usbp->scsa2usb_work_thread_id
[all...]

Completed in 229 milliseconds