Searched defs:SPEED (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/tput/
H A Dtput.c588 #define SPEED(mode) (mode.c_cflag & CBAUD) macro
595 #define SPEED(mode) (mode.sg_ospeed & 017) macro
618 CurrentBaudRate = speeds[SPEED(termmode)];
/illumos-gate/usr/src/lib/libcmd/common/
H A Dstty.c102 #define SPEED 5 macro
136 { "0", SPEED, C_FLAG, 0, B0 },
137 { "50", SPEED, C_FLAG, 0, B50 },
138 { "75", SPEED, C_FLAG, 0, B75 },
139 { "110", SPEED, C_FLAG, 0, B110 },
140 { "134", SPEED, C_FLAG, 0, B134 },
141 { "150", SPEED, C_FLAG, 0, B150 },
142 { "200", SPEED, C_FLAG, 0, B200 },
143 { "300", SPEED, C_FLAG, 0, B300 },
144 { "600", SPEED, C_FLA
[all...]
/illumos-gate/usr/src/uts/sun/io/
H A Dzs_async.c211 #define SPEED(cflag) \ macro
249 zslowat[SPEED(za->za_ttycommon.t_cflag)]) \
280 zshiwat[SPEED(za->za_ttycommon.t_cflag)])) \
1480 delay(ztdelay(SPEED(
2282 zsticks[SPEED(za->za_ttycommon.t_cflag)]);
2621 zs, zsticks[SPEED(za->za_ttycommon.t_cflag)]);
2824 delay(ztdelay(SPEED(za->za_ttycommon.t_cflag)));
2977 if ((baudrate = SPEED(za->za_ttycommon.t_cflag)) == 0) {

Completed in 64 milliseconds