Searched refs:fail_count (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/amt/ |
H A D | amt.c | 103 int fail_count = 0; in main() local 142 fail_count++; in main() 146 fail_count++; in main() 153 fail_count++; in main() 160 fail_count++; in main() 167 fail_count++; in main() 174 fail_count++; in main() 180 if (fail_count > 0) in main() 182 fail_count); in main() 186 return (fail_count); in main()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | bofi.h | 118 uint_t fail_count; member 141 uint_t fail_count; member 231 uint_t fail_count; member 249 uint_t fail_count; member
|
/titanic_44/usr/src/cmd/th_tools/ |
H A D | th_define.c | 1251 errdef->fail_count = 0; in add_edef() 1254 errdef->access_count + errdef->fail_count - 1; in add_edef() 1274 errdef->access_count, errdef->fail_count, in add_edef() 1317 errstate->access_count, errstate->fail_count, in collect_state() 1325 errstate->fail_count == 0 && in collect_state() 1333 errstate->access_count, errstate->fail_count, in collect_state() 1375 cmt, esp->fail_count, esp->acc_chk); in print_err_reports() 1767 uint_t logsize = edp->access_count + edp->fail_count - 1; in test_driver() 2091 errdef.fail_count = in main() 2328 errdef.fail_count, errdef.acc_chk, in main() [all …]
|
/titanic_44/usr/src/uts/common/io/ |
H A D | bofi.c | 962 errdef.fail_count = errdef_32.fail_count; in bofi_ioctl() 991 if (errdef.fail_count == 0) in bofi_ioctl() 1052 errdef_32.fail_count = errdef.fail_count; in bofi_ioctl() 1236 errstate.fail_count = errstate_32.fail_count; in bofi_ioctl() 1290 errstate_32.fail_count = errstate.fail_count; in bofi_ioctl() 1355 errstate.fail_count = errstate_32.fail_count; in bofi_ioctl() 1410 errstate_32.fail_count = errstate.fail_count; in bofi_ioctl() 2028 ep->errdef.fail_count == 0) in bofi_clear_acc_chk() 2062 ep->errdef.fail_count = 0; in bofi_clear_errors() 2100 ep->errdef.fail_count = 0; in bofi_clear_errdefs() [all …]
|
/titanic_44/usr/src/test/libc-tests/tests/symbols/ |
H A D | symbols_test.c | 43 static int fail_count = 0; variable 910 fail_count++; in do_compile() 918 fail_count++; in do_compile()
|