Searched refs:FDGETPRM (Results 1 – 11 of 11) sorted by relevance
/external/e2fsprogs/lib/blkid/ |
D | getsize.c | 129 #ifdef FDGETPRM in blkid_get_dev_size() 133 if (ioctl(fd, FDGETPRM, &this_floppy) >= 0) in blkid_get_dev_size()
|
/external/kernel-headers/original/uapi/linux/ |
D | fd.h | 57 #define FDGETPRM _IOR(2, 0x04, struct floppy_struct) macro 59 #define FDGETMEDIAPRM FDGETPRM
|
/external/e2fsprogs/lib/ext2fs/ |
D | getsize.c | 194 #ifdef FDGETPRM in ext2fs_get_device_size2() 198 if (ioctl(fd, FDGETPRM, &this_floppy) >= 0) { in ext2fs_get_device_size2()
|
/external/strace/ |
D | ioctl_redefs2.h | 481 #ifdef FDGETPRM 482 # undef FDGETPRM 483 # define FDGETPRM 0x801c0204 macro
|
D | ioctl_redefs1.h | 545 #ifdef FDGETPRM 546 # undef FDGETPRM 547 # define FDGETPRM 0x801c0204 macro
|
/external/mtools/ |
D | devices.c | 791 return ioctl(fd, FDGETPRM, floppy); in get_parameters()
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 2005 #ifdef FDGETPRM 2006 { "FDGETPRM", (unsigned long) FDGETPRM },
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 599 unsigned IOCTL_FDGETPRM = FDGETPRM;
|
D | sanitizer_common_interceptors_ioctl.inc | 173 _(FDGETPRM, WRITE, struct_floppy_struct_sz);
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cpp | 600 unsigned IOCTL_FDGETPRM = FDGETPRM;
|
D | sanitizer_common_interceptors_ioctl.inc | 176 _(FDGETPRM, WRITE, struct_floppy_struct_sz);
|