Home | History | Annotate | Download | only in dev

Lines Matching defs:ccdbuf

144 struct ccdbuf {
149 SIMPLEQ_ENTRY(ccdbuf) cb_q; /* fifo of component buffers */
170 static struct ccdbuf *ccdbuffer(struct ccd_softc *, struct buf *,
297 ccd_cache = pool_cache_init(sizeof(struct ccdbuf), 0,
298 0, 0, "ccdbuf", NULL, IPL_BIO, NULL, NULL, NULL);
785 struct ccdbuf *cbp;
789 SIMPLEQ_HEAD(, ccdbuf) cbufq;
871 static struct ccdbuf *
876 struct ccdbuf *cbp;
982 struct ccdbuf *cbp = (struct ccdbuf *) vbp;