Searched refs:fdminphys (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/atari/dev/
H A Dfd.c213 static void fdminphys(struct buf *);
639 return physio(fdstrategy, NULL, dev, B_READ, fdminphys, uio);
646 return physio(fdstrategy, NULL, dev, B_WRITE, fdminphys, uio);
1186 fdminphys(struct buf *bp) function
1192 panic("fdminphys: couldn't get softc");
1199 printf("fdminphys: before %ld", bp->b_bcount);
/netbsd-6-1-5-RELEASE/sys/arch/amiga/dev/
H A Dfd.c216 void fdminphys(struct buf *);
610 return (physio(fdstrategy, NULL, dev, B_READ, fdminphys, uio));
616 return (physio(fdstrategy, NULL, dev, B_WRITE, fdminphys, uio));
1653 fdminphys(struct buf *bp) function
1659 panic("fdminphys: couldn't get softc");
1667 printf("fdminphys: before %ld", bp->b_bcount);

Completed in 114 milliseconds