Lines Matching defs:linux_floppy_raw_cmd
138 struct linux_floppy_raw_cmd { struct
139 u_int flags;
140 void *data;
141 void *kernel_data;
142 struct floppy_raw_cmd *next;
143 long length;
144 long phys_length;
145 int buffer_length;
146 u_char rate;
147 u_char cmd_count;
148 u_char cmd[16];
149 u_char reply_count;
150 u_char reply[16];
151 int track;
152 int resultcode;
153 int reserved1;
154 int reserved2;