Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/syslogd/
H A Dsyslogd.c1577 f->f_un.f_forw.f_hname) == 0) { in logit()
1579 f->f_un.f_forw.f_hname, in logit()
1696 free(f->f_un.f_forw.f_addr.buf); in logit()
1810 f->f_un.f_forw.f_hname); in writemsg()
1843 ud.addr.maxlen = f->f_un.f_forw.f_addr.maxlen; in writemsg()
1844 ud.addr.buf = f->f_un.f_forw.f_addr.buf; in writemsg()
1845 ud.addr.len = f->f_un.f_forw.f_addr.len; in writemsg()
3127 (void) fprintf(out, "%s", f->f_un.f_forw.f_hname); in dumpstats()
3176 (void) fprintf(out, "%-24s", f->f_un.f_forw.f_hname); in dumpstats()
3492 (void) strlcpy(f->f_un.f_forw.f_hname, ++p, SYS_NMLN); in cfline()
[all …]
H A Dsyslogd.h173 } f_forw; /* forwarding address */ member
/titanic_50/usr/src/common/fs/
H A Dpcfilep.h215 struct _file_descriptor_ *f_forw; /* link to next file descriptor */ member