Home
last modified time | relevance | path

Searched refs:RSETCLK (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/cmd/ttymon/
H A Dsttytable.c323 "rsetcoff", RSETCOFF, RSETCLK,
324 "rsetcrbrg", RSETCRBRG, RSETCLK,
325 "rsetctbrg", RSETCTBRG, RSETCLK,
326 "rsetctset", RSETCTSET, RSETCLK,
327 "rsetcrset", RSETCRSET, RSETCLK,
328 "async", XCIBRG|RCIBRG|TSETCOFF|RSETCOFF, XMTCLK|RCVCLK|TSETCLK|RSETCLK,
H A Dstty.c484 switch (m & RSETCLK) { in prmodes()
676 switch (m & RSETCLK) { in pramodes()
/titanic_44/usr/src/ucbcmd/stty/
H A Dsttytable.c328 "rsetcoff", RSETCOFF, RSETCLK,
329 "rsetcrc", RSETCRBRG, RSETCLK,
330 "rsetcxc", RSETCTBRG, RSETCLK,
332 XCIBRG|RCIBRG|TSETCOFF|RSETCOFF, XMTCLK|RCVCLK|TSETCLK|RSETCLK,
H A Dstty.c450 switch (m & RSETCLK) { in prmodes()
635 switch (m & RSETCLK) { in pramodes()
/titanic_44/usr/src/uts/common/sys/
H A Dtermiox.h94 #define RSETCLK 0007000 /* Receiver Signal Element */ macro