Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Desunddi.h142 extern int (*pm_platform_power)(power_req_t *);
/titanic_50/usr/src/uts/sun4/io/
H A Drootnex.c907 return ((*pm_platform_power)((power_req_t *)arg)); in rootnex_ctlops()
/titanic_50/usr/src/uts/i86pc/io/
H A Drootnex.c694 return ((*pm_platform_power)((power_req_t *)arg)); in rootnex_ctlops()
/titanic_50/usr/src/uts/common/os/
H A Dsunpm.c4447 int (*pm_platform_power)(power_req_t *) = ddi_no_platform_power; variable