Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.h250 static int logforward(struct filed *f, char *ebuf, size_t elen);
H A Dsyslogd.c3480 if (logforward(f, ebuf, sizeof (ebuf)) != 0) { in cfline()
3899 logforward(struct filed *f, char *ebuf, size_t elen) in logforward() function