Lines Matching refs:filed
168 struct filed *Files = NULL;
169 struct filed consfile;
253 void udp_send(struct filed *, char *, size_t);
254 void wallmsg(struct filed *, struct iovec *, size_t);
256 size_t message_queue_purge(struct filed *f, size_t, int);
261 message_queue_add(struct filed *, struct buf_msg *);
264 void cfline(size_t, const char *, struct filed *, const char *,
266 void read_config_file(FILE*, struct filed**);
1903 struct filed *f;
2216 fprintlog(struct filed *f, struct buf_msg *passedbuffer, struct buf_queue *qentry)
2633 udp_send(struct filed *f, char *line, size_t len)
2691 wallmsg(struct filed *f, struct iovec *iov, size_t iovcnt)
2745 struct filed *f;
2832 struct filed *f;
2990 struct filed *f, *next;
3158 read_config_file(FILE *cf, struct filed **f_ptr)
3162 struct filed *f, **nextp;
3431 struct filed *f, *newf, **nextp, *f2;
3538 *nextp = (struct filed *)calloc(1, sizeof(*f));
3540 (*nextp)->f_next = (struct filed *)calloc(1, sizeof(*f));
3578 struct filed *ftmp;
3772 cfline(size_t linenum, const char *line, struct filed *f, const char *prog,
4391 struct filed *f = (struct filed *) arg;
4516 message_queue_purge(struct filed *f, size_t del_entries, int strategy)
4548 struct filed *f;
4564 struct filed *f;
4654 message_queue_remove(struct filed *f, struct buf_queue *qentry)
4675 message_queue_add(struct filed *f, struct buf_msg *buffer)
4702 message_queue_freeall(struct filed *f)
4723 struct filed *
4726 struct filed *f;
4744 struct filed *f;