Home
last modified time | relevance | path

Searched refs:TS_IDLE (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/drivers/s390/char/
Dtapeblock.c170 tapestate_set (ti, TS_IDLE); in tapeblock_open()
209 if ((ti == NULL) || (tapestate_get (ti) != TS_IDLE)) { in tapeblock_release()
258 if (tapestate_get(ti)!=TS_NOT_OPER) tapestate_set(ti,TS_IDLE); in tapeblock_end_request()
304 tapestate_set(ti,TS_IDLE);
356 if (tapestate_get(ti)!=TS_IDLE) {
360 if (tapestate_get(ti)!=TS_IDLE) BUG();
450 tapestate_set (ti, TS_IDLE);
455 tapestate_set (ti, TS_IDLE);
466 tapestate_set (ti, TS_IDLE);
470 tapestate_set (ti, TS_IDLE);
[all …]
Dtapechar.c202 tapestate_set(ti,TS_IDLE); in tape_read()
213 tapestate_set (ti, TS_IDLE); in tape_read()
224 tapestate_set (ti, TS_IDLE); in tape_read()
228 tapestate_set (ti, TS_IDLE); in tape_read()
296 tapestate_set (ti, TS_IDLE); in tape_write()
301 tapestate_set (ti, TS_IDLE); in tape_write()
314 tapestate_set (ti, TS_IDLE); in tape_write()
318 tapestate_set (ti, TS_IDLE); in tape_write()
458 tapestate_set (ti, TS_IDLE); in tape_mtioctop()
497 tapestate_set (ti, TS_IDLE); in tape_mtioctop()
[all …]
Dtape.h24 TS_UNUSED=0, TS_IDLE, TS_DONE, TS_FAILED, enumerator
Dtape34xx.c2276 if ((tapestate_get(ti)!=TS_UNUSED) && (tapestate_get(ti)!=TS_IDLE)) { in tape34xx_error_recovery_has_failed()
2323 if ((tapestate_get(ti)!=TS_UNUSED) && (tapestate_get(ti)!=TS_IDLE)) { in tape34xx_error_recovery_do_retry()
/linux-2.4.37.9/arch/sparc64/solaris/
Dtimod.c431 sock->state = TS_IDLE; in timod_putmsg()
467 if (sock->state != TS_UNBND && sock->state != TS_IDLE) { in timod_putmsg()
577 if (sock->state != TS_IDLE && sock->state != TS_DATA_XFER) { in timod_putmsg()
644 && sock->state == TS_IDLE) { in timod_getmsg()
733 if (ino->u.socket_i.type == SOCK_STREAM && sock->state == TS_IDLE) { in timod_getmsg()
799 if (ctl_maxlen > sizeof(udi) && sock->state == TS_IDLE) { in timod_getmsg()
820 if (error && ctl_maxlen > sizeof(udi) && sock->state == TS_IDLE) { in timod_getmsg()
Dsocksys.h66 #define TS_IDLE 3 /* idle */ macro