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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dinput.c1274 static uint_t failed_count; local
1280 if (++failed_count % 100 == 1)
1319 if (++failed_count % 100 == 1)
H A Dif.c270 static uint_t failed_count; local
280 if (++failed_count % 100 == 1)
282 failed_count > 1 ? "Still " : "",
287 failed_count = 0;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/psvcpolicy/
H A Dpsvcpolicy.c620 int32_t failed_count = 0; local
648 failed_count++;
651 } while ((retry < n_retry_fsp_fault) && (failed_count));
653 if (failed_count == 0 && led_on) {
660 if (failed_count > 0 && ! led_on) {

Completed in 81 milliseconds