Searched refs:idlecheck_path (Results 1 – 3 of 3) sorted by relevance
544 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()
862 STRCPYLIM(new_cc.idlecheck_path, LINEARG(1), "idle path"); in idlechk()
157 char idlecheck_path[MAXPATHLEN]; /* default = "" */ member