Home
last modified time | relevance | path

Searched refs:f_forw (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c1564 f->f_un.f_forw.f_hname) == 0) { in logit()
1566 f->f_un.f_forw.f_hname, in logit()
1683 free(f->f_un.f_forw.f_addr.buf); in logit()
1797 f->f_un.f_forw.f_hname); in writemsg()
1830 ud.addr.maxlen = f->f_un.f_forw.f_addr.maxlen; in writemsg()
1831 ud.addr.buf = f->f_un.f_forw.f_addr.buf; in writemsg()
1832 ud.addr.len = f->f_un.f_forw.f_addr.len; 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()
[all …]
H A Dsyslogd.h167 } f_forw; /* forwarding address */ member
/illumos-gate/usr/src/common/fs/
H A Dpcfilep.h213 struct _file_descriptor_ *f_forw; /* link to next file descriptor */ member