Lines Matching defs:fdstrategy
339 dev_type_strategy(fdstrategy);
344 .d_strategy = fdstrategy,
369 void fdstrategy(struct buf *);
374 .d_strategy = fdstrategy
1027 fdstrategy(struct buf *bp)
1077 printf("fdstrategy: b_blkno %lld b_bcount %d blkno %lld cylin %d sz %d\n",
1093 printf("fdstrategy: controller inactive\n");
1380 return physio(fdstrategy, NULL, dev, B_READ, minphys, uio);
1387 return physio(fdstrategy, NULL, dev, B_WRITE, minphys, uio);
2173 error = writedisklabel(dev, fdstrategy,
2368 /* set up a buffer header for fdstrategy() */
2380 * Calculate a fake blkno, so fdstrategy() would initiate a
2416 fdstrategy(bp);
2462 if (readdisklabel(dev, fdstrategy, lp, clp) != NULL) {
2563 fdstrategy(bp);