Home
last modified time | relevance | path

Searched refs:failed_count (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/ktest/
H A Dktest.c926 uint_t failed_count = in ktest_run_cmd() local
933 if (failed_count != 0) { in ktest_run_cmd()
935 failed_count, failed_count > 1 ? "tests" : "test"); in ktest_run_cmd()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/psvcpolicy/
H A Dpsvcpolicy.c618 int32_t failed_count = 0; in psvc_fsp_device_fault_check_policy_0() local
646 failed_count++; in psvc_fsp_device_fault_check_policy_0()
649 } while ((retry < n_retry_fsp_fault) && (failed_count)); in psvc_fsp_device_fault_check_policy_0()
651 if (failed_count == 0 && led_on) { in psvc_fsp_device_fault_check_policy_0()
658 if (failed_count > 0 && ! led_on) { in psvc_fsp_device_fault_check_policy_0()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dinput.c1274 static uint_t failed_count; in get_peer_info() local
1280 if (++failed_count % 100 == 1) in get_peer_info()
1319 if (++failed_count % 100 == 1) in get_peer_info()
H A Dif.c270 static uint_t failed_count; in htbl_grow() local
280 if (++failed_count % 100 == 1) in htbl_grow()
282 failed_count > 1 ? "Still " : "", in htbl_grow()
287 failed_count = 0; in htbl_grow()