Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Depm.h784 extern void pm_unlock_power(dev_info_t *);
869 #define PM_UNLOCK_POWER(dip) pm_unlock_power(dip)
/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c5892 pm_unlock_power(dev_info_t *dip) in pm_unlock_power() function