Symbol: cgd_softc
sys/dev/cgd.c
1011
struct cgd_softc *sc = device_private(dev);
sys/dev/cgd.c
1058
struct cgd_softc *sc;
sys/dev/cgd.c
1076
struct cgd_softc *sc;
sys/dev/cgd.c
1092
struct cgd_softc *sc;
sys/dev/cgd.c
1202
struct cgd_softc *sc;
sys/dev/cgd.c
1230
cgd_ioctl_set(struct cgd_softc *sc, void *data, struct lwp *l)
sys/dev/cgd.c
1361
cgd_ioctl_clr(struct cgd_softc *sc, struct lwp *l)
sys/dev/cgd.c
1389
struct cgd_softc *sc;
sys/dev/cgd.c
1436
cgdinit(struct cgd_softc *sc, const char *cpath, struct vnode *vp,
sys/dev/cgd.c
1525
cgd_cpu(struct cgd_softc *sc)
sys/dev/cgd.c
1550
cgd_enqueue(struct cgd_softc *sc, struct cgd_xfer *cx)
sys/dev/cgd.c
1567
struct cgd_softc *sc = cx->cx_sc;
sys/dev/cgd.c
1586
cgd_cipher(struct cgd_softc *sc, void *dstv, const void *srcv,
sys/dev/cgd.c
1664
struct cgd_softc sc;
sys/dev/cgd.c
392
static struct cgd_softc *cgd_spawn(int);
sys/dev/cgd.c
402
static void cgd_diskstart2(struct cgd_softc *, struct cgd_xfer *);
sys/dev/cgd.c
404
static void cgd_iodone2(struct cgd_softc *, struct cgd_xfer *);
sys/dev/cgd.c
405
static void cgd_enqueue(struct cgd_softc *, struct cgd_xfer *);
sys/dev/cgd.c
409
static int cgd_ioctl_set(struct cgd_softc *, void *, struct lwp *);
sys/dev/cgd.c
410
static int cgd_ioctl_clr(struct cgd_softc *, struct lwp *);
sys/dev/cgd.c
412
static int cgdinit(struct cgd_softc *, const char *, struct vnode *,
sys/dev/cgd.c
414
static void cgd_cipher(struct cgd_softc *, void *, const void *,
sys/dev/cgd.c
430
CFATTACH_DECL3_NEW(cgd, sizeof(struct cgd_softc),
sys/dev/cgd.c
499
static struct cgd_softc *
sys/dev/cgd.c
515
struct cgd_softc *sc = device_private(self);
sys/dev/cgd.c
532
struct cgd_softc *sc = device_private(self);
sys/dev/cgd.c
567
static struct cgd_softc *
sys/dev/cgd.c
572
struct cgd_softc *sc;
sys/dev/cgd.c
600
struct cgd_softc *sc = device_private(dev);
sys/dev/cgd.c
617
cgd_busy(struct cgd_softc *sc)
sys/dev/cgd.c
628
cgd_unbusy(struct cgd_softc *sc)
sys/dev/cgd.c
715
struct cgd_softc *sc;
sys/dev/cgd.c
736
struct cgd_softc *sc;
sys/dev/cgd.c
772
struct cgd_softc *sc = getcgd_softc(bp->b_dev);
sys/dev/cgd.c
797
struct cgd_softc *sc = getcgd_softc(dev);
sys/dev/cgd.c
813
cgd_getdata(struct cgd_softc *sc, unsigned long size)
sys/dev/cgd.c
831
cgd_putdata(struct cgd_softc *sc, void *data, unsigned long size)
sys/dev/cgd.c
845
struct cgd_softc *sc = device_private(dev);
sys/dev/cgd.c
904
cgd_diskstart2(struct cgd_softc *sc, struct cgd_xfer *cx)
sys/dev/cgd.c
939
struct cgd_softc *sc = getcgd_softc(obp->b_dev);
sys/dev/cgd.c
984
cgd_iodone2(struct cgd_softc *sc, struct cgd_xfer *cx)
sys/dev/cgdvar.h
86
struct cgd_softc *cx_sc;