Searched defs:floppy_struct (Results 1 – 3 of 3) sorted by relevance
14 struct floppy_struct { struct15 unsigned int size, /* nr of sectors total */16 sect, /* sectors per track */17 head, /* nr of heads */18 track, /* nr of tracks */19 stretch; /* bit 0 !=0 means double track steps */52 #define FDSETPRM _IOW(2, 0x42, struct floppy_struct) argument
91655 struct floppy_struct { struct91656 unsigned int size;91657 unsigned int sect;91658 unsigned int head;91659 unsigned int track;91660 unsigned int stretch;91661 unsigned char gap;91662 unsigned char rate;91663 unsigned char spec1;91664 unsigned char fmt_gap;[all …]