Home
last modified time | relevance | path

Searched refs:SL_NOTIFY (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/streams/log/
H A Dstrerr.c160 if (!(lp->flags & SL_NOTIFY)) continue; in main()
185 ((lp->flags & SL_NOTIFY) ? "N" : "."), in prlog()
H A Dstrclean.c119 lctl.flags = SL_ERROR|SL_NOTIFY; in main()
H A Dstrace.c251 ((lp->flags & SL_NOTIFY) ? "N" : "."), in prlog()
/titanic_41/usr/src/uts/common/sys/
H A Dstrlog.h70 #define SL_NOTIFY 0x02 /* logger must notify administrator */ macro