Searched refs:PM_STOP_CPUPM (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | pm.h | 95 PM_STOP_CPUPM, enumerator
|
/titanic_41/usr/src/uts/common/io/ |
H A D | pm.c | 453 {PM_STOP_CPUPM, "PM_STOP_CPUPM", 1, NOSTRUCT, 0, 0, 0, SU}, 571 case PM_STOP_CPUPM: in pm_stop_pm_walk() 2716 int c = PM_STOP_CPUPM; in pm_ioctl() 2752 case PM_STOP_CPUPM: in pm_ioctl() 2759 (cmd == PM_STOP_CPUPM && PM_CPUPM_DISABLED)) { in pm_ioctl() 2771 } else if (cmd == PM_STOP_CPUPM) { in pm_ioctl() 2792 if (cmd == PM_STOP_PM || cmd == PM_STOP_CPUPM) in pm_ioctl()
|
/titanic_41/usr/src/cmd/power/ |
H A D | handlers.c | 130 "disable", "\0", PM_STOP_CPUPM, EINVAL, in cpupm()
|
/titanic_41/usr/src/cmd/truss/ |
H A D | codes.c | 1508 { (uint_t)PM_STOP_CPUPM, "PM_STOP_CPUPM", NULL },
|