Lines Matching refs:filed
224 static struct filed fallback[2];
225 static struct filed *Files;
1210 struct filed *f; in logmsg()
1456 struct filed *f = ap; in logit()
1712 set_flush_msg(struct filed *f) in set_flush_msg()
1737 writemsg(int selection, struct filed *f) in writemsg()
1986 wallmsg(struct filed *f, char *from, char *msg) in wallmsg()
2431 copy_msg(struct filed *f) in copy_msg()
3079 struct filed *f; in dumpstats()
3213 struct filed *f; in conf_init()
3247 Files = (struct filed *) &fallback; /*lint !e545 */ in conf_init()
3258 Files = (struct filed *) &fallback; /*lint !e545 */ in conf_init()
3272 Files = (struct filed *)malloc(sizeof (struct filed) * nlogs); in conf_init()
3279 Files = (struct filed *) &fallback; /*lint !e545 */ in conf_init()
3346 filed_init(struct filed *f) in filed_init()
3407 cfline(char *line, int lineno, struct filed *f) in cfline()
3912 logforward(struct filed *f, char *ebuf, size_t elen) in logforward()
4378 filed_destroy(struct filed *f) in filed_destroy()
4957 struct filed *f; in reconfigure()
5262 if (Files != (struct filed *)&fallback) { in reconfigure()