vio 701 dev/vnd.c struct vnd_ioctl *vio; vio 717 dev/vnd.c vio = (struct vnd_ioctl *)addr; vio 723 dev/vnd.c if (!(vnd->sc_flags & VNF_SIMPLE) && vio->vnd_keylen) vio 729 dev/vnd.c if ((error = copyinstr(vio->vnd_file, vnd->sc_file, vio 748 dev/vnd.c NDINIT(&nd, LOOKUP, FOLLOW, UIO_USERSPACE, vio->vnd_file, p); vio 776 dev/vnd.c if (vio->vnd_keylen > 0) { vio 779 dev/vnd.c if (vio->vnd_keylen > sizeof(key)) vio 780 dev/vnd.c vio->vnd_keylen = sizeof(key); vio 782 dev/vnd.c if ((error = copyin(vio->vnd_key, key, vio 783 dev/vnd.c vio->vnd_keylen)) != 0) { vio 792 dev/vnd.c blf_key(vnd->sc_keyctx, key, vio->vnd_keylen); vio 793 dev/vnd.c bzero(key, vio->vnd_keylen); vio 797 dev/vnd.c vio->vnd_size = dbtob((off_t)vnd->sc_size);