Searched refs:access_count (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | bofi.h | 117 uint_t access_count; member 140 uint_t access_count; member 230 uint_t access_count; member 248 uint_t access_count; member
|
/titanic_50/usr/src/uts/common/io/ |
H A D | bofi.c | 961 errdef.access_count = errdef_32.access_count; in bofi_ioctl() 1051 errdef_32.access_count = errdef.access_count; in bofi_ioctl() 1235 errstate.access_count = errstate_32.access_count; in bofi_ioctl() 1289 errstate_32.access_count = errstate.access_count; in bofi_ioctl() 1354 errstate.access_count = errstate_32.access_count; in bofi_ioctl() 1409 errstate_32.access_count = errstate.access_count; in bofi_ioctl() 2027 if (ep->errdef.access_count == 0 && in bofi_clear_acc_chk() 2060 if (ep->errdef.access_count == 0) { in bofi_clear_errors() 2099 ep->errdef.access_count = 0; in bofi_clear_errdefs() 2140 ep->errstate.access_count = ep->errdef.access_count; in bofi_errdef_check() [all …]
|
/titanic_50/usr/src/cmd/th_tools/ |
H A D | th_define.c | 1250 errdef->access_count = DFLT_NONPIO_LOGSZ; 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() 1322 errstate->access_count > 0) in collect_state() 1324 if (errstate->access_count <= 1 && in collect_state() 1333 errstate->access_count, errstate->fail_count, in collect_state() 1338 errdef->offset, errdef->len, errstate->access_count); in collect_state() 1353 errstate->log.entries, errstate->access_count, in collect_state() 1371 if (esp->access_count != 0) { in print_err_reports() [all …]
|