Home
last modified time | relevance | path

Searched defs:floppy_struct (Results 1 – 3 of 3) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dfd.h14 struct floppy_struct { struct
15 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
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_600.h91655 struct floppy_struct { struct
91656 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 …]
Dvmlinux.h91655 struct floppy_struct { struct
91656 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 …]