Lines Matching defs:mlcd_buf
86 struct mlcd_buf {
87 SIMPLEQ_ENTRY(mlcd_buf) lb_q;
93 #define MLCD_BUF_SZ(sc) (offsetof(struct mlcd_buf, lb_data) + (sc)->sc_bsize)
134 SIMPLEQ_HEAD(mlcd_bufq, mlcd_buf) sc_q;
137 struct mlcd_buf *sc_bp;
158 static struct mlcd_buf *mlcd_buf_alloc(int /*dev*/, int /*flags*/);
159 static void mlcd_buf_free(struct mlcd_buf *);
300 struct mlcd_buf *bp;
343 struct mlcd_buf *bp;
517 struct mlcd_buf *bp;
539 struct mlcd_buf *bp;
576 struct mlcd_buf *bp;
595 static struct mlcd_buf *
601 struct mlcd_buf
632 mlcd_buf_free(struct mlcd_buf *bp)
672 struct mlcd_buf *bp;