Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/syslogd/
H A Dsyslogd.c1309 if (f->f_type == F_UNUSED) { in logmsg()
1415 if (f->f_type == F_UNUSED || in logmsg()
1470 while (f->f_type != F_UNUSED) { in logit()
1503 f->f_type = F_UNUSED; in logit()
1684 f->f_type != F_UNUSED) { in logit()
1699 f->f_type = F_UNUSED; in logit()
1804 case F_UNUSED: in writemsg()
1848 f->f_type == F_UNUSED) { in writemsg()
1852 f->f_type = F_UNUSED; in writemsg()
1943 f->f_type == F_UNUSED) { in writemsg()
[all …]
H A Dsyslogd.h182 #define F_UNUSED 0 /* unused entry */ macro