Searched refs:currentType (Results 1 – 2 of 2) sorted by relevance
445 fd->currentType = ia->driveType; in fd_attach()466 fd->currentType->description, in fd_attach()467 fd->currentType->tracks, in fd_attach()468 fd->currentType->heads); in fd_attach()580 fd->currentType = info; in fdopen()670 IWM_MAX_GCR_SECTORS * fd->currentType->sectorSize); in fdclose()886 sectSize = fd->currentType->sectorSize; in fdstrategy()907 if (bp->b_blkno + transferSize > fd->currentType->secPerDisk) { in fdstrategy()913 fd->currentType->secPerDisk); in fdstrategy()918 transferSize = fd->currentType->secPerDisk - in fdstrategy()[all …]
155 fdInfo_t *currentType; /* current floppy format */ member