Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c5629 if (scsa2usbp->scsa2usb_pm->scsa2usb_pm_busy != 0) { in scsa2usb_pwrlvl0()
5780 scsa2usbp->scsa2usb_pm->scsa2usb_pm_busy++; in scsa2usb_pm_busy_component()
5785 scsa2usbp->scsa2usb_pm->scsa2usb_pm_busy); in scsa2usb_pm_busy_component()
5792 ASSERT(scsa2usbp->scsa2usb_pm->scsa2usb_pm_busy > 0); in scsa2usb_pm_busy_component()
5793 scsa2usbp->scsa2usb_pm->scsa2usb_pm_busy--; in scsa2usb_pm_busy_component()
5798 scsa2usbp->scsa2usb_pm->scsa2usb_pm_busy); in scsa2usb_pm_busy_component()
5820 ASSERT(scsa2usbp->scsa2usb_pm->scsa2usb_pm_busy > 0); in scsa2usb_pm_idle_component()
5821 scsa2usbp->scsa2usb_pm->scsa2usb_pm_busy--; in scsa2usb_pm_idle_component()
5826 scsa2usbp->scsa2usb_pm->scsa2usb_pm_busy); in scsa2usb_pm_idle_component()
/illumos-gate/usr/src/uts/common/sys/usb/scsa2usb/
H A Dscsa2usb.h244 int scsa2usb_pm_busy; member