Searched defs:drvheads (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_disk.c1847 uchar_t drvheads; local
1850 drvheads = ata_drvp->ad_phhd;
1854 head = (resid % drvheads) & 0xf;
1855 cyl = resid / drvheads;
2785 uchar_t drvheads = ata_drvp->ad_phhd; local
2800 lbastop *= (uint_t)drvheads;

Completed in 49 milliseconds