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

  /src/sys/arch/mac68k/obio/
iwm_fd.c 449 fd->currentType = ia->driveType;
470 fd->currentType->description,
471 fd->currentType->tracks,
472 fd->currentType->heads);
584 fd->currentType = info;
674 IWM_MAX_GCR_SECTORS * fd->currentType->sectorSize);
890 sectSize = fd->currentType->sectorSize;
911 if (bp->b_blkno + transferSize > fd->currentType->secPerDisk) {
917 fd->currentType->secPerDisk);
922 transferSize = fd->currentType->secPerDisk
    [all...]
iwm_fdvar.h 155 fdInfo_t *currentType; /* current floppy format */

Completed in 38 milliseconds