HomeSort by: relevance | last modified time | path
    Searched defs:vndclear (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/
vnd.c 169 static void vndclear(struct vnd_softc *, int);
1098 * XXX vndclear() might call vndclose() implicitly;
1106 vndclear(vnd, minor);
1753 vndclear(vnd);
1758 vndclear(struct vnd_softc *vnd, int myminor) function in typeref:typename:void
1767 printf("vndclear(%p): vp %p\n", vnd, vp);
1815 panic("vndclear: null vp");

Completed in 98 milliseconds