Home
last modified time | relevance | path

Searched refs:qitem (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/dma/
H A Ddma.h109 struct qitem { struct
110 LIST_ENTRY(qitem) next;
120 LIST_HEAD(queueh, qitem); argument
211 int deliver_remote(struct qitem *);
227 void delqueue(struct qitem *);
228 int acquirespool(struct qitem *);
229 void dropspool(struct queue *, struct qitem *);
234 int deliver_local(struct qitem *);
237 void bounce(struct qitem *, const char *);
H A Dspool.c125 writequeuef(struct qitem *it) in writequeuef()
156 static struct qitem *
164 struct qitem *it = NULL; in readqueuef()
238 struct qitem *it; in linkspool()
285 struct qitem *it; in load_queue()
347 delqueue(struct qitem *it) in delqueue()
359 acquirespool(struct qitem *it) in acquirespool()
388 dropspool(struct queue *queue, struct qitem *keep) in dropspool()
390 struct qitem *it; in dropspool()
H A Ddma.c64 static void deliver(struct qitem *);
179 struct qitem *it, *tit; in add_recp()
243 static struct qitem *
247 struct qitem *it; in go_background()
315 deliver(struct qitem *it) in deliver()
378 struct qitem *it; in run_queue()
391 struct qitem *it; in show_queue()
H A Dlocal.c128 deliver_local(struct qitem *it) in deliver_local()
H A Dnet.c477 deliver_to_host(struct qitem *it, struct mx_hostentry *host) in deliver_to_host()
633 deliver_remote(struct qitem *it) in deliver_remote()
H A Dmail.c50 bounce(struct qitem *it, const char *reason) in bounce()