Searched refs:FDGETPRM (Results 1 – 6 of 6) sorted by relevance
/external/e2fsprogs/lib/blkid/ |
D | getsize.c | 84 #ifdef FDGETPRM in blkid_get_dev_size() 131 #ifdef FDGETPRM in blkid_get_dev_size() 132 if (ioctl(fd, FDGETPRM, &this_floppy) >= 0) in blkid_get_dev_size()
|
/external/e2fsprogs/lib/ext2fs/ |
D | getsize.c | 152 #ifdef FDGETPRM in ext2fs_get_device_size2() 198 #ifdef FDGETPRM in ext2fs_get_device_size2() 199 if (ioctl(fd, FDGETPRM, &this_floppy) >= 0) { in ext2fs_get_device_size2()
|
/external/kernel-headers/original/linux/ |
D | fd.h | 50 #define FDGETPRM _IOR(2, 0x04, struct floppy_struct) macro 52 #define FDGETMEDIAPRM FDGETPRM
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 399 unsigned IOCTL_FDGETPRM = FDGETPRM;
|
D | sanitizer_common_interceptors_ioctl.inc | 166 _(FDGETPRM, WRITE, struct_floppy_struct_sz);
|
/external/qemu/block/ |
D | raw-posix.c | 1064 ret = ioctl(fd, FDGETPRM, &fdparam); in floppy_probe_device()
|