Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dtpqic02.h657 #define TE_DEAD 5 /* tape drive doesn't respond */ macro
/linux-2.4.37.9/drivers/char/
Dtpqic02.c491 return (status_dead == YES) ? TE_DEAD : TE_OK; in tape_reset()
517 if (tape_reset(1) == TE_DEAD) in notify_cmd()
518 return TE_DEAD; in notify_cmd()