Lines Matching refs:filed

259 struct filed {  struct
260 STAILQ_ENTRY(filed) next; /* next in linked list */
371 static STAILQ_HEAD(, filed) fhead =
373 static struct filed consfile; /* Console */
416 static int addfile(struct filed *);
419 static struct filed *cfline(const char *, const char *, const char *,
430 static void fprintlog_first(struct filed *, const char *, const char *,
432 static void fprintlog_write(struct filed *, struct iovlist *, int);
433 static void fprintlog_successive(struct filed *, int);
458 static void wallmsg(struct filed *, struct iovec *, const int iovlen);
464 close_filed(struct filed *f) in close_filed()
492 addfile(struct filed *f0) in addfile()
494 struct filed *f; in addfile()
1596 struct filed *f; in logmsg()
1767 struct filed *f; in dofsync()
1836 fprintlog_write(struct filed *f, struct iovlist *il, int flags) in fprintlog_write()
1987 fprintlog_rfc5424(struct filed *f, const char *hostname, const char *app_name, in fprintlog_rfc5424()
2037 fprintlog_rfc3164(struct filed *f, const char *hostname, const char *app_name, in fprintlog_rfc3164()
2147 fprintlog_first(struct filed *f, const char *hostname, const char *app_name, in fprintlog_first()
2172 fprintlog_successive(struct filed *f, int flags) in fprintlog_successive()
2190 wallmsg(struct filed *f, struct iovec *iov, const int iovlen) in wallmsg()
2258 struct filed *f; in reapchild()
2356 struct filed *f; in die()
2407 struct filed *f; in readconfigfile()
2557 struct filed *f; in init()
2899 static struct filed *
2903 struct filed *f; in cfline()
3219 struct filed *f; in markit()