tag | line | file | source code |
tperror | 193 | drivers/char/tpqic02.c | static volatile struct tpstatus tperror; /* last drive status */ |
tperror | 847 | drivers/char/tpqic02.c | byte_swap_w(&tperror.dec); |
tperror | 848 | drivers/char/tpqic02.c | byte_swap_w(&tperror.urc); |
tperror | 904 | drivers/char/tpqic02.c | if (get_status((char *) &tperror) != TE_OK) { |
tperror | 909 | drivers/char/tpqic02.c | err = tperror.exs; /* get exception status bits */ |
tperror | 912 | drivers/char/tpqic02.c | tperror.exs, tperror.dec, tperror.urc); |
tperror | 915 | drivers/char/tpqic02.c | tperror.dec, tperror.urc); |
tperror | 951 | drivers/char/tpqic02.c | ioctl_status.mt_dsreg = tperror.exs; /* "drive status" */ |
tperror | 952 | drivers/char/tpqic02.c | ioctl_status.mt_erreg = tperror.dec; /* "sense key error" */ |
tperror | 1357 | drivers/char/tpqic02.c | if (tperror.exs & TP_NDT) |
tperror | 1364 | drivers/char/tpqic02.c | if ((tperror.exs & TP_ST0) && (tperror.exs & TP_WRP)) { |
tperror | 1511 | drivers/char/tpqic02.c | get_status((char *) &tperror); |
tperror | 2005 | drivers/char/tpqic02.c | if ((tperror.exs & TP_ST0) && (tperror.exs & TP_WRP)) { |