Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/power/
H A Dparse.c45 prmup_t pm_status = { 0, OKUP, "pm" }; variable
54 "S3-support", S3sup, &pm_status, NULL, 2, 0, 1,
55 "autoS3", autoS3, &pm_status, NULL, 2, 0, 1,
56 "autopm", autopm, &pm_status, NULL, 2, 0, 1,
58 "cpu-threshold", cputhr, &pm_status, NULL, 2, 0, 1,
59 "cpu_deep_idle", cpuidle, &pm_status, NULL, 2, 0, 1,
60 "cpupm", cpupm, &pm_status, NULL, 2, 1, 1,
62 ddprop, &pm_status, NULL, 3, 1, 1,
63 "device-dependency", devdep, &pm_status, NULL, 3, 1, 1,
72 "system-threshold", systhr, &pm_status, NULL, 2, 0, 1,
[all …]
H A Dconf.c257 if (!pm_status.perm) { in update_cprconfig()
263 if (pm_status.update == NOUP) in update_cprconfig()
434 (pm_status.perm && pm_status.update != OKUP)) { in write_conf()
438 pm_status.perm, pm_status.update); in write_conf()
453 if (cpr_status.perm && pm_status.perm) in write_conf()
457 conf_scanner(&pm_status); in write_conf()
529 ruid, cpr_status.perm, pm_status.perm); in main()
531 if ((!cpr_status.perm && !pm_status.perm) || in main()
532 (rflag && !(cpr_status.perm && pm_status.perm))) in main()
539 if (pm_status.perm) in main()
[all …]
H A Dpmconfig.h100 extern prmup_t cpr_status, pm_status;