Searched defs:vnd (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/dev/ |
H A D | vnd.c | 159 #define VND_GETXFER(vnd) pool_get(&(vnd)->sc_vxpool, PR_WAITOK) argument 160 #define VND_PUTXFER(vnd, vx) pool_put(&(vnd)->sc_vxpool, (vx)) argument 165 #define VND_MAXPENDING(vnd) ((vnd)->sc_maxactive * 4) argument 166 #define VND_MAXPAGES(vnd) (1024 * 1024 / PAGE_SIZE) argument 482 struct vnd_softc *vnd = vndstrategy() local 583 vnode_has_strategy(struct vnd_softc * vnd) vnode_has_strategy() argument 593 vnode_has_large_blocks(struct vnd_softc * vnd) vnode_has_large_blocks() argument 610 vnode_strategy_probe(struct vnd_softc * vnd) vnode_strategy_probe() argument 640 struct vnd_softc *vnd = arg; vndthread() local 800 handle_with_rdwr(struct vnd_softc * vnd,const struct buf * obp,struct buf * bp) handle_with_rdwr() argument 862 handle_with_strategy(struct vnd_softc * vnd,const struct buf * obp,struct buf * bp) handle_with_strategy() argument 977 struct vnd_softc *vnd = vnx->vx_vnd; vndiodone() local 1053 struct vnd_softc *vnd; vnd_cget() local 1074 vnddoclear(struct vnd_softc * vnd,int pmask,int minor,bool force) vnddoclear() argument 1147 struct vnd_softc *vnd; vndioctl() local 1688 vndsetcred(struct vnd_softc * vnd,kauth_cred_t cred) vndsetcred() argument 1730 vndthrottle(struct vnd_softc * vnd,struct vnode * vp) vndthrottle() argument 1755 vndclear(struct vnd_softc * vnd,int myminor) vndclear() argument 1995 struct vnd_softc *vnd = compstrategy() local 2103 vnd_set_geometry(struct vnd_softc * vnd) vnd_set_geometry() argument [all...] |