Searched refs:fail_count (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dbofi.h118 uint_t fail_count; member in struct:bofi_errdef
141 uint_t fail_count; member in struct:bofi_errdef32
231 uint_t fail_count; member in struct:bofi_errstate
249 uint_t fail_count; member in struct:bofi_errstate32
/illumos-gate/usr/src/cmd/amt/
H A Damt.c103 int fail_count = 0; local
142 fail_count++;
146 fail_count++;
153 fail_count++;
160 fail_count++;
167 fail_count++;
174 fail_count++;
180 if (fail_count > 0)
182 fail_count);
186 return (fail_count);
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dbofi.c962 errdef.fail_count = errdef_32.fail_count;
991 if (errdef.fail_count == 0)
1052 errdef_32.fail_count = errdef.fail_count;
1176 * set "fail_count" to 0 for all errdefs corresponding to
1195 * set "access_count" and "fail_count" to 0 for all errdefs
1236 errstate.fail_count = errstate_32.fail_count;
1290 errstate_32.fail_count
[all...]
/illumos-gate/usr/src/cmd/th_tools/
H A Dth_define.c1251 errdef->fail_count = 0;
1254 errdef->access_count + errdef->fail_count - 1;
1274 errdef->access_count, errdef->fail_count,
1317 errstate->access_count, errstate->fail_count,
1325 errstate->fail_count == 0 &&
1333 errstate->access_count, errstate->fail_count,
1375 cmt, esp->fail_count, esp->acc_chk);
1767 uint_t logsize = edp->access_count + edp->fail_count - 1;
2091 errdef.fail_count =
2328 errdef.fail_count, errde
[all...]
/illumos-gate/usr/src/test/libc-tests/tests/symbols/
H A Dsymbols_test.c43 static int fail_count = 0; variable
913 fail_count++;
921 fail_count++;

Completed in 75 milliseconds