Home
last modified time | relevance | path

Searched refs:as_idle (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/power/
H A Dpowerd.c581 info->pd_idle_time = asinfo.as_idle; in work_handler()
589 autoshutdown_en = (asinfo.as_idle >= 0 && info->pd_autoshutdown) in work_handler()
595 autoshutdown_en, asinfo.as_idle, info->pd_autoresume); in work_handler()
H A Dhandlers.c529 new_cc.as_idle = atoi(LINEARG(1)); in autosd()
534 new_cc.as_idle, new_cc.as_sh, new_cc.as_sm, in autosd()
/illumos-gate/usr/src/uts/common/sys/
H A Dcpr.h145 int as_idle; /* idle time in min */ member