Searched refs:buf_queue (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/usr.sbin/syslogd/ |
H A D | extern.h | 80 extern bool message_queue_remove(struct filed *, struct buf_queue *); 88 extern void fprintlog(struct filed *, struct buf_msg *, struct buf_queue *);
|
H A D | tls.h | 145 struct buf_queue *qentry; 190 bool tls_send(struct filed *, char *, size_t, struct buf_queue*);
|
H A D | syslogd.h | 297 struct buf_queue { struct 299 STAILQ_ENTRY(buf_queue) entries; argument 301 STAILQ_HEAD(buf_queue_head, buf_queue);
|
H A D | syslogd.c | 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) in fprintlog() 3564 struct buf_queue *buf; \ in init() 4392 struct buf_queue *qentry; in send_queue() 4458 static struct buf_queue * in find_qentry_to_delete() 4463 static struct buf_queue *qentry_static; in find_qentry_to_delete() 4465 struct buf_queue *qentry_tmp; 4519 struct buf_queue *qentr in message_allqueues_purge() [all...] |
H A D | tls.c | 1716 tls_send(struct filed *f, char *line, size_t len, struct buf_queue *qentry) in tls_send()
|
/netbsd-src/sys/dev/scsipi/ |
H A D | ss.c | 177 bufq_alloc(&ss->buf_queue, "fcfs", 0); in ssattach() 215 bufq_drain(ss->buf_queue); in ssdetach() 222 bufq_free(ss->buf_queue); in ssdetach() 428 bufq_put(ss->buf_queue, bp); in ssstrategy() 477 if ((bp = bufq_peek(ss->buf_queue)) == NULL) in ssstart()
|
H A D | ssvar.h | 70 struct bufq_state *buf_queue; /* the queue of pending IO operations */ member
|
H A D | stvar.h | 139 struct bufq_state *buf_queue; /* the queue of pending IO */ member
|
H A D | ss_scanjet.c | 283 if (bufq_get(ss->buf_queue) != bp) in scanjet_read() 286 bufq_get(ss->buf_queue); in scanjet_read()
|
H A D | ss_mustek.c | 484 if (bufq_get(ss->buf_queue) != bp) in mustek_read() 487 bufq_get(ss->buf_queue); in mustek_read()
|
H A D | st.c | 398 bufq_alloc(&st->buf_queue, "fcfs", 0); in stattach() 453 bufq_drain(st->buf_queue); in stdetach() 461 bufq_free(st->buf_queue); in stdetach() 1147 bufq_put(st->buf_queue, bp); in ststrategy() 1328 || (bp = bufq_get(st->buf_queue)) != NULL) { in ststart()
|
/netbsd-src/sys/dev/isa/ |
H A D | mcd.c | 152 struct bufq_state *buf_queue; member 287 bufq_alloc(&sc->buf_queue, "disksort", BUFQ_SORT_RAWBLOCK); in mcdattach() 498 bufq_put(sc->buf_queue, bp); in mcdstrategy() 518 if ((bp = bufq_get(sc->buf_queue)) == NULL) { in mcdstart()
|