Home | History | Annotate | Download | only in memdisk

Lines Matching defs:track

479 		    unsigned int type, track;
507 track = c * h;
509 s = xsectors / track;
510 if (s < 63 && (xsectors % track) == 0) {
515 track += h;