Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c1525 f->f_current.pri = mp->pri; in logit()
1527 f->f_current.time = mp->ts; in logit()
1749 msg = f->f_current.msg; in writemsg()
1750 from = f->f_current.host; in writemsg()
1751 pri = f->f_current.pri; in writemsg()
1752 flags = f->f_current.flags; in writemsg()
1753 ts = f->f_current.time; in writemsg()
3366 f->f_current.msg[0] = '\0'; in filed_init()
3367 f->f_current.flags = 0; in filed_init()
3368 f->f_current.pri = 0; in filed_init()
[all …]
H A Dsyslogd.h159 saved_message_t f_current; /* current message */ member