mlcd_buf
SIMPLEQ_HEAD(mlcd_bufq, mlcd_buf) sc_q;
struct mlcd_buf *sc_bp;
static struct mlcd_buf *mlcd_buf_alloc(int /*dev*/, int /*flags*/);
static void mlcd_buf_free(struct mlcd_buf *);
struct mlcd_buf *bp;
struct mlcd_buf *bp;
struct mlcd_buf *bp;
struct mlcd_buf *bp;
struct mlcd_buf *bp;
static struct mlcd_buf *
struct mlcd_buf *bp;
mlcd_buf_free(struct mlcd_buf *bp)
struct mlcd_buf *bp;
SIMPLEQ_ENTRY(mlcd_buf) lb_q;
#define MLCD_BUF_SZ(sc) (offsetof(struct mlcd_buf, lb_data) + (sc)->sc_bsize)