tag | line | file | source code |
exs | 990 | drivers/char/tpqic02.c | err = tperror.exs; /* get exception status bits */ |
exs | 993 | drivers/char/tpqic02.c | tperror.exs, tperror.dec, tperror.urc); |
exs | 1032 | drivers/char/tpqic02.c | ioctl_status.mt_dsreg = tperror.exs; /* "drive status" */ |
exs | 1440 | drivers/char/tpqic02.c | if (tperror.exs & TP_NDT) |
exs | 1447 | drivers/char/tpqic02.c | if ((tperror.exs & TP_ST0) && (tperror.exs & TP_WRP)) { |
exs | 2124 | drivers/char/tpqic02.c | if ((tperror.exs & TP_ST0) && (tperror.exs & TP_WRP)) { |
exs | 2311 | drivers/char/tpqic02.c | if ((tperror.exs & TP_ST0) && (tperror.exs & TP_CNI)) |
exs | 2323 | drivers/char/tpqic02.c | if ((tperror.exs & TP_ST0) && (tperror.exs & TP_CNI)) { |
exs | 532 | include/linux/tpqic02.h | unsigned short exs; /* Drive exception flags */ |