Lines Matching refs:getprm
1568 struct floppy_struct getprm;1592 memset((void *)&getprm, 0, sizeof(getprm));1593 getprm.size = dtp->blocks;1594 getprm.sect = dtp->spt;1595 getprm.head = 2;1596 getprm.track = dtp->blocks/dtp->spt/2;1597 getprm.stretch = dtp->stretch;1598 if (copy_to_user(argp, &getprm, sizeof(getprm)))