Symbol: ccd_softc
sbin/ccdconfig/ccdconfig.c
474
struct ccd_softc *cs, *kcs;
sbin/ccdconfig/ccdconfig.c
501
readsize = numccd * sizeof(struct ccd_softc);
sbin/ccdconfig/ccdconfig.c
565
print_ccd_info(struct ccd_softc *cs, kvm_t *kd)
sbin/ccdconfig/ccdconfig.c
97
static void print_ccd_info(struct ccd_softc *, kvm_t *);
sys/dev/disk/ccd/ccd.c
1082
cbp->cb_unit = cs - ccd_softc;
sys/dev/disk/ccd/ccd.c
1123
cbp->cb_unit = cs - ccd_softc;
sys/dev/disk/ccd/ccd.c
1135
ccdintr(struct ccd_softc *cs, struct bio *bio)
sys/dev/disk/ccd/ccd.c
1165
struct ccd_softc *sc = &ccd_softc[unit];
sys/dev/disk/ccd/ccd.c
1295
struct ccd_softc *cs;
sys/dev/disk/ccd/ccd.c
1304
cs = &ccd_softc[unit];
sys/dev/disk/ccd/ccd.c
1553
ccdlock(struct ccd_softc *cs)
sys/dev/disk/ccd/ccd.c
1564
ccdunlock(struct ccd_softc *cs)
sys/dev/disk/ccd/ccd.c
222
static void ccdstart (struct ccd_softc *, struct bio *);
sys/dev/disk/ccd/ccd.c
223
static void ccdinterleave (struct ccd_softc *, int);
sys/dev/disk/ccd/ccd.c
224
static void ccdintr (struct ccd_softc *, struct bio *);
sys/dev/disk/ccd/ccd.c
227
static void ccdbuffer (struct ccdbuf **ret, struct ccd_softc *,
sys/dev/disk/ccd/ccd.c
229
static int ccdlock (struct ccd_softc *);
sys/dev/disk/ccd/ccd.c
230
static void ccdunlock (struct ccd_softc *);
sys/dev/disk/ccd/ccd.c
237
struct ccd_softc *ccd_softc;
sys/dev/disk/ccd/ccd.c
284
struct ccd_softc *cs;
sys/dev/disk/ccd/ccd.c
293
ccd_softc = kmalloc(num * sizeof(struct ccd_softc), M_DEVBUF,
sys/dev/disk/ccd/ccd.c
309
cs = &ccd_softc[i];
sys/dev/disk/ccd/ccd.c
320
struct ccd_softc *cs;
sys/dev/disk/ccd/ccd.c
329
cs = &ccd_softc[i];
sys/dev/disk/ccd/ccd.c
343
cs = &ccd_softc[i];
sys/dev/disk/ccd/ccd.c
349
if (ccd_softc)
sys/dev/disk/ccd/ccd.c
350
kfree(ccd_softc, M_DEVBUF);
sys/dev/disk/ccd/ccd.c
382
struct ccd_softc *cs = &ccd_softc[ccd->ccd_unit];
sys/dev/disk/ccd/ccd.c
606
ccdinterleave(struct ccd_softc *cs, int unit)
sys/dev/disk/ccd/ccd.c
741
struct ccd_softc *cs;
sys/dev/disk/ccd/ccd.c
750
cs = &ccd_softc[unit];
sys/dev/disk/ccd/ccd.c
764
struct ccd_softc *cs;
sys/dev/disk/ccd/ccd.c
774
cs = &ccd_softc[unit];
sys/dev/disk/ccd/ccd.c
789
struct ccd_softc *cs = &ccd_softc[unit];
sys/dev/disk/ccd/ccd.c
863
ccdstart(struct ccd_softc *cs, struct bio *bio)
sys/dev/disk/ccd/ccd.c
933
ccdbuffer(struct ccdbuf **cb, struct ccd_softc *cs, struct bio *bio,