Home
last modified time | relevance | path

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

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