HomeSort by: relevance | last modified time | path
    Searched defs:wdminphys (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ata/
wd.c 125 static void wdminphys(struct buf *);
224 .d_minphys = wdminphys,
1088 wdminphys(struct buf *bp) function in typeref:typename:void
1120 wdminphys(&B);
1130 return (physio(wdstrategy, NULL, dev, B_READ, wdminphys, uio));
1138 return (physio(wdstrategy, NULL, dev, B_WRITE, wdminphys, uio));
1417 error1 = physio(wdformat, NULL, dev, B_WRITE, wdminphys,
1472 wdminphys, &wi->wi_uio);
wd.c 125 static void wdminphys(struct buf *);
224 .d_minphys = wdminphys,
1088 wdminphys(struct buf *bp) function in typeref:typename:void
1120 wdminphys(&B);
1130 return (physio(wdstrategy, NULL, dev, B_READ, wdminphys, uio));
1138 return (physio(wdstrategy, NULL, dev, B_WRITE, wdminphys, uio));
1417 error1 = physio(wdformat, NULL, dev, B_WRITE, wdminphys,
1472 wdminphys, &wi->wi_uio);

Completed in 23 milliseconds