Searched refs:TS_UNUSED (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/char/
H A Dtape.h24 TS_UNUSED=0, TS_IDLE, TS_DONE, TS_FAILED, enumerator in enum:__anon2110
H A Dtapeblock.c163 if (tapestate_get (ti) != TS_UNUSED) {
177 tapestate_set (ti, TS_UNUSED);
220 tapestate_set (ti, TS_UNUSED);
H A Dtape.c70 "TS_UNUSED", "TS_IDLE", "TS_DONE", "TS_FAILED",
637 if (tapestate_get(ti)!=TS_UNUSED) {
730 tapestate_set (ti, TS_UNUSED);
H A Dtapechar.c673 if (tapestate_get (ti) != TS_UNUSED) {
752 tapestate_set (ti, TS_UNUSED);
H A Dtape34xx.c38 {NULL, tape34xx_unused_done, NULL, NULL, NULL}, /* TS_UNUSED */
2276 if ((tapestate_get(ti)!=TS_UNUSED) && (tapestate_get(ti)!=TS_IDLE)) {
2308 if ((tapestate_get(ti)!=TS_UNUSED) && (tapestate_get(ti)!=TS_DONE)) {
2323 if ((tapestate_get(ti)!=TS_UNUSED) && (tapestate_get(ti)!=TS_IDLE)) {

Completed in 53 milliseconds