Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dfd.h330 struct floppy_raw_cmd { struct
331 unsigned int flags;
356 struct floppy_raw_cmd *next; /* used for chaining of raw cmd's argument
358 long length; /* in: length of dma transfer. out: remaining bytes */
359 long phys_length; /* physical length, if different from dma length */
360 int buffer_length; /* length of allocated buffer */
362 unsigned char rate;
373 unsigned char cmd_count;
374 union {
382 int track;
[all …]
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_600.h91763 struct floppy_raw_cmd { struct
91767 struct floppy_raw_cmd *next; argument
91768 long int length;
91769 long int phys_length;
91770 int buffer_length;
91771 unsigned char rate;
91772 unsigned char cmd_count;
91773 union {
91781 int track;
91782 int resultcode;
[all …]
Dvmlinux.h91763 struct floppy_raw_cmd { struct
91767 struct floppy_raw_cmd *next; argument
91768 long int length;
91769 long int phys_length;
91770 int buffer_length;
91771 unsigned char rate;
91772 unsigned char cmd_count;
91773 union {
91781 int track;
91782 int resultcode;
[all …]