Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A Dpiclenvd.c461 sensorp->shutdown_tstamp = 0; in envd_setup_sensors()
574 if (sensorp->shutdown_tstamp == 0) in monitor_sensors()
575 sensorp->shutdown_tstamp = ct.tv_sec; in monitor_sensors()
582 if ((ct.tv_sec - sensorp->shutdown_tstamp) >= in monitor_sensors()
601 } else if (sensorp->shutdown_tstamp != 0) in monitor_sensors()
602 sensorp->shutdown_tstamp = 0; in monitor_sensors()
H A Denvd.h135 time_t shutdown_tstamp; /* shutdown temp time (secs) */ member
/titanic_44/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
/titanic_44/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()
2169 if (diskp->shutdown_tstamp == 0) in disk_temp_thr()
2170 diskp->shutdown_tstamp = ct; in disk_temp_thr()
2177 if ((ct - diskp->shutdown_tstamp) >= in disk_temp_thr()
[all …]
H A Denvd.h392 time_t shutdown_tstamp; /* shutdown temp time (secs) */ member
419 time_t shutdown_tstamp; /* shutdown temp time (secs) */ member
/titanic_44/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Dpiclenvd.c881 sensorp->shutdown_tstamp = 0; in envd_setup_sensors()
1343 if (sensorp->shutdown_tstamp == 0) in handle_overtemp_interrupt()
1344 sensorp->shutdown_tstamp = ct; in handle_overtemp_interrupt()
1345 if ((ct - sensorp->shutdown_tstamp) >= in handle_overtemp_interrupt()
1362 } else if (sensorp->shutdown_tstamp != 0) in handle_overtemp_interrupt()
1363 sensorp->shutdown_tstamp = 0; in handle_overtemp_interrupt()
H A Denvd.h311 time_t shutdown_tstamp; /* shutdown temp time (secs) */ member
/titanic_44/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Denvd.h300 time_t shutdown_tstamp; /* shutdown temp time (secs) */ member
H A Dpiclenvd.c1626 sensorp->shutdown_tstamp = 0; in envd_setup_sensors()
1861 if (sensorp->shutdown_tstamp == 0) in monitor_sensors()
1862 sensorp->shutdown_tstamp = ct; in monitor_sensors()
1869 if ((ct - sensorp->shutdown_tstamp) >= in monitor_sensors()
1888 } else if (sensorp->shutdown_tstamp != 0) in monitor_sensors()
1889 sensorp->shutdown_tstamp = 0; in monitor_sensors()