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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_log.c557 lfp->lf_flags &= ~(L_PRINTED | L_ERROR);
837 if (!(lfp->lf_flags & L_PRINTED)) {
852 if (!(lfp->lf_flags & L_PRINTED)) {
856 lfp->lf_flags |= L_PRINTED;
858 } else if (lfp->lf_flags & (L_ERROR | L_PRINTED)) {
859 lfp->lf_flags &= ~(L_ERROR | L_PRINTED);
/illumos-gate/usr/src/uts/common/nfs/
H A Dexport.h342 #define L_PRINTED 0x02 /* error message printed to console */ macro

Completed in 63 milliseconds