Lines Matching refs:getprm
1593 struct floppy_struct getprm;1617 memset((void *)&getprm, 0, sizeof(getprm));1618 getprm.size = dtp->blocks;1619 getprm.sect = dtp->spt;1620 getprm.head = 2;1621 getprm.track = dtp->blocks/dtp->spt/2;1622 getprm.stretch = dtp->stretch;1623 if (copy_to_user(argp, &getprm, sizeof(getprm)))