Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/power/
H A Dpowerd.h48 int pd_autoshutdown; /* Autoshutdown active */ member
H A Dpowerd.c568 info->pd_autoshutdown = 0; in work_handler()
570 info->pd_autoshutdown = estar_v2_prop; in work_handler()
573 info->pd_autoshutdown = asinfo.is_cpr_capable; in work_handler()
577 info->pd_autoshutdown = 0; in work_handler()
580 if (info->pd_autoshutdown) { in work_handler()
589 autoshutdown_en = (asinfo.as_idle >= 0 && info->pd_autoshutdown) in work_handler()