Symbol: BR
games/tetris/shapes.c
61
/* 5*/ { 5, 15, { ML, BR, MR, } },
games/tetris/shapes.c
64
/* 8*/ { 1, 1, { TC, MR, BR, } },
games/tetris/shapes.c
68
/*12*/ { 4, 13, { TC, BC, BR, } },
sys/arch/arm/imx/imxuart.c
2167
IMXUART_BARRIER(regsp, BR | BW);
sys/arch/arm/s3c2xx0/sscom.c
1967
SSCOM_BARRIER(sscomconstag, sscomconsioh, BR | BW);
sys/arch/arm/s3c2xx0/sscom.c
2042
SSCOM_BARRIER(sscom_kgdb_iot, sscom_kgdb_ioh, BR | BW);
sys/arch/arm/xilinx/zynq_uart.c
1942
ZYNQUART_BARRIER(regsp, BR | BW);
sys/arch/evbarm/dev/plcom.c
2079
PLCOM_BARRIER(pi, BR | BW);
sys/arch/evbarm/dev/plcom.c
2391
PLCOM_BARRIER(pi, BR | BW);
sys/arch/evbarm/dev/plcom.c
2465
PLCOM_BARRIER(pi, BR | BW);
sys/dev/ic/com.c
2770
COM_BARRIER(regsp, BR | BW);
usr.bin/tip/cu.c
142
BR = (long)strtoi(optarg, NULL, 0, 1, LONG_MAX, &e);
usr.bin/tip/cu.c
145
"failed, using %ld", optarg, BR);
usr.bin/tip/cu.c
170
BR = cmdlineBR;
usr.bin/tip/cu.c
215
(void)snprintf(sbuf, sizeof sbuf, "cu%d", (int)BR);
usr.bin/tip/cu.c
265
if (ttysetup((speed_t)BR) != 0) {
usr.bin/tip/cu.c
266
errx(3, "unsupported speed %ld", BR);
usr.bin/tip/cu.c
273
if (ttysetup((speed_t)BR) != 0) {
usr.bin/tip/cu.c
274
errx(3, "unsupported speed %ld", BR);
usr.bin/tip/cu.c
82
BR = DEFBR;
usr.bin/tip/remote.c
122
if (!BR && (cgetnum(bp, "br", &BR) == -1))
usr.bin/tip/remote.c
123
BR = DEFBR;
usr.bin/tip/remote.c
98
if (!BR)
usr.bin/tip/remote.c
99
BR = DEFBR;
usr.bin/tip/tip.c
104
long BR;
usr.bin/tip/tip.c
170
BR = cmdlineBR;
usr.bin/tip/tip.c
205
(void)snprintf(sbuf, sizeof sbuf, "tip%d", (int)BR);
usr.bin/tip/tip.h
77
extern long BR; /* line speed for conversation */
usr.bin/tip/vars.c
51
"ba", &BR },
usr.sbin/lpr/common_source/common.c
71
long BR; /* baud rate if lp is a tty */
usr.sbin/lpr/common_source/lp.h
40
extern long BR; /* baud rate if lp is a tty */
usr.sbin/lpr/lpd/printjob.c
1305
cgetnum(bp, "br", &BR);
usr.sbin/lpr/lpd/printjob.c
1547
if (BR > 0) {
usr.sbin/lpr/lpd/printjob.c
1551
if (BR == bp->baud)
usr.sbin/lpr/lpd/printjob.c
1554
syslog(LOG_ERR, "%s: illegal baud rate %d", printer, BR);
usr.sbin/lpr/lpd/printjob.c
1559
cfsetspeed(&i.t, BR);