Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c1299 if (f->f_type == F_UNUSED) { in logmsg()
1403 if (f->f_type == F_UNUSED || in logmsg()
1457 while (f->f_type != F_UNUSED) { in logit()
1490 f->f_type = F_UNUSED; in logit()
1671 f->f_type != F_UNUSED) { in logit()
1686 f->f_type = F_UNUSED; in logit()
1791 case F_UNUSED: in writemsg()
1835 f->f_type == F_UNUSED) { in writemsg()
1839 f->f_type = F_UNUSED; in writemsg()
1930 f->f_type == F_UNUSED) { in writemsg()
[all …]
H A Dsyslogd.h173 #define F_UNUSED 0 /* unused entry */ macro