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.c1522 (void) strlcpy(f->f_current.msg, mp->msg, MAXLINE+1); in logit()
1523 (void) strlcpy(f->f_current.host, mp->hlp->hl_hosts[0], in logit()
1525 f->f_current.pri = mp->pri; in logit()
1526 f->f_current.flags = mp->flags; in logit()
1527 f->f_current.time = mp->ts; in logit()
1532 currofst = (f->f_current.flags & ADDDATE) ? 0 : 16; in logit()
1586 f->f_current.msg + currofst) == 0) && in logit()
1588 f->f_current.host) == 0)) { in logit()
1594 f->f_current.msg, 15); /* update time */ in logit()
1602 if (f->f_current.flags & MARK || f->f_prevcount > 0) { in logit()
[all …]
H A Dsyslogd.h159 saved_message_t f_current; /* current message */ member