Searched refs:FDGETPRM (Results 1 – 8 of 8) sorted by relevance
57 #define FDGETPRM _IOR(2, 0x04, struct floppy_struct) macro59 #define FDGETMEDIAPRM FDGETPRM
149 - } else if (!ioctl(devfd, FDGETPRM, &fd_str)) {348 + } else if (!ioctl(dev_fd, FDGETPRM, &fd_str)) {
705 case FDGETPRM: in floppy_ioctl()
904 case FDGETPRM: in floppy_locked_ioctl()
1599 case FDGETPRM: in fd_locked_ioctl()
1580 case FDGETPRM: in fd_locked_ioctl()
3303 FDGETPRM,3473 case FDGETPRM: in fd_locked_ioctl()
340 +pub const FDGETPRM: u32 = 2149581316;