Searched refs:FDSETPRM (Results 1 – 9 of 9) sorted by relevance
/external/kernel-headers/original/uapi/linux/ |
D | fd.h | 52 #define FDSETPRM _IOW(2, 0x42, struct floppy_struct) macro 53 #define FDSETMEDIAPRM FDSETPRM
|
/external/strace/ |
D | ioctl_redefs2.h | 493 #ifdef FDSETPRM 494 # undef FDSETPRM 495 # define FDSETPRM 0x401c0242 macro
|
D | ioctl_redefs1.h | 557 #ifdef FDSETPRM 558 # undef FDSETPRM 559 # define FDSETPRM 0x401c0242 macro
|
/external/mtools/ |
D | devices.c | 786 return ioctl(fd, FDSETPRM, floppy); in set_parameters()
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 2089 #ifdef FDSETPRM 2090 { "FDSETPRM", (unsigned long) FDSETPRM },
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 608 unsigned IOCTL_FDSETPRM = FDSETPRM;
|
D | sanitizer_common_interceptors_ioctl.inc | 182 _(FDSETPRM, READ, struct_floppy_struct_sz);
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cpp | 609 unsigned IOCTL_FDSETPRM = FDSETPRM;
|
D | sanitizer_common_interceptors_ioctl.inc | 185 _(FDSETPRM, READ, struct_floppy_struct_sz);
|