Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/scsa2usb/
H A Dscsa2usb.h252 } scsa2usb_power_t; typedef
296 scsa2usb_power_t *scsa2usb_pm; /* PM state info */
391 _NOTE(SCHEME_PROTECTS_DATA("stable data", scsa2usb_power_t))
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c1344 scsa2usb_power_t *pm; in scsa2usb_cleanup()
1426 kmem_free(pm, sizeof (scsa2usb_power_t)); in scsa2usb_cleanup()
5551 scsa2usb_power_t *pm; in scsa2usb_create_pm_components()
5570 pm = kmem_zalloc(sizeof (scsa2usb_power_t), KM_SLEEP); in scsa2usb_create_pm_components()
5716 scsa2usb_power_t *pm; in scsa2usb_power()