Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dbofi.h75 #define BOFI_LOG_TIMESTAMP 0x8 /* timestamp each log entry */ macro
/titanic_50/usr/src/cmd/th_tools/
H A Dth_define.c387 if (logflags & BOFI_LOG_TIMESTAMP && in dump_log()
410 (logflags & BOFI_LOG_TIMESTAMP) ? in dump_log()
423 (logflags & BOFI_LOG_TIMESTAMP) ? in dump_log()
715 dump_log(0, 0, item, 1, BOFI_LOG_TIMESTAMP); in define_nerrs()
926 if (log->flags & BOFI_LOG_TIMESTAMP) in reduce_log()
2042 {0, 0, BOFI_LOG_TIMESTAMP, /* timestamp by default */ in main()
2218 errdef.log.flags |= BOFI_LOG_TIMESTAMP; in main()
2220 errdef.log.flags &= ~BOFI_LOG_TIMESTAMP; in main()
/titanic_50/usr/src/uts/common/io/
H A Dbofi.c2264 if (log->flags & BOFI_LOG_TIMESTAMP) in log_acc_event()