Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_log.c561 lfp->lf_flags &= ~(L_PRINTED | L_ERROR); in log_file_rele()
839 if (!(lfp->lf_flags & L_PRINTED)) { in nfslog_write_logrecords()
854 if (!(lfp->lf_flags & L_PRINTED)) { in nfslog_write_logrecords()
858 lfp->lf_flags |= L_PRINTED; in nfslog_write_logrecords()
860 } else if (lfp->lf_flags & (L_ERROR | L_PRINTED)) { in nfslog_write_logrecords()
861 lfp->lf_flags &= ~(L_ERROR | L_PRINTED); in nfslog_write_logrecords()
/illumos-gate/usr/src/uts/common/nfs/
H A Dexport.h351 #define L_PRINTED 0x02 /* error message printed to console */ macro