Home | History | Annotate | Download | only in syslogd

Lines Matching refs:buf_queue

258 static struct buf_queue *
260 struct buf_queue *
262 size_t buf_queue_obj_size(struct buf_queue*);
2216 fprintlog(struct filed *f, struct buf_msg *passedbuffer, struct buf_queue *qentry)
3564 struct buf_queue *buf; \
4392 struct buf_queue *qentry;
4458 static struct buf_queue *
4463 static struct buf_queue *qentry_static;
4465 struct buf_queue *qentry_tmp;
4519 struct buf_queue *qentry = NULL;
4622 buf_queue_obj_size(struct buf_queue *qentry)
4654 message_queue_remove(struct filed *f, struct buf_queue *qentry)
4660 STAILQ_REMOVE(&f->f_qhead, qentry, buf_queue, entries);
4674 struct buf_queue *
4677 struct buf_queue *qentry;
4704 struct buf_queue *qentry;
4712 STAILQ_REMOVE(&f->f_qhead, qentry, buf_queue, entries);