Searched refs:setprm (Results 1 – 1 of 1) sorted by relevance
1573 struct floppy_struct setprm; in fd_locked_ioctl() local1620 if (copy_from_user(&setprm, argp, sizeof(setprm))) in fd_locked_ioctl()1632 drive, setprm.size, setprm.sect, setprm.stretch); in fd_locked_ioctl()1657 if ( dtp->blocks == setprm.size in fd_locked_ioctl()1658 && dtp->spt == setprm.sect in fd_locked_ioctl()1659 && dtp->stretch == setprm.stretch ) { in fd_locked_ioctl()1690 dtp->blocks = setprm.size; in fd_locked_ioctl()1691 dtp->spt = setprm.sect; in fd_locked_ioctl()1692 if (setprm.sect > 14) in fd_locked_ioctl()1696 dtp->stretch = setprm.stretch; in fd_locked_ioctl()[all …]