Searched refs:vnd (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/sys/modules/vnd/
H A DMakefile9 KMOD= vnd
10 IOCONF= vnd.ioconf
11 SRCS= vnd.c
/netbsd-current/sys/dev/
H A Dvnd.c1 /* $NetBSD: vnd.c,v 1.289 2023/05/19 15:42:43 mlelstv Exp $ */
94 __KERNEL_RCSID(0, "$NetBSD: vnd.c,v 1.289 2023/05/19 15:42:43 mlelstv Exp $");
159 #define VND_GETXFER(vnd) pool_get(&(vnd)->sc_vxpool, PR_WAITOK)
160 #define VND_PUTXFER(vnd, vx) pool_put(&(vnd)->sc_vxpool, (vx))
165 #define VND_MAXPENDING(vnd) ((vnd)->sc_maxactive * 4)
166 #define VND_MAXPAGES(vnd) (1024 * 1024 / PAGE_SIZE)
236 CFATTACH_DECL3_NEW(vnd, sizeo
482 struct vnd_softc *vnd = local
583 vnode_has_strategy(struct vnd_softc *vnd) argument
593 vnode_has_large_blocks(struct vnd_softc *vnd) argument
610 vnode_strategy_probe(struct vnd_softc *vnd) argument
640 struct vnd_softc *vnd = arg; local
800 handle_with_rdwr(struct vnd_softc *vnd, const struct buf *obp, struct buf *bp) argument
862 handle_with_strategy(struct vnd_softc *vnd, const struct buf *obp, struct buf *bp) argument
977 struct vnd_softc *vnd = vnx->vx_vnd; local
1053 struct vnd_softc *vnd; local
1074 vnddoclear(struct vnd_softc *vnd, int pmask, int minor, bool force) argument
1147 struct vnd_softc *vnd; local
1688 vndsetcred(struct vnd_softc *vnd, kauth_cred_t cred) argument
1730 vndthrottle(struct vnd_softc *vnd, struct vnode *vp) argument
1755 vndclear(struct vnd_softc *vnd, int myminor) argument
1995 struct vnd_softc *vnd = local
2103 vnd_set_geometry(struct vnd_softc *vnd) argument
[all...]
/netbsd-current/tests/dev/fss/
H A Dt_fss.sh32 vnd=/dev/${vnddev}
59 newfs -I ${vnd}
60 mount ${vnd} ./m1
83 umount ${vnd} || true
/netbsd-current/sys/rump/dev/lib/libvnd/
H A DMakefile7 COMMENT=Present a regular file as a block device (/dev/vnd)
10 SRCS= vnd.c
/netbsd-current/sys/rump/dev/
H A DMakefile.rumpdevcomp5 pad pud putter raidframe rnd scsipi sysmon vnd wscons \
/netbsd-current/tests/fs/tmpfs/
H A Dt_vnd.sh28 # Verifies that vnd works with files stored in tmpfs.
33 vnd=/dev/${vnddev}a
37 atf_set "descr" "Verifies that vnd works with files stored in tmpfs"
50 atf_check -s exit:0 -o empty -e empty mount ${vnd} mnt
/netbsd-current/distrib/utils/embedded/
H A Dmkpkgs29 # find next available vnd device, from kre
129 vnddev=$(next_avail vnd)
130 echo "${bar} mounting image via vnd ${vnddev} ${bar}"
/netbsd-current/sys/modules/
H A DMakefile200 SUBDIR+= vnd
/netbsd-current/share/man/man4/
H A DMakefile73 vether.4 vlan.4 vmmon.4 vmnet.4 vmt.4 vmx.4 vnd.4 voodoofb.4 vr.4 \
/netbsd-current/etc/
H A DMAKEDEV.tmpl84 # vnd* "file" pseudo-disks
1177 ccd[0-9]*|cgd[0-9]*|raid[0-9]*|vnd[0-9]*)
1182 vnd*) name=vnd; unit=${i#vnd}; blk=%vnd_blk%; chr=%vnd_chr%;;

Completed in 212 milliseconds