Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/power/
H A Dpowerd.c553 if (strlen(asinfo.idlecheck_path) > 0) { in work_handler()
554 if (stat(asinfo.idlecheck_path, &stat_buf) != 0) { in work_handler()
556 asinfo.idlecheck_path); in work_handler()
559 asinfo.idlecheck_path); in work_handler()
947 cp = strrchr(asinfo.idlecheck_path, '/'); in run_idlecheck()
949 cp = asinfo.idlecheck_path; in run_idlecheck()
952 (void) execl(asinfo.idlecheck_path, cp, NULL); in run_idlecheck()
H A Dhandlers.c862 STRCPYLIM(new_cc.idlecheck_path, LINEARG(1), "idle path"); in idlechk()
/illumos-gate/usr/src/uts/common/sys/
H A Dcpr.h157 char idlecheck_path[MAXPATHLEN]; /* default = "" */ member