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

/opensolaris-onvv-gate/usr/src/uts/common/sys/usb/clients/hwarc/
H A Dhwarc.h47 } hwarc_power_t; typedef in typeref:struct:hwarc_power
72 hwarc_power_t *hrc_pm; /* PM state of hwarc */
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/clients/hwarc/
H A Dhwarc.c241 hwarc_power_t *hrcpm = NULL;
251 hrcpm = kmem_zalloc(sizeof (hwarc_power_t), KM_SLEEP);
295 hwarc_power_t *pm;
344 kmem_free(pm, sizeof (hwarc_power_t));

Completed in 51 milliseconds