Searched refs:pmstate (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/cmd/picl/plugins/sun4u/grover/envd/ |
H A D | piclenvd.c | 692 pm_state_change_t pmstate; in pmthr() local 699 pmstate.physpath = physpath; in pmthr() 700 pmstate.size = sizeof (physpath); in pmthr() 713 if (ioctl(pm_fd, PM_GET_STATE_CHANGE_WAIT, &pmstate) != 0) { in pmthr() 731 pmstate.event, pmstate.flags, in pmthr() 732 pmstate.component, pmstate.old_level, in pmthr() 733 pmstate.new_level, pmstate.physpath); in pmthr() 736 (pmstate.flags & PSC_ALL_LOWEST) ? 1 : 0; in pmthr() 737 } while (ioctl(pm_fd, PM_GET_STATE_CHANGE, &pmstate) == 0); in pmthr()
|
/titanic_50/usr/src/cmd/picl/plugins/sun4u/chicago/envd/ |
H A D | piclenvd.c | 1125 pm_state_change_t pmstate; in pmthr() local 1131 pmstate.physpath = physpath; in pmthr() 1132 pmstate.size = sizeof (physpath); in pmthr() 1150 if (ioctl(pm_fd, PM_GET_STATE_CHANGE_WAIT, &pmstate) != 0) { in pmthr() 1161 pmstate.event, pmstate.flags, in pmthr() 1162 pmstate.component, in pmthr() 1163 pmstate.old_level, in pmthr() 1164 pmstate.new_level, in pmthr() 1165 pmstate.physpath); in pmthr() 1168 (pmstate.flags & PSC_ALL_LOWEST) ? 1 : 0; in pmthr() [all …]
|
/titanic_50/usr/src/cmd/picl/plugins/sun4u/taco/envd/ |
H A D | piclenvd.c | 1084 pm_state_change_t pmstate; in pmthr() local 1088 pmstate.physpath = physpath; in pmthr() 1089 pmstate.size = sizeof (physpath); in pmthr() 1107 if (ioctl(pm_fd, PM_GET_STATE_CHANGE_WAIT, &pmstate) != 0) { in pmthr() 1117 pmstate.event, pmstate.flags, in pmthr() 1118 pmstate.component, in pmthr() 1119 pmstate.old_level, in pmthr() 1120 pmstate.new_level, in pmthr() 1121 pmstate.physpath); in pmthr() 1124 (pmstate.flags & PSC_ALL_LOWEST) ? 1 : 0; in pmthr() [all …]
|
/titanic_50/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/ |
H A D | piclenvd.c | 1452 pm_state_change_t pmstate; in pmthr() local 1456 pmstate.physpath = physpath; in pmthr() 1457 pmstate.size = sizeof (physpath); in pmthr() 1475 if (ioctl(pm_fd, PM_GET_STATE_CHANGE_WAIT, &pmstate) != 0) { in pmthr() 1485 pmstate.event, pmstate.flags, in pmthr() 1486 pmstate.component, in pmthr() 1487 pmstate.old_level, in pmthr() 1488 pmstate.new_level, in pmthr() 1489 pmstate.physpath); in pmthr() 1492 (pmstate.flags & PSC_ALL_LOWEST) ? 1 : 0; in pmthr() [all …]
|
/titanic_50/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/ |
H A D | piclenvd.c | 2223 pm_state_change_t pmstate; in pmthr() local 2226 pmstate.physpath = physpath; in pmthr() 2227 pmstate.size = sizeof (physpath); in pmthr() 2239 if (ioctl(pm_fd, PM_GET_STATE_CHANGE_WAIT, &pmstate) != 0) { in pmthr() 2257 pmstate.event, pmstate.flags, in pmthr() 2258 pmstate.component, pmstate.old_level, in pmthr() 2259 pmstate.new_level, pmstate.physpath); in pmthr() 2262 (pmstate.flags & PSC_ALL_LOWEST) ? 1 : 0; in pmthr() 2263 } while (ioctl(pm_fd, PM_GET_STATE_CHANGE, &pmstate) == 0); in pmthr()
|
/titanic_50/usr/src/uts/common/io/ |
H A D | pm.c | 101 static struct pmstate { struct 108 typedef struct pmstate *pm_state_t; argument
|