Searched defs:disk_temp_thr_created (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chicago/envd/
H A Dpiclenvd.c172 static boolean_t disk_temp_thr_created = B_FALSE; variable
1892 if ((disk_temp_monitor) && (disk_temp_thr_created == B_FALSE)) {
1897 disk_temp_thr_created = B_TRUE;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Dpiclenvd.c135 static boolean_t disk_temp_thr_created = B_FALSE; variable
2282 if (disk_temp_thr_created == B_FALSE) {
2287 disk_temp_thr_created = B_TRUE;

Completed in 67 milliseconds