Searched refs:pmthr_created (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A Dpiclenvd.c195 static int pmthr_created; /* pmthr created */ variable
952 pmthr_created = B_FALSE;
998 if (pmthr_created == B_FALSE) {
1005 pmthr_created = B_TRUE;
1048 if (pmthr_created) {
1051 pmthr_created = B_FALSE;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chicago/envd/
H A Dpiclenvd.c182 static boolean_t pmthr_created = B_FALSE; variable
1878 if ((pm_monitor) && (pmthr_created == B_FALSE)) {
1882 pmthr_created = B_TRUE;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Dpiclenvd.c123 static boolean_t pmthr_created = B_FALSE; variable
1509 if (pm_monitor && pmthr_created == B_FALSE) {
1514 pmthr_created = B_TRUE;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Dpiclenvd.c143 static boolean_t pmthr_created = B_FALSE; variable
2274 if (pm_monitor && pmthr_created == B_FALSE) {
2279 pmthr_created = B_TRUE;

Completed in 70 milliseconds