| tag | line | file | source code |
|---|---|---|---|
| wp_tape | 279 | drivers/char/ftape/ftape-ctl.c | int ftape_get_drive_status(int *new_tape, int *no_tape, int *wp_tape) |
| wp_tape | 286 | drivers/char/ftape/ftape-ctl.c | *wp_tape = 0; |
| wp_tape | 339 | drivers/char/ftape/ftape-ctl.c | *wp_tape = (status & QIC_STATUS_WRITE_PROTECT); |
| wp_tape | 343 | drivers/char/ftape/ftape-ctl.c | if (*wp_tape) { |