Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/th_tools/
H A Dth_define.c385 if (logflags & BOFI_LOG_TIMESTAMP && in dump_log()
408 (logflags & BOFI_LOG_TIMESTAMP) ? in dump_log()
421 (logflags & BOFI_LOG_TIMESTAMP) ? in dump_log()
708 dump_log(0, 0, item, 1, BOFI_LOG_TIMESTAMP); in define_nerrs()
919 if (log->flags & BOFI_LOG_TIMESTAMP) in reduce_log()
2034 {0, 0, BOFI_LOG_TIMESTAMP, /* timestamp by default */ in main()
2210 errdef.log.flags |= BOFI_LOG_TIMESTAMP; in main()
2212 errdef.log.flags &= ~BOFI_LOG_TIMESTAMP; in main()
/illumos-gate/usr/src/uts/common/sys/
H A Dbofi.h73 #define BOFI_LOG_TIMESTAMP 0x8 /* timestamp each log entry */ macro
/illumos-gate/usr/src/uts/common/io/
H A Dbofi.c2267 if (log->flags & BOFI_LOG_TIMESTAMP) in log_acc_event()