Home
last modified time | relevance | path

Searched refs:OVRRUN (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4/sys/
H A Dsudev.h103 #define OVRRUN 0x02 /* overrun error */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Dasy.h101 #define OVRRUN 0x02 /* overrun error */ macro
/illumos-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c1810 if (lsr & (RCA|PARERR|FRMERR|BRKDET|OVRRUN)) { in async_rxint()
1816 while (lsr & (RCA|PARERR|FRMERR|BRKDET|OVRRUN)) { in async_rxint()
1838 if (lsr & (PARERR|FRMERR|BRKDET|OVRRUN)) { in async_rxint()
1845 if (lsr & OVRRUN) { in async_rxint()
/illumos-gate/usr/src/uts/common/io/
H A Dasy.c2464 while (lsr & (RCA|PARERR|FRMERR|BRKDET|OVRRUN)) { in async_rxint()
2475 while (lsr & (RCA|PARERR|FRMERR|BRKDET|OVRRUN)) { in async_rxint()
2519 if (lsr & (PARERR|FRMERR|BRKDET|OVRRUN)) { in async_rxint()
2527 if (lsr & OVRRUN) { in async_rxint()