OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ccd_softc
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/
ccdvar.h
165
struct
ccd_softc
{
struct
184
LIST_ENTRY(
ccd_softc
) sc_link;
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)
[
all
...]
Completed in 38 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025