Home
last modified time | relevance | path

Searched refs:floppy_struct (Results 1 – 5 of 5) sorted by relevance

/external/kernel-headers/original/linux/
Dfd.h13 struct floppy_struct { struct
45 #define FDSETPRM _IOW(2, 0x42, struct floppy_struct) argument
49 #define FDDEFPRM _IOW(2, 0x43, struct floppy_struct)
50 #define FDGETPRM _IOR(2, 0x04, struct floppy_struct)
/external/e2fsprogs/lib/blkid/
Dgetsize.c85 struct floppy_struct this_floppy; in blkid_get_dev_size()
/external/e2fsprogs/lib/ext2fs/
Dgetsize.c153 struct floppy_struct this_floppy; in ext2fs_get_device_size2()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc233 unsigned struct_floppy_struct_sz = sizeof(struct floppy_struct);
/external/qemu/block/
Draw-posix.c1053 struct floppy_struct fdparam; in floppy_probe_device()