Home
last modified time | relevance | path

Searched refs:shutdown_tstamp (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chicago/envd/
H A Dpiclenvd.c795 diskp->shutdown_tstamp = 0; in envd_setup_disks()
1051 sensorp->shutdown_tstamp = 0; in envd_setup_sensors()
1298 if (sensorp->shutdown_tstamp == 0) in system_temp_thr()
1299 sensorp->shutdown_tstamp = ct; in system_temp_thr()
1306 if ((ct - sensorp->shutdown_tstamp) >= in system_temp_thr()
1340 } else if (sensorp->shutdown_tstamp != 0) in system_temp_thr()
1341 sensorp->shutdown_tstamp = 0; in system_temp_thr()
1685 if (diskp->shutdown_tstamp == 0) in disk_temp_thr()
1686 diskp->shutdown_tstamp = ct; in disk_temp_thr()
1693 if ((ct - diskp->shutdown_tstamp) >= in disk_temp_thr()
[all …]
H A Denvd.h451 time_t shutdown_tstamp; /* shutdown temp time (secs) */ member
477 time_t shutdown_tstamp; /* shutdown temp time (secs) */ member
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A Dpiclenvd.c459 sensorp->shutdown_tstamp = 0; in envd_setup_sensors()
572 if (sensorp->shutdown_tstamp == 0) in monitor_sensors()
573 sensorp->shutdown_tstamp = ct.tv_sec; in monitor_sensors()
580 if ((ct.tv_sec - sensorp->shutdown_tstamp) >= in monitor_sensors()
599 } else if (sensorp->shutdown_tstamp != 0) in monitor_sensors()
600 sensorp->shutdown_tstamp = 0; in monitor_sensors()
H A Denvd.h133 time_t shutdown_tstamp; /* shutdown temp time (secs) */ member
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Dpiclenvd.c1202 diskp->shutdown_tstamp = 0; in envd_setup_disks()
1233 sensorp->shutdown_tstamp = 0; in envd_setup_sensors()
1714 if (sensorp->shutdown_tstamp == 0) in handle_overtemp_interrupt()
1715 sensorp->shutdown_tstamp = ct; in handle_overtemp_interrupt()
1716 if ((ct - sensorp->shutdown_tstamp) >= in handle_overtemp_interrupt()
1733 } else if (sensorp->shutdown_tstamp != 0) in handle_overtemp_interrupt()
1734 sensorp->shutdown_tstamp = 0; in handle_overtemp_interrupt()
2178 if (diskp->shutdown_tstamp == 0) in disk_temp_thr()
2179 diskp->shutdown_tstamp = ct; in disk_temp_thr()
2186 if ((ct - diskp->shutdown_tstamp) >= in disk_temp_thr()
[all …]
H A Denvd.h390 time_t shutdown_tstamp; /* shutdown temp time (secs) */ member
417 time_t shutdown_tstamp; /* shutdown temp time (secs) */ member
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Dpiclenvd.c879 sensorp->shutdown_tstamp = 0; in envd_setup_sensors()
1341 if (sensorp->shutdown_tstamp == 0) in handle_overtemp_interrupt()
1342 sensorp->shutdown_tstamp = ct; in handle_overtemp_interrupt()
1343 if ((ct - sensorp->shutdown_tstamp) >= in handle_overtemp_interrupt()
1360 } else if (sensorp->shutdown_tstamp != 0) in handle_overtemp_interrupt()
1361 sensorp->shutdown_tstamp = 0; in handle_overtemp_interrupt()
H A Denvd.h309 time_t shutdown_tstamp; /* shutdown temp time (secs) */ member
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Denvd.h298 time_t shutdown_tstamp; /* shutdown temp time (secs) */ member
H A Dpiclenvd.c1624 sensorp->shutdown_tstamp = 0; in envd_setup_sensors()
1859 if (sensorp->shutdown_tstamp == 0) in monitor_sensors()
1860 sensorp->shutdown_tstamp = ct; in monitor_sensors()
1867 if ((ct - sensorp->shutdown_tstamp) >= in monitor_sensors()
1886 } else if (sensorp->shutdown_tstamp != 0) in monitor_sensors()
1887 sensorp->shutdown_tstamp = 0; in monitor_sensors()