Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.h189 #define CURRENT_VALID 0x01 /* new message is good */ macro
H A Dsyslogd.c1528 f->f_msgflag &= ~CURRENT_VALID; in logit()
1579 f->f_msgflag |= CURRENT_VALID; in logit()
1599 f->f_msgflag &= ~CURRENT_VALID; in logit()
1609 if (f->f_msgflag & CURRENT_VALID) in logit()
1754 f->f_msgflag &= ~CURRENT_VALID; in writemsg()