Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ttymon/
H A Dsttytable.c318 "tsetcoff", TSETCOFF, TSETCLK,
319 "tsetcrbrg", TSETCRBRG, TSETCLK,
320 "tsetctbrg", TSETCTBRG, TSETCLK,
321 "tsetctset", TSETCTSET, TSETCLK,
322 "tsetcrset", TSETCRSET, TSETCLK,
328 "async", XCIBRG|RCIBRG|TSETCOFF|RSETCOFF, XMTCLK|RCVCLK|TSETCLK|RSETCLK,
H A Dstty.c472 switch (m & TSETCLK) { in prmodes()
664 switch (m & TSETCLK) { in pramodes()
/titanic_44/usr/src/ucbcmd/stty/
H A Dsttytable.c325 "tsetcoff", TSETCOFF, TSETCLK,
326 "tsetcrc", TSETCRBRG, TSETCLK,
327 "tsetcxc", TSETCTBRG, TSETCLK,
332 XCIBRG|RCIBRG|TSETCOFF|RSETCOFF, XMTCLK|RCVCLK|TSETCLK|RSETCLK,
H A Dstty.c438 switch (m & TSETCLK) { in prmodes()
623 switch (m & TSETCLK) { in pramodes()
/titanic_44/usr/src/uts/common/sys/
H A Dtermiox.h80 #define TSETCLK 0000700 /* Transmitter Signal Element */ macro