HomeSort by: relevance | last modified time | path
    Searched defs:mlcd_buf (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/dreamcast/dev/maple/
mlcd.c 86 struct mlcd_buf { struct
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
    [all...]
mlcd.c 86 struct mlcd_buf { struct
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
    [all...]
mlcd.c 86 struct mlcd_buf { struct
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
    [all...]
mlcd.c 86 struct mlcd_buf { struct
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
    [all...]

Completed in 46 milliseconds