Home
last modified time | relevance | path

Searched refs:currentType (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/mac68k/obio/
H A Diwm_fd.c445 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 …]
H A Diwm_fdvar.h155 fdInfo_t *currentType; /* current floppy format */ member