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

  /src/sys/dev/
cgd.c 403 static void cgdiodone(struct buf *);
917 nbp->b_iodone = cgdiodone;
935 cgdiodone(struct buf *nbp) function in typeref:typename:void
946 DPRINTF_FOLLOW(("cgdiodone(%p)\n", nbp));
947 DPRINTF(CGDB_IO, ("cgdiodone: bp %p bcount %d resid %d\n",

Completed in 13 milliseconds