tag | line | file | source code |
no_tape | 52 | drivers/char/ftape/ftape-ctl.c | int no_tape = 1; |
no_tape | 279 | drivers/char/ftape/ftape-ctl.c | int ftape_get_drive_status(int *new_tape, int *no_tape, int *wp_tape) |
no_tape | 285 | drivers/char/ftape/ftape-ctl.c | *no_tape = |
no_tape | 338 | drivers/char/ftape/ftape-ctl.c | *no_tape = !(status & QIC_STATUS_CARTRIDGE_PRESENT); |
no_tape | 340 | drivers/char/ftape/ftape-ctl.c | if (*no_tape) { |
no_tape | 552 | drivers/char/ftape/ftape-ctl.c | result = ftape_get_drive_status(&new_tape, &no_tape, &write_protected); |
no_tape | 559 | drivers/char/ftape/ftape-ctl.c | if (no_tape) { |
no_tape | 607 | drivers/char/ftape/ftape-ctl.c | if (!no_tape) { |
no_tape | 814 | drivers/char/ftape/ftape-ctl.c | ((no_tape) ? GMT_DR_OPEN(-1L) : 0); |
no_tape | 866 | drivers/char/ftape/ftape-ctl.c | no_tape = 1; |
no_tape | 66 | drivers/char/ftape/ftape-ctl.h | extern int no_tape; |
no_tape | 586 | drivers/char/ftape/ftape-read.c | if (ftape_offline || !formatted || no_tape) { |
no_tape | 588 | drivers/char/ftape/ftape-read.c | ftape_offline, formatted, no_tape); |
no_tape | 600 | drivers/char/ftape/ftape-write.c | } else if (ftape_offline || !formatted || no_tape) { |