Searched defs:n_retry_temp_shutdown (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/psvcpolicy/
H A Dpsvcpolicy.c113 static int n_retry_temp_shutdown = PSVC_NUM_OF_RETRIES; variable
842 } while ((retry < n_retry_temp_shutdown) && temp_oor);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/psvcpolicy/
H A Dpsvcpolicy.c123 static int n_retry_temp_shutdown = PSVC_NUM_OF_RETRIES; variable
142 &n_retry_temp_shutdown, "n_retry_temp_shutdown",
564 (retry < n_retry_temp_shutdown));
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/daktari/psvcpolicy/
H A Dpsvcpolicy.c175 static int n_retry_temp_shutdown = PSVC_NUM_OF_RETRIES; variable
195 &n_retry_temp_shutdown, "n_retry_temp_shutdown",
1838 (retry < n_retry_temp_shutdown));

Completed in 78 milliseconds