Lines Matching defs:track
252 int track; /* where we think the head is */
536 0x00, /* Precomp track */
911 /* Do RECAL if we need to or are going to track zero anyway */
913 (cylinder == 0 && fd->track != 0) ||
926 fd->track = 0;
935 if (cylinder != fd->track) {
952 fd->track = cylinder;
1009 fd->track, /* track */
1013 fd->ft->sectrac, /* sectors/track */
1024 fd->track, /* track */
1028 fd->ft->sectrac, /* sectors/track */
1232 /* Seek to track 1 */
1341 * of sectors per track but otherwise identical parameters
1937 /* If we're at track 0 first seek inwards. */
1974 (st0 & NE7_ST0_EC) != 0) /* no track 0 -> no drive present */
1998 fd->track = FD_NO_TRACK;