Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/power/
H A Dpowerd.h50 int pd_autoshutdown; /* Autoshutdown active */ member
H A Dpowerd.c559 info->pd_autoshutdown = 0; in work_handler()
561 info->pd_autoshutdown = estar_v2_prop; in work_handler()
564 info->pd_autoshutdown = asinfo.is_cpr_capable; in work_handler()
568 info->pd_autoshutdown = 0; in work_handler()
571 if (info->pd_autoshutdown) { in work_handler()
580 autoshutdown_en = (asinfo.as_idle >= 0 && info->pd_autoshutdown) in work_handler()