Home | History | Annotate | Download | only in dev

Lines Matching refs:ccd_softc

147 	struct ccd_softc *cb_sc;	/* pointer to ccd softc */
167 static void ccdinterleave(struct ccd_softc *);
168 static int ccdinit(struct ccd_softc *, char **, struct vnode **,
170 static struct ccdbuf *ccdbuffer(struct ccd_softc *, struct buf *,
172 static void ccdgetdefaultlabel(struct ccd_softc *, struct disklabel *);
174 static void ccdmakedisklabel(struct ccd_softc *);
175 static int ccdstart(struct ccd_softc *, struct buf *, int);
221 static LIST_HEAD(, ccd_softc) ccds = LIST_HEAD_INITIALIZER(ccds);
226 static struct ccd_softc *
228 struct ccd_softc *sc = kmem_zalloc(sizeof(*sc), KM_SLEEP);
242 ccddestroy(struct ccd_softc *sc) {
252 static struct ccd_softc *
254 struct ccd_softc *sc;
280 ccdput(struct ccd_softc *sc) {
309 ccdinit(struct ccd_softc *cs, char **cpaths, struct vnode **vpp,
501 ccdinterleave(struct ccd_softc *cs)
607 struct ccd_softc *cs;
668 struct ccd_softc *cs;
709 struct ccd_softc *cs;
748 struct ccd_softc *cs;
779 ccdstart(struct ccd_softc *cs, struct buf *bp, int wait)
872 ccdbuffer(struct ccd_softc *cs, struct buf *bp, daddr_t bn, void *addr,
984 struct ccd_softc *cs = cbp->cb_sc;
1042 struct ccd_softc *cs;
1063 struct ccd_softc *cs;
1088 struct ccd_softc *cs;
1413 * Free ccd_softc information and clear entry.
1513 struct ccd_softc *cs;
1544 ccdgetdefaultlabel(struct ccd_softc *cs, struct disklabel *lp)
1585 struct ccd_softc *cs;
1656 ccdmakedisklabel(struct ccd_softc *cs)
1736 struct ccd_softc *sc;
1777 struct ccd_softc *sc;
1817 struct ccd_softc *sc;