Home | History | Annotate | Download | only in mainbus

Lines Matching defs:fdstrategy

267 dev_type_strategy(fdstrategy);
272 .d_strategy = fdstrategy,
300 .d_strategy = fdstrategy
568 fdstrategy(struct buf *bp)
607 printf("fdstrategy: b_blkno %lld b_bcount %d blkno %lld cylin %d sz %d\n",
622 printf("fdstrategy: controller inactive\n");
684 return (physio(fdstrategy, NULL, dev, B_READ, minphys, uio));
691 return (physio(fdstrategy, NULL, dev, B_WRITE, minphys, uio));
1293 if (readdisklabel(dev, fdstrategy, &buffer, NULL) != NULL)
1313 error = writedisklabel(dev, fdstrategy, &buffer, NULL);
1452 /* set up a buffer header for fdstrategy() */
1462 * calculate a fake blkno, so fdstrategy() would initiate a
1477 fdstrategy(bp);
1557 fdstrategy(bp);