HomeSort by: relevance | last modified time | path
    Searched refs:cgd_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/
cgdvar.h 86 struct cgd_softc *cx_sc;
105 struct cgd_softc { struct
cgd.c 392 static struct cgd_softc *cgd_spawn(int);
402 static void cgd_diskstart2(struct cgd_softc *, struct cgd_xfer *);
404 static void cgd_iodone2(struct cgd_softc *, struct cgd_xfer *);
405 static void cgd_enqueue(struct cgd_softc *, struct cgd_xfer *);
409 static int cgd_ioctl_set(struct cgd_softc *, void *, struct lwp *);
410 static int cgd_ioctl_clr(struct cgd_softc *, struct lwp *);
412 static int cgdinit(struct cgd_softc *, const char *, struct vnode *,
414 static void cgd_cipher(struct cgd_softc *, void *, const void *,
430 CFATTACH_DECL3_NEW(cgd, sizeof(struct cgd_softc),
499 static struct cgd_softc *
    [all...]

Completed in 11 milliseconds