Home
last modified time | relevance | path

Searched refs:FMD_LF_REPLAY (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_log.c372 lp->log_flags |= FMD_LF_REPLAY; in fmd_log_xopen()
479 if (lp->log_flags & FMD_LF_REPLAY) { in fmd_log_hold_pending()
530 if (lp->log_flags & FMD_LF_REPLAY) in fmd_log_append()
642 if (lp->log_flags & FMD_LF_REPLAY) { in fmd_log_append()
729 if (!(lp->log_flags & FMD_LF_REPLAY)) in fmd_log_commit()
775 if (!(lp->log_flags & FMD_LF_REPLAY)) in fmd_log_decommit()
861 if (lp->log_stat.st_size == 0 && (lp->log_flags & FMD_LF_REPLAY)) { in fmd_log_replay()
882 if (lp->log_flags & FMD_LF_REPLAY) { in fmd_log_replay()
899 if (!(lp->log_flags & FMD_LF_REPLAY) && in fmd_log_replay()
907 if (!(lp->log_flags & FMD_LF_REPLAY)) in fmd_log_replay()
H A Dfmd_log.h60 #define FMD_LF_REPLAY 0x2 /* log records should use replay tag */ macro