Home | History | Annotate | Download | only in dev

Lines Matching refs:cgd_xfer

402 static void	cgd_diskstart2(struct cgd_softc *, struct cgd_xfer *);
404 static void cgd_iodone2(struct cgd_softc *, struct cgd_xfer *);
405 static void cgd_enqueue(struct cgd_softc *, struct cgd_xfer *);
684 pool_init(cw->cw_cpool, sizeof(struct cgd_xfer), 0,
849 struct cgd_xfer *cx;
904 cgd_diskstart2(struct cgd_softc *sc, struct cgd_xfer *cx)
937 struct cgd_xfer *cx = nbp->b_private;
984 cgd_iodone2(struct cgd_softc *sc, struct cgd_xfer *cx)
1550 cgd_enqueue(struct cgd_softc *sc, struct cgd_xfer *cx)
1566 struct cgd_xfer *cx = (struct cgd_xfer *)wk;