Home
last modified time | relevance | path

Searched refs:deadq_entry (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/syslogd/
H A Dsyslogd.h171 struct deadq_entry *f_dq;
H A Dsyslogd.c211 struct deadq_entry { struct
214 TAILQ_ENTRY(deadq_entry) dq_entries; argument
216 static TAILQ_HEAD(, deadq_entry) deadq_head =
340 static struct deadq_entry *deadq_enter(int);
341 static void deadq_remove(struct deadq_entry *);
3322 struct deadq_entry *dq, *dq0; in markit()
3769 static struct deadq_entry *
3772 struct deadq_entry *dq; in deadq_enter()
3790 deadq_remove(struct deadq_entry *dq) in deadq_remove()