Home
last modified time | relevance | path

Searched refs:BOFI_LOG_WRAP (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dbofi.h73 #define BOFI_LOG_WRAP 0x2 /* do continuous logging of accesses */ macro
/titanic_50/usr/src/cmd/th_tools/
H A Dth_define.c1321 if ((errstate->log.flags & BOFI_LOG_WRAP) && in collect_state()
2211 errdef.log.flags |= BOFI_LOG_WRAP; in main()
2214 errdef.log.flags |= BOFI_LOG_WRAP; in main()
/titanic_50/usr/src/uts/common/io/
H A Dbofi.c2278 if ((log->flags & BOFI_LOG_WRAP) && edp->access_count <= 1) { in log_acc_event()