Home
last modified time | relevance | path

Searched refs:exs (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/char/
Dtpqic02.c841 err = tperror.exs; /* get exception status bits */ in tp_sense()
844 tperror.exs, tperror.dec, tperror.urc); in tp_sense()
885 ioctl_status.mt_dsreg = tperror.exs; /* "drive status" */ in tp_sense()
1308 if (tperror.exs & TP_NDT) in do_ioctl_cmd()
1315 if ((tperror.exs & TP_ST0) && (tperror.exs & TP_WRP)) { in do_ioctl_cmd()
2044 if ((tperror.exs & TP_ST0) && (tperror.exs & TP_WRP)) { in qic02_tape_write()
2248 if ((tperror.exs & TP_ST0) && (tperror.exs & TP_CNI)) { in qic02_tape_open_no_use_count()
2263 if ((tperror.exs & TP_ST0) && (tperror.exs & TP_CNI)) { in qic02_tape_open_no_use_count()
/linux-2.4.37.9/include/linux/
Dtpqic02.h600 unsigned short exs; /* Drive exception flags */ member