Lines Matching refs:filed
257 struct filed { struct
258 STAILQ_ENTRY(filed) next; /* next in linked list */
369 static STAILQ_HEAD(, filed) fhead =
371 static struct filed consfile; /* Console */
414 static int addfile(struct filed *);
417 static struct filed *cfline(const char *, const char *, const char *,
428 static void fprintlog_first(struct filed *, const char *, const char *,
430 static void fprintlog_write(struct filed *, struct iovlist *, int);
431 static void fprintlog_successive(struct filed *, int);
456 static void wallmsg(struct filed *, struct iovec *, const int iovlen);
462 close_filed(struct filed *f) in close_filed()
490 addfile(struct filed *f0) in addfile()
492 struct filed *f; in addfile()
1594 struct filed *f; in logmsg()
1765 struct filed *f; in dofsync()
1834 fprintlog_write(struct filed *f, struct iovlist *il, int flags) in fprintlog_write()
1985 fprintlog_rfc5424(struct filed *f, const char *hostname, const char *app_name, in fprintlog_rfc5424()
2035 fprintlog_rfc3164(struct filed *f, const char *hostname, const char *app_name, in fprintlog_rfc3164()
2145 fprintlog_first(struct filed *f, const char *hostname, const char *app_name, in fprintlog_first()
2170 fprintlog_successive(struct filed *f, int flags) in fprintlog_successive()
2188 wallmsg(struct filed *f, struct iovec *iov, const int iovlen) in wallmsg()
2256 struct filed *f; in reapchild()
2354 struct filed *f; in die()
2405 struct filed *f; in readconfigfile()
2555 struct filed *f; in init()
2897 static struct filed *
2901 struct filed *f; in cfline()
3217 struct filed *f; in markit()