Lines Matching defs:fdstrategy
271 static dev_type_strategy(fdstrategy);
276 .d_strategy = fdstrategy,
302 .d_strategy = fdstrategy
686 fdstrategy(struct buf *bp)
703 DPRINTF(("fdstrategy: unit=%d, blkno=%" PRId64 ", "
738 DPRINTF(("fdstrategy: %s b_blkno %" PRId64 " b_bcount %d cylin %d\n",
753 printf("fdstrategy: controller inactive\n");
816 return physio(fdstrategy, NULL, dev, B_READ, minphys, uio);
823 return physio(fdstrategy, NULL, dev, B_WRITE, minphys, uio);
1648 error = writedisklabel(dev, fdstrategy, &buffer, NULL);
1818 /* set up a buffer header for fdstrategy() */
1829 * calculate a fake blkno, so fdstrategy() would initiate a
1844 fdstrategy(bp);