Home
last modified time | relevance | path

Searched refs:vnddoclear (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/dev/
Dvnd.c170 static int vnddoclear(struct vnd_softc *, int, int, bool);
287 error = vnddoclear(sc, 0, -1, (flags & DETACH_FORCE) != 0); in vnd_detach()
1077 vnddoclear(struct vnd_softc *vnd, int pmask, int minor, bool force) in vnddoclear() function
1575 if ((error = vnddoclear(vnd, pmask, minor(dev), force)) != 0) in vndioctl()