sys/dev/vnd.c
1014
struct vnd_softc *sc;
sys/dev/vnd.c
1036
struct vnd_softc *sc;
sys/dev/vnd.c
1057
struct vnd_softc *vnd;
sys/dev/vnd.c
1078
vnddoclear(struct vnd_softc *vnd, int pmask, int minor, bool force)
sys/dev/vnd.c
1151
struct vnd_softc *vnd;
sys/dev/vnd.c
155
struct vnd_softc *vx_vnd;
sys/dev/vnd.c
169
static void vndclear(struct vnd_softc *, int);
sys/dev/vnd.c
1692
vndsetcred(struct vnd_softc *vnd, kauth_cred_t cred)
sys/dev/vnd.c
170
static int vnddoclear(struct vnd_softc *, int, int, bool);
sys/dev/vnd.c
171
static int vndsetcred(struct vnd_softc *, kauth_cred_t);
sys/dev/vnd.c
172
static void vndthrottle(struct vnd_softc *, struct vnode *);
sys/dev/vnd.c
1734
vndthrottle(struct vnd_softc *vnd, struct vnode *vp)
sys/dev/vnd.c
1750
struct vnd_softc *vnd;
sys/dev/vnd.c
1752
for (vnd = &vnd_softc[0]; vnd < &vnd_softc[numvnd]; vnd++)
sys/dev/vnd.c
1759
vndclear(struct vnd_softc *vnd, int myminor)
sys/dev/vnd.c
178
static void vndgetdefaultlabel(struct vnd_softc *, struct disklabel *);
sys/dev/vnd.c
179
static void vndgetdisklabel(dev_t, struct vnd_softc *);
sys/dev/vnd.c
181
static int vndlock(struct vnd_softc *);
sys/dev/vnd.c
182
static void vndunlock(struct vnd_softc *);
sys/dev/vnd.c
1827
struct vnd_softc *sc;
sys/dev/vnd.c
1869
vndgetdefaultlabel(struct vnd_softc *sc, struct disklabel *lp)
sys/dev/vnd.c
191
static void handle_with_rdwr(struct vnd_softc *, const struct buf *,
sys/dev/vnd.c
1910
vndgetdisklabel(dev_t dev, struct vnd_softc *sc)
sys/dev/vnd.c
193
static void handle_with_strategy(struct vnd_softc *, const struct buf *,
sys/dev/vnd.c
195
static void vnd_set_geometry(struct vnd_softc *);
sys/dev/vnd.c
1965
vndlock(struct vnd_softc *sc)
sys/dev/vnd.c
1982
vndunlock(struct vnd_softc *sc)
sys/dev/vnd.c
1999
struct vnd_softc *vnd =
sys/dev/vnd.c
2107
vnd_set_geometry(struct vnd_softc *vnd)
sys/dev/vnd.c
236
CFATTACH_DECL3_NEW(vnd, sizeof(struct vnd_softc),
sys/dev/vnd.c
239
static struct vnd_softc *vnd_spawn(int);
sys/dev/vnd.c
268
struct vnd_softc *sc = device_private(self);
sys/dev/vnd.c
284
struct vnd_softc *sc = device_private(self);
sys/dev/vnd.c
299
static struct vnd_softc *
sys/dev/vnd.c
331
struct vnd_softc *sc;
sys/dev/vnd.c
423
struct vnd_softc *sc;
sys/dev/vnd.c
482
struct vnd_softc *vnd =
sys/dev/vnd.c
584
vnode_has_strategy(struct vnd_softc *vnd)
sys/dev/vnd.c
594
vnode_has_large_blocks(struct vnd_softc *vnd)
sys/dev/vnd.c
611
vnode_strategy_probe(struct vnd_softc *vnd)
sys/dev/vnd.c
641
struct vnd_softc *vnd = arg;
sys/dev/vnd.c
801
handle_with_rdwr(struct vnd_softc *vnd, const struct buf *obp, struct buf *bp)
sys/dev/vnd.c
863
handle_with_strategy(struct vnd_softc *vnd, const struct buf *obp,
sys/dev/vnd.c
942
(long) (vnd-vnd_softc), &nbp->vb_buf,
sys/dev/vnd.c
981
struct vnd_softc *vnd = vnx->vx_vnd;