Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/power/
H A Dpowerd.c544 if (strlen(asinfo.idlecheck_path) > 0) { in work_handler()
545 if (stat(asinfo.idlecheck_path, &stat_buf) != 0) { in work_handler()
547 asinfo.idlecheck_path); in work_handler()
550 asinfo.idlecheck_path); in work_handler()
938 cp = strrchr(asinfo.idlecheck_path, '/'); in run_idlecheck()
940 cp = asinfo.idlecheck_path; in run_idlecheck()
943 (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()
/titanic_44/usr/src/uts/common/sys/
H A Dcpr.h157 char idlecheck_path[MAXPATHLEN]; /* default = "" */ member