Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/sys/
H A Dsudev.h106 #define BRKDET 0x10 /* a break has arrived */ macro
/illumos-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c1647 if ((lsr & BRKDET) && in asyintr()
1810 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()
1843 if (lsr & (FRMERR|BRKDET)) in async_rxint()