Searched refs:FDGETPRM (Results 1 – 7 of 7) sorted by relevance
/external/e2fsprogs/lib/blkid/ |
D | getsize.c | 125 #ifdef FDGETPRM in blkid_get_dev_size() 129 if (ioctl(fd, FDGETPRM, &this_floppy) >= 0) in blkid_get_dev_size()
|
/external/kernel-headers/original/uapi/linux/ |
D | fd.h | 56 #define FDGETPRM _IOR(2, 0x04, struct floppy_struct) macro 58 #define FDGETMEDIAPRM FDGETPRM
|
/external/e2fsprogs/lib/ext2fs/ |
D | getsize.c | 189 #ifdef FDGETPRM in ext2fs_get_device_size2() 193 if (ioctl(fd, FDGETPRM, &this_floppy) >= 0) { in ext2fs_get_device_size2()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 516 unsigned IOCTL_FDGETPRM = FDGETPRM;
|
D | sanitizer_common_interceptors_ioctl.inc | 170 _(FDGETPRM, WRITE, struct_floppy_struct_sz);
|
/external/qemu/block/ |
D | raw-posix.c | 1064 ret = ioctl(fd, FDGETPRM, &fdparam); in floppy_probe_device()
|
/external/strace/linux/ |
D | ioctlent.h.in | 4 {"linux/fd.h", "FDGETPRM", 0x0204},
|