Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fm/fmd/common/
H A Dfmd_log.h62 #define FMD_LF_BUSY 0x8 /* log is busy; skip updates */ macro
H A Dfmd_subr.c167 if (!(fmd.d_errlog->log_flags & FMD_LF_BUSY)) in fmd_verror()
H A Dfmd_log.c868 while (lp->log_flags & FMD_LF_BUSY) in fmd_log_replay()
876 lp->log_flags |= FMD_LF_BUSY; in fmd_log_replay()
959 lp->log_flags &= ~FMD_LF_BUSY; in fmd_log_replay()