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);
|