tag | line | file | source code |
---|---|---|---|
new_tape | 279 | drivers/char/ftape/ftape-ctl.c | int ftape_get_drive_status(int *new_tape, int *no_tape, int *wp_tape) |
new_tape | 334 | drivers/char/ftape/ftape-ctl.c | *new_tape = 1; |
new_tape | 542 | drivers/char/ftape/ftape-ctl.c | static int new_tape = 1; |
new_tape | 552 | drivers/char/ftape/ftape-ctl.c | result = ftape_get_drive_status(&new_tape, &no_tape, &write_protected); |
new_tape | 561 | drivers/char/ftape/ftape-ctl.c | } else if (new_tape) { |
new_tape | 569 | drivers/char/ftape/ftape-ctl.c | new_tape = 0; |