Symbol: vn_softc
sys/dev/disk/vn/vn.c
134
SLIST_ENTRY(vn_softc) sc_list;
sys/dev/disk/vn/vn.c
137
static SLIST_HEAD(, vn_softc) vn_list;
sys/dev/disk/vn/vn.c
150
static int vnsetcred (struct vn_softc *vn, struct ucred *cred);
sys/dev/disk/vn/vn.c
151
static void vnclear (struct vn_softc *vn);
sys/dev/disk/vn/vn.c
152
static int vnget (cdev_t dev, struct vn_softc *vn , struct vn_user *vnu);
sys/dev/disk/vn/vn.c
154
static int vniocattach_file (struct vn_softc *, struct vn_ioctl *, cdev_t dev, int flag, struct ucred *cred);
sys/dev/disk/vn/vn.c
155
static int vniocattach_swap (struct vn_softc *, struct vn_ioctl *, cdev_t dev, int flag, struct ucred *cred);
sys/dev/disk/vn/vn.c
173
struct vn_softc *vn;
sys/dev/disk/vn/vn.c
185
SLIST_REMOVE(&vn_list, vn, vn_softc, sc_list);
sys/dev/disk/vn/vn.c
191
static struct vn_softc *
sys/dev/disk/vn/vn.c
194
struct vn_softc *vn;
sys/dev/disk/vn/vn.c
201
vninitvn(struct vn_softc *vn, cdev_t dev)
sys/dev/disk/vn/vn.c
220
struct vn_softc *vn;
sys/dev/disk/vn/vn.c
268
struct vn_softc *vn;
sys/dev/disk/vn/vn.c
403
struct vn_softc *vn;
sys/dev/disk/vn/vn.c
518
vniocattach_file(struct vn_softc *vn, struct vn_ioctl *vio, cdev_t dev,
sys/dev/disk/vn/vn.c
606
vniocattach_swap(struct vn_softc *vn, struct vn_ioctl *vio, cdev_t dev,
sys/dev/disk/vn/vn.c
680
vnsetcred(struct vn_softc *vn, struct ucred *cred)
sys/dev/disk/vn/vn.c
721
vnclear(struct vn_softc *vn)
sys/dev/disk/vn/vn.c
755
vnget(cdev_t dev, struct vn_softc *vn, struct vn_user *vnu)
sys/dev/disk/vn/vn.c
827
struct vn_softc *vn;
sys/dev/disk/vn/vn.c
844
struct vn_softc *vn;
sys/dev/disk/vn/vn.c
877
struct vn_softc *vn;