Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.h165 char f_hname[SYS_NMLN + 1]; member
H A Dsyslogd.c1564 f->f_un.f_forw.f_hname) == 0) { in logit()
1566 f->f_un.f_forw.f_hname, in logit()
1797 f->f_un.f_forw.f_hname); in writemsg()
3114 (void) fprintf(out, "%s", f->f_un.f_forw.f_hname); in dumpstats()
3163 (void) fprintf(out, "%-24s", f->f_un.f_forw.f_hname); in dumpstats()
3479 (void) strlcpy(f->f_un.f_forw.f_hname, ++p, SYS_NMLN); in cfline()
3908 hp = f->f_un.f_forw.f_hname; in logforward()