Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dtpqic02.h129 #define TP_HAVE_SEEK 0 macro
140 #define TP_HAVE_SEEK 0 macro
153 #define TP_HAVE_SEEK 1 /* can seek to block */ macro
166 #define TP_HAVE_SEEK 1 /* can seek to block */ macro
178 #define TP_HAVE_SEEK 1 /* can seek to block */ macro
190 #define TP_HAVE_SEEK 1 /* seek to block address */ macro
479 # define TP_HAVE_SEEK (qic02_tape_dynconf.have_seek) macro
/linux-2.4.37.9/drivers/char/
Dtpqic02.c675 if (TP_HAVE_SEEK && (cmd == AR_QCMDV_SEEK_BLK)) { in send_qic02_cmd()
1362 if (TP_HAVE_SEEK && (QIC02_TAPE_IFC == ARCHIVE)) { in do_ioctl_cmd()
2620 if (!TP_HAVE_SEEK) { in qic02_tape_ioctl()