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