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

  /src/sys/dev/
ccd.c 175 static int ccdstart(struct ccd_softc *, struct buf *, int);
731 error = ccdstart(cs, bp, PR_WAITOK);
770 if (ccdstart(cs, bp, PR_NOWAIT) != 0) {
779 ccdstart(struct ccd_softc *cs, struct buf *bp, int wait) function in typeref:typename:int
798 printf("ccdstart(%s, %p)\n", cs->sc_xname, bp);
ccd.c 175 static int ccdstart(struct ccd_softc *, struct buf *, int);
731 error = ccdstart(cs, bp, PR_WAITOK);
770 if (ccdstart(cs, bp, PR_NOWAIT) != 0) {
779 ccdstart(struct ccd_softc *cs, struct buf *bp, int wait) function in typeref:typename:int
798 printf("ccdstart(%s, %p)\n", cs->sc_xname, bp);

Completed in 24 milliseconds