Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/amiga/dev/
H A Dfd.c83 #define FDSECSIZE (512) /* amiga drives always have 512 byte sectors */ macro
236 #define MAXTRKSZ (22 * FDSECSIZE)
743 lp->d_secsize = FDSECSIZE; in fdgetdefaultlabel()
789 lp->d_secsize = FDSECSIZE; in fdgetdisklabel()
808 bp->b_bcount = FDSECSIZE; in fdgetdisklabel()
853 if (lp->d_secsize != FDSECSIZE || in fdsetdisklabel()
914 bp->b_bcount = FDSECSIZE; in fdputdisklabel()
1277 if (bp->b_bcount == (sc->nsectors * FDSECSIZE) && write && in fdstart()
1311 dp->b_blkno += (dp->b_bcount - bp->b_resid) / FDSECSIZE; in fdcont()
1330 if (dp->b_bcount == (sc->nsectors * FDSECSIZE) && write) { in fdcont()
[all …]