sys/dev/vnd.c
105
struct vnd_softc *vnd_softc;
sys/dev/vnd.c
111
void vndclear(struct vnd_softc *);
sys/dev/vnd.c
114
int vndgetdisklabel(dev_t, struct vnd_softc *, struct disklabel *, int);
sys/dev/vnd.c
115
void vndencrypt(struct vnd_softc *, caddr_t, size_t, daddr_t, int);
sys/dev/vnd.c
116
void vndencryptbuf(struct vnd_softc *, struct buf *, int);
sys/dev/vnd.c
120
vndencrypt(struct vnd_softc *sc, caddr_t addr, size_t size, daddr_t off,
sys/dev/vnd.c
142
vndencryptbuf(struct vnd_softc *sc, struct buf *bp, int encrypt)
sys/dev/vnd.c
155
mem = mallocarray(num, sizeof(struct vnd_softc), M_DEVBUF,
sys/dev/vnd.c
161
vnd_softc = (struct vnd_softc *)mem;
sys/dev/vnd.c
163
struct vnd_softc *sc = &vnd_softc[i];
sys/dev/vnd.c
178
struct vnd_softc *sc;
sys/dev/vnd.c
185
sc = &vnd_softc[unit];
sys/dev/vnd.c
215
vndgetdisklabel(dev_t dev, struct vnd_softc *sc, struct disklabel *lp,
sys/dev/vnd.c
245
struct vnd_softc *sc;
sys/dev/vnd.c
252
sc = &vnd_softc[unit];
sys/dev/vnd.c
273
struct vnd_softc *sc;
sys/dev/vnd.c
285
sc = &vnd_softc[unit];
sys/dev/vnd.c
398
struct vnd_softc *sc;
sys/dev/vnd.c
414
sc = &vnd_softc[unit];
sys/dev/vnd.c
590
sc = &vnd_softc[vnu->vnu_unit];
sys/dev/vnd.c
697
vndclear(struct vnd_softc *sc)