Lines Matching refs:RX2_SECTORS
478 dl->d_nsectors = RX2_SECTORS; /* sectors per track */
481 dl->d_secpercyl = RX2_SECTORS; /* sectors per cylinder */
482 dl->d_secperunit = RX2_SECTORS * RX2_TRACKS; /* sectors per unit */
495 dl->d_partitions[1].p_size = RX2_SECTORS * RX2_TRACKS / 2;
500 dl->d_partitions[2].p_size = RX2_SECTORS * RX2_TRACKS;
608 buf->b_resid = buf->b_blkno / RX2_SECTORS;
881 if (i > RX2_TRACKS * RX2_SECTORS) {
889 i % RX2_SECTORS + 1, i / RX2_SECTORS) < 0) {
899 if (i > RX2_TRACKS * RX2_SECTORS) {
907 i % RX2_SECTORS + 1, i / RX2_SECTORS) < 0) {
1044 dl->d_nsectors = RX2_SECTORS / 2; /* sectors per track */
1045 dl->d_secpercyl = RX2_SECTORS / 2; /* sectors per cylinder */
1048 dl->d_secperunit = RX2_SECTORS * RX2_TRACKS / 2;
1050 dl->d_partitions[2].p_size = RX2_SECTORS * RX2_TRACKS / 2;