HomeSort by: relevance | last modified time | path
    Searched refs:vnd_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/
vnd.c 155 struct vnd_softc *vx_vnd;
169 static void vndclear(struct vnd_softc *, int);
170 static int vnddoclear(struct vnd_softc *, int, int, bool);
171 static int vndsetcred(struct vnd_softc *, kauth_cred_t);
172 static void vndthrottle(struct vnd_softc *, struct vnode *);
178 static void vndgetdefaultlabel(struct vnd_softc *, struct disklabel *);
179 static void vndgetdisklabel(dev_t, struct vnd_softc *);
181 static int vndlock(struct vnd_softc *);
182 static void vndunlock(struct vnd_softc *);
191 static void handle_with_rdwr(struct vnd_softc *, const struct buf *
    [all...]
vndvar.h 111 struct vnd_softc { struct

Completed in 29 milliseconds