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

  /src/sys/arch/atari/dev/
fd.c 212 static void fdminphys(struct buf *);
654 return physio(fdstrategy, NULL, dev, B_READ, fdminphys, uio);
661 return physio(fdstrategy, NULL, dev, B_WRITE, fdminphys, uio);
1202 fdminphys(struct buf *bp) function in typeref:typename:void
1208 panic("fdminphys: couldn't get softc");
1215 printf("fdminphys: before %d", bp->b_bcount);
  /src/sys/arch/amiga/dev/
fd.c 216 void fdminphys(struct buf *);
625 return (physio(fdstrategy, NULL, dev, B_READ, fdminphys, uio));
631 return (physio(fdstrategy, NULL, dev, B_WRITE, fdminphys, uio));
1665 fdminphys(struct buf *bp) function in typeref:typename:void
1671 panic("fdminphys: couldn't get softc");
1678 printf("fdminphys: before %d", bp->b_bcount);

Completed in 14 milliseconds