Home | History | Annotate | Download | only in dev

Lines Matching defs:fdstrategy

139 static dev_type_strategy(fdstrategy);
291 .d_strategy = fdstrategy,
317 .d_strategy = fdstrategy
606 fdstrategy(struct buf *bp)
645 printf("fdstrategy: b_blkno %d b_bcount %ld blkno %qd cylin %ld sz"
662 printf("fdstrategy: controller inactive\n");
724 return physio(fdstrategy, NULL, dev, B_READ, minphys, uio);
731 return physio(fdstrategy, NULL, dev, B_WRITE, minphys, uio);
1336 error = writedisklabel(dev, fdstrategy, &buffer, NULL);
1482 /* set up a buffer header for fdstrategy() */
1493 * calculate a fake blkno, so fdstrategy() would initiate a
1507 fdstrategy(bp);
1556 if (readdisklabel(dev, fdstrategy, lp, &cpulab) != NULL)