scsa2usb_power_t
scsa2usb_power_t *pm;
kmem_free(pm, sizeof (scsa2usb_power_t));
scsa2usb_power_t *pm;
pm = kmem_zalloc(sizeof (scsa2usb_power_t), KM_SLEEP);
scsa2usb_power_t *pm;
scsa2usb_power_t *scsa2usb_pm; /* PM state info */
_NOTE(SCHEME_PROTECTS_DATA("stable data", scsa2usb_power_t))