Searched refs:vnd_softc (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/
H A Dvnd.c149 struct vnd_softc *vx_vnd;
164 static void vndclear(struct vnd_softc *, int);
165 static int vnddoclear(struct vnd_softc *, int, int, bool);
166 static int vndsetcred(struct vnd_softc *, kauth_cred_t);
167 static void vndthrottle(struct vnd_softc *, struct vnode *);
173 static void vndgetdefaultlabel(struct vnd_softc *, struct disklabel *);
174 static void vndgetdisklabel(dev_t, struct vnd_softc *);
176 static int vndlock(struct vnd_softc *);
177 static void vndunlock(struct vnd_softc *);
186 static void handle_with_rdwr(struct vnd_softc *, cons
[all...]
H A Dvndvar.h108 struct vnd_softc { struct

Completed in 154 milliseconds