Home
last modified time | relevance | path

Searched refs:DEV_STAT_ATTENTION (Results 1 – 9 of 9) sorted by relevance

/linux-2.4.37.9/drivers/s390/char/
Dtubttysiz.c145 if ((rc = tty3270_size_wait(tubp, flags, DEV_STAT_ATTENTION))) in tty3270_size()
267 (DEV_STAT_ATTENTION | DEV_STAT_DEV_END | DEV_STAT_UNIT_CHECK) in tty3270_size_int()
Dtubfs.c309 if (dsp->dstat & DEV_STAT_ATTENTION) in fs3270_int()
Dtubtty.c714 (DEV_STAT_ATTENTION | DEV_STAT_DEV_END | DEV_STAT_UNIT_CHECK) in tty3270_int()
732 if (dsp->dstat & DEV_STAT_ATTENTION) in tty3270_int()
/linux-2.4.37.9/include/asm-s390/
Dirq.h97 #define DEV_STAT_ATTENTION 0x80 macro
/linux-2.4.37.9/include/asm-s390x/
Dirq.h97 #define DEV_STAT_ATTENTION 0x80 macro
/linux-2.4.37.9/drivers/s390/net/
Dctcmain.c2397 if (devstat->dstat & DEV_STAT_ATTENTION) in ctc_irq_handler()
2403 if (devstat->dstat & DEV_STAT_ATTENTION) { in ctc_irq_handler()
Dc7000.c2382 } else if (devstat->dstat & DEV_STAT_ATTENTION) { in c7000_check_csw()
/linux-2.4.37.9/Documentation/s390/
Dcds.txt873 DEV_STAT_ATTENTION - attention
/linux-2.4.37.9/drivers/s390/block/
Ddasd.c2319 if ((stat->dstat & DEV_STAT_ATTENTION ) && in dasd_int_handler()