/src/sys/dev/gpib/ |
ct.c | 169 void cteof(struct ct_softc *, struct buf *); 607 cteof(struct ct_softc *sc, struct buf *bp) function in typeref:typename:void 626 ("cteof: bc %d oblk %d nblk %d read %ld, resid %ld\n", 667 DPRINTF(CDB_FILES, ("cteof: leaving flags %x\n", sc->sc_flags)); 740 cteof(sc, bp);
|
ct.c | 169 void cteof(struct ct_softc *, struct buf *); 607 cteof(struct ct_softc *sc, struct buf *bp) function in typeref:typename:void 626 ("cteof: bc %d oblk %d nblk %d read %ld, resid %ld\n", 667 DPRINTF(CDB_FILES, ("cteof: leaving flags %x\n", sc->sc_flags)); 740 cteof(sc, bp);
|
/src/sys/arch/hp300/dev/ |
ct.c | 187 static void cteof(struct ct_softc *, struct buf *); 659 cteof(struct ct_softc *sc, struct buf *bp) function in typeref:typename:void 679 printf("cteof: bc %d oblk %d nblk %ld read %ld, resid %ld\n", 724 printf("cteof: leaving flags %x\n", sc->sc_flags); 778 cteof(sc, bp);
|
ct.c | 187 static void cteof(struct ct_softc *, struct buf *); 659 cteof(struct ct_softc *sc, struct buf *bp) function in typeref:typename:void 679 printf("cteof: bc %d oblk %d nblk %ld read %ld, resid %ld\n", 724 printf("cteof: leaving flags %x\n", sc->sc_flags); 778 cteof(sc, bp);
|