/src/sys/dev/scsipi/ |
ssvar.h | 70 struct bufq_state *buf_queue; /* the queue of pending IO operations */ member in struct:ss_softc
|
ssvar.h | 70 struct bufq_state *buf_queue; /* the queue of pending IO operations */ member in struct:ss_softc
|
ssvar.h | 70 struct bufq_state *buf_queue; /* the queue of pending IO operations */ member in struct:ss_softc
|
stvar.h | 139 struct bufq_state *buf_queue; /* the queue of pending IO */ member in struct:st_softc
|
stvar.h | 139 struct bufq_state *buf_queue; /* the queue of pending IO */ member in struct:st_softc
|
stvar.h | 139 struct bufq_state *buf_queue; /* the queue of pending IO */ member in struct:st_softc
|
/src/sys/dev/isa/ |
mcd.c | 152 struct bufq_state *buf_queue; member in struct:mcd_softc 287 bufq_alloc(&sc->buf_queue, "disksort", BUFQ_SORT_RAWBLOCK); 498 bufq_put(sc->buf_queue, bp); 518 if ((bp = bufq_get(sc->buf_queue)) == NULL) {
|
mcd.c | 152 struct bufq_state *buf_queue; member in struct:mcd_softc 287 bufq_alloc(&sc->buf_queue, "disksort", BUFQ_SORT_RAWBLOCK); 498 bufq_put(sc->buf_queue, bp); 518 if ((bp = bufq_get(sc->buf_queue)) == NULL) {
|
mcd.c | 152 struct bufq_state *buf_queue; member in struct:mcd_softc 287 bufq_alloc(&sc->buf_queue, "disksort", BUFQ_SORT_RAWBLOCK); 498 bufq_put(sc->buf_queue, bp); 518 if ((bp = bufq_get(sc->buf_queue)) == NULL) {
|
/src/usr.sbin/syslogd/ |
syslogd.h | 297 struct buf_queue { struct 299 STAILQ_ENTRY(buf_queue) entries; 301 STAILQ_HEAD(buf_queue_head, buf_queue);
|
syslogd.h | 297 struct buf_queue { struct 299 STAILQ_ENTRY(buf_queue) entries; 301 STAILQ_HEAD(buf_queue_head, buf_queue);
|
syslogd.h | 297 struct buf_queue { struct 299 STAILQ_ENTRY(buf_queue) entries; 301 STAILQ_HEAD(buf_queue_head, buf_queue);
|