tag | line | file | source code |
ignore_ex | 587 | drivers/char/tpqic02.c | static int notify_cmd(char cmd, short ignore_ex) |
ignore_ex | 596 | drivers/char/tpqic02.c | if ((!ignore_ex) && is_exception()) { |
ignore_ex | 700 | drivers/char/tpqic02.c | static int send_qic02_data(char sb[], unsigned size, int ignore_ex) |
ignore_ex | 710 | drivers/char/tpqic02.c | stat = notify_cmd(sb[i], ignore_ex); |
ignore_ex | 726 | drivers/char/tpqic02.c | static int send_qic02_cmd(int cmd, time_t timeout, int ignore_ex) |
ignore_ex | 747 | drivers/char/tpqic02.c | stat = notify_cmd(cmd, ignore_ex); /* tell drive new command was loaded, */ |
ignore_ex | 751 | drivers/char/tpqic02.c | stat = send_qic02_data(seek_addr_buf, sizeof(seek_addr_buf), ignore_ex); |