Searched refs:FDGETPRM (Results 1 – 7 of 7) sorted by relevance
129 #ifdef FDGETPRM in blkid_get_dev_size()133 if (ioctl(fd, FDGETPRM, &this_floppy) >= 0) in blkid_get_dev_size()
57 #define FDGETPRM _IOR(2, 0x04, struct floppy_struct) macro59 #define FDGETMEDIAPRM FDGETPRM
194 #ifdef FDGETPRM in ext2fs_get_device_size2()198 if (ioctl(fd, FDGETPRM, &this_floppy) >= 0) { in ext2fs_get_device_size2()
481 #ifdef FDGETPRM482 # undef FDGETPRM483 # define FDGETPRM 0x801c0204 macro
545 #ifdef FDGETPRM546 # undef FDGETPRM547 # define FDGETPRM 0x801c0204 macro
599 unsigned IOCTL_FDGETPRM = FDGETPRM;
173 _(FDGETPRM, WRITE, struct_floppy_struct_sz);