Lines Matching defs:setprm
1570 struct floppy_struct setprm;
1617 if (copy_from_user(&setprm, argp, sizeof(setprm)))
1629 drive, setprm.size, setprm.sect, setprm.stretch);
1654 if ( dtp->blocks == setprm.size
1655 && dtp->spt == setprm.sect
1656 && dtp->stretch == setprm.stretch ) {
1687 dtp->blocks = setprm.size;
1688 dtp->spt = setprm.sect;
1689 if (setprm.sect > 14)
1693 dtp->stretch = setprm.stretch;
1700 if (setprm.track != dtp->blocks/dtp->spt/2 ||
1701 setprm.head != 2)