tag | line | file | source code |
ignore_ex | 666 | drivers/char/tpqic02.c | static int notify_cmd(char cmd, short ignore_ex) |
ignore_ex | 675 | drivers/char/tpqic02.c | if ((!ignore_ex) && is_exception()) { |
ignore_ex | 780 | drivers/char/tpqic02.c | static int send_qic02_data(char sb[], unsigned size, int ignore_ex) |
ignore_ex | 790 | drivers/char/tpqic02.c | stat = notify_cmd(sb[i], ignore_ex); |
ignore_ex | 806 | drivers/char/tpqic02.c | static int send_qic02_cmd(int cmd, time_t timeout, int ignore_ex) |
ignore_ex | 827 | drivers/char/tpqic02.c | stat = notify_cmd(cmd, ignore_ex); /* tell drive new command was loaded, */ |
ignore_ex | 831 | drivers/char/tpqic02.c | stat = send_qic02_data(seek_addr_buf, sizeof(seek_addr_buf), ignore_ex); |