taglinefilesource code
cmd_data166drivers/char/ftape/fdc-io.cint fdc_command(byte * cmd_data, int cmd_len)
cmd_data179drivers/char/ftape/fdc-io.cfdc_mode = *cmd_data;  /* used by isr */
cmd_data182drivers/char/ftape/fdc-io.cresult = fdc_write(*cmd_data);
cmd_data196drivers/char/ftape/fdc-io.c++cmd_data;
cmd_data156drivers/char/ftape/fdc-io.hextern int fdc_command(byte * cmd_data, int cmd_len);