ccd_softc
struct ccd_softc *cs, *kcs;
readsize = numccd * sizeof(struct ccd_softc);
print_ccd_info(struct ccd_softc *cs, kvm_t *kd)
static void print_ccd_info(struct ccd_softc *, kvm_t *);
cbp->cb_unit = cs - ccd_softc;
cbp->cb_unit = cs - ccd_softc;
ccdintr(struct ccd_softc *cs, struct bio *bio)
struct ccd_softc *sc = &ccd_softc[unit];
struct ccd_softc *cs;
cs = &ccd_softc[unit];
ccdlock(struct ccd_softc *cs)
ccdunlock(struct ccd_softc *cs)
static void ccdstart (struct ccd_softc *, struct bio *);
static void ccdinterleave (struct ccd_softc *, int);
static void ccdintr (struct ccd_softc *, struct bio *);
static void ccdbuffer (struct ccdbuf **ret, struct ccd_softc *,
static int ccdlock (struct ccd_softc *);
static void ccdunlock (struct ccd_softc *);
struct ccd_softc *ccd_softc;
struct ccd_softc *cs;
ccd_softc = kmalloc(num * sizeof(struct ccd_softc), M_DEVBUF,
cs = &ccd_softc[i];
struct ccd_softc *cs;
cs = &ccd_softc[i];
cs = &ccd_softc[i];
if (ccd_softc)
kfree(ccd_softc, M_DEVBUF);
struct ccd_softc *cs = &ccd_softc[ccd->ccd_unit];
ccdinterleave(struct ccd_softc *cs, int unit)
struct ccd_softc *cs;
cs = &ccd_softc[unit];
struct ccd_softc *cs;
cs = &ccd_softc[unit];
struct ccd_softc *cs = &ccd_softc[unit];
ccdstart(struct ccd_softc *cs, struct bio *bio)
ccdbuffer(struct ccdbuf **cb, struct ccd_softc *cs, struct bio *bio,