Home
last modified time | relevance | path

Searched refs:pm_platform_power (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Desunddi.h144 extern int (*pm_platform_power)(power_req_t *);
/illumos-gate/usr/src/uts/sun4/io/
H A Drootnex.c907 return ((*pm_platform_power)((power_req_t *)arg)); in rootnex_ctlops()
/illumos-gate/usr/src/uts/i86pc/io/
H A Drootnex.c684 return ((*pm_platform_power)((power_req_t *)arg)); in rootnex_ctlops()
/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c4443 int (*pm_platform_power)(power_req_t *) = ddi_no_platform_power; variable