Lines Matching defs:setprm
1595 struct floppy_struct setprm;
1642 if (copy_from_user(&setprm, argp, sizeof(setprm)))
1654 drive, setprm.size, setprm.sect, setprm.stretch);
1680 if ( dtp->blocks == setprm.size
1681 && dtp->spt == setprm.sect
1682 && dtp->stretch == setprm.stretch ) {
1713 dtp->blocks = setprm.size;
1714 dtp->spt = setprm.sect;
1715 if (setprm.sect > 14)
1719 dtp->stretch = setprm.stretch;
1726 if (setprm.track != dtp->blocks/dtp->spt/2 ||
1727 setprm.head != 2) {