Searched refs:ccd_softc (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/sys/dev/ |
| D | ccd.c | 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); in ccdcreate() [all …]
|
| D | ccdvar.h | 165 struct ccd_softc { struct 184 LIST_ENTRY(ccd_softc) sc_link; argument
|