vnd_softc 125 dev/vnd.c struct vnd_softc { vnd_softc 150 dev/vnd.c struct vnd_softc *vnd_softc; vnd_softc 158 dev/vnd.c void vndclear(struct vnd_softc *); vnd_softc 159 dev/vnd.c void vndstart(struct vnd_softc *); vnd_softc 160 dev/vnd.c int vndsetcred(struct vnd_softc *, struct ucred *); vnd_softc 163 dev/vnd.c void vndgetdisklabel(dev_t, struct vnd_softc *); vnd_softc 164 dev/vnd.c void vndencrypt(struct vnd_softc *, caddr_t, size_t, daddr64_t, int); vnd_softc 170 dev/vnd.c vndencrypt(struct vnd_softc *vnd, caddr_t addr, size_t size, daddr64_t off, vnd_softc 200 dev/vnd.c size = num * sizeof(struct vnd_softc); vnd_softc 207 dev/vnd.c vnd_softc = (struct vnd_softc *)mem; vnd_softc 209 dev/vnd.c rw_init(&vnd_softc[i].sc_rwlock, "vndlock"); vnd_softc 222 dev/vnd.c struct vnd_softc *sc; vnd_softc 229 dev/vnd.c sc = &vnd_softc[unit]; vnd_softc 295 dev/vnd.c vndgetdisklabel(dev_t dev, struct vnd_softc *sc) vnd_softc 334 dev/vnd.c struct vnd_softc *sc; vnd_softc 341 dev/vnd.c sc = &vnd_softc[unit]; vnd_softc 382 dev/vnd.c struct vnd_softc *vnd = &vnd_softc[unit]; vnd_softc 597 dev/vnd.c vndstart(struct vnd_softc *vnd) vnd_softc 610 dev/vnd.c vnd-vnd_softc, bp, bp->b_vp, bp->b_blkno, bp->b_data, vnd_softc 626 dev/vnd.c struct vnd_softc *vnd = &vnd_softc[vndunit(pbp->b_dev)]; vnd_softc 632 dev/vnd.c vnd-vnd_softc, vbp, vbp->vb_buf.b_vp, vbp->vb_buf.b_blkno, vnd_softc 662 dev/vnd.c struct vnd_softc *sc; vnd_softc 668 dev/vnd.c sc = &vnd_softc[unit]; vnd_softc 681 dev/vnd.c struct vnd_softc *sc; vnd_softc 687 dev/vnd.c sc = &vnd_softc[unit]; vnd_softc 700 dev/vnd.c struct vnd_softc *vnd; vnd_softc 716 dev/vnd.c vnd = &vnd_softc[unit]; vnd_softc 848 dev/vnd.c bzero(vnd, sizeof(struct vnd_softc)); vnd_softc 862 dev/vnd.c vnd = &vnd_softc[vnu->vnu_unit]; vnd_softc 940 dev/vnd.c vndsetcred(struct vnd_softc *vnd, struct ucred *cred) vnd_softc 971 dev/vnd.c struct vnd_softc *vnd; vnd_softc 973 dev/vnd.c for (vnd = &vnd_softc[0]; vnd < &vnd_softc[numvnd]; vnd++) vnd_softc 979 dev/vnd.c vndclear(struct vnd_softc *vnd) vnd_softc 1000 dev/vnd.c struct vnd_softc *vnd = &vnd_softc[unit];