Lines Matching refs:cbuf
96 SIMPLEQ_HEAD(, cbuf) sc_cbufq;
128 struct cbuf {
133 SIMPLEQ_ENTRY(cbuf) cb_q; /* fifo of component buffers */
134 struct cbuf *cb_other; /* other cbuf in case of mirror */
163 sc->sc_cbufpool = pool_cache_init(sizeof(struct cbuf), 0,
271 struct cbuf *cbp = obj;
284 struct cbuf *cbp = obj;
289 static struct cbuf *
293 struct cbuf *cbp;
323 struct cbuf *cbp;
342 struct cbuf *cbp;
400 struct cbuf *cbp, *other_cbp;
498 struct cbuf *cbp = (struct cbuf *) vbp, *other_cbp;