| /freebsd-12-stable/sys/dev/scc/ |
| D | scc_dev_z8530.c | 123 uint8_t bes, ip, src; in z8530_bfe_ipend() local 142 bes = scc_getmreg(bas, CHAN_A, CR_RSTXSI); in z8530_bfe_ipend() 143 if (bes & BES_BRK) in z8530_bfe_ipend() 146 SIGCHG(bes & BES_CTS, sig, SER_CTS, SER_DCTS); in z8530_bfe_ipend() 147 SIGCHG(bes & BES_DCD, sig, SER_DCD, SER_DDCD); in z8530_bfe_ipend() 148 SIGCHG(bes & BES_SYNC, sig, SER_DSR, SER_DDSR); in z8530_bfe_ipend() 158 bes = scc_getmreg(bas, CHAN_B, CR_RSTXSI); in z8530_bfe_ipend() 159 if (bes & BES_BRK) in z8530_bfe_ipend() 162 SIGCHG(bes & BES_CTS, sig, SER_CTS, SER_DCTS); in z8530_bfe_ipend() 163 SIGCHG(bes & BES_DCD, sig, SER_DCD, SER_DDCD); in z8530_bfe_ipend() [all …]
|
| /freebsd-12-stable/sys/dev/uart/ |
| D | uart_dev_z8530.c | 375 uint8_t bes; in z8530_bus_getsig() local 381 bes = uart_getmreg(&sc->sc_bas, RR_BES); in z8530_bus_getsig() 383 SIGCHG(bes & BES_CTS, sig, SER_CTS, SER_DCTS); in z8530_bus_getsig() 384 SIGCHG(bes & BES_DCD, sig, SER_DCD, SER_DDCD); in z8530_bus_getsig() 385 SIGCHG(bes & BES_SYNC, sig, SER_DSR, SER_DDSR); in z8530_bus_getsig() 431 uint8_t bes, ip, iv, src; in z8530_bus_ipend() local 470 bes = uart_getmreg(bas, RR_BES); in z8530_bus_ipend() 471 if (bes & BES_BRK) in z8530_bus_ipend() 474 SIGCHG(bes & BES_CTS, sig, SER_CTS, SER_DCTS); in z8530_bus_ipend() 475 SIGCHG(bes & BES_DCD, sig, SER_DCD, SER_DDCD); in z8530_bus_ipend() [all …]
|
| D | uart_dev_imx.c | 399 uint8_t bes; in imx_uart_bus_getsig() local 405 bes = GETREG(&sc->sc_bas, REG(USR2)); in imx_uart_bus_getsig() 408 SIGCHG(bes & FLD(USR2, DCDIN), sig, SER_DCD, SER_DDCD); in imx_uart_bus_getsig()
|
| /freebsd-12-stable/sys/mips/mediatek/ |
| D | uart_dev_mtk.c | 350 uint8_t bes; in mtk_uart_bus_getsig() local 357 bes = uart_getreg(&sc->sc_bas, UART_MSR_REG); in mtk_uart_bus_getsig() 360 SIGCHG(bes & UART_MSR_CTS, sig, SER_CTS, SER_DCTS); in mtk_uart_bus_getsig() 361 SIGCHG(bes & UART_MSR_DCD, sig, SER_DCD, SER_DDCD); in mtk_uart_bus_getsig() 362 SIGCHG(bes & UART_MSR_DSR, sig, SER_DSR, SER_DDSR); in mtk_uart_bus_getsig()
|
| /freebsd-12-stable/sys/dev/cp/ |
| D | if_cp.c | 1145 opte1->currnt.bes = c->currnt.bes; in cp_ioctl() 1158 opte1->total.bes = c->total.bes + c->currnt.bes; in cp_ioctl() 1171 opte1->interval[s].bes = c->interval[s].bes; in cp_ioctl() 1948 total.bes = c->total.bes + c->currnt.bes; in print_e1_stats() 1974 length += print_frac (s + length, 1, c->currnt.bes, c->cursec); in print_e1_stats() 1996 length += print_frac (s + length, 1, total.bes, totsec); in print_e1_stats()
|
| D | cpddk.h | 40 unsigned long bes; /* bursty errored seconds */ member
|
| /freebsd-12-stable/sys/dev/ctau/ |
| D | if_ct.c | 1358 opte1->currnt.bes = c->currnt.bes; in ct_ioctl() 1371 opte1->total.bes = c->total.bes + c->currnt.bes; in ct_ioctl() 1384 opte1->interval[s].bes = c->interval[s].bes; in ct_ioctl() 1886 total.bes = c->total.bes + c->currnt.bes; in print_e1_stats() 1912 length += print_frac (s + length, 1, c->currnt.bes, c->cursec); in print_e1_stats() 1934 length += print_frac (s + length, 1, total.bes, totsec); in print_e1_stats()
|
| D | ctddk.c | 710 c->total.bes += c->currnt.bes; in ct_g703_timer() 824 ++c->currnt.bes; in ct_e1timer_interrupt() 858 c->total.bes += c->currnt.bes; in ct_e1timer_interrupt()
|
| D | ctddk.h | 315 unsigned long bes; /* bursty errored seconds */ member
|
| /freebsd-12-stable/sys/dev/ce/ |
| D | if_ce.c | 1430 opte1->currnt.bes = c->currnt.bes; in ce_ioctl() 1443 opte1->total.bes = c->total.bes + c->currnt.bes; in ce_ioctl() 1456 opte1->interval[s].bes = c->interval[s].bes; in ce_ioctl() 2168 total.bes = c->total.bes + c->currnt.bes; 2194 length += print_frac (s + length, 1, c->currnt.bes, c->cursec); 2216 length += print_frac (s + length, 1, total.bes, totsec);
|
| D | ceddk.h | 53 unsigned long bes; /* bursty errored seconds */ member
|
| D | ceddk.c | 878 ++c->currnt.bes; in ce_e1_timer() 912 c->total.bes += c->currnt.bes; in ce_e1_timer() 924 c->currnt.bes = 0; in ce_e1_timer()
|
| /freebsd-12-stable/sbin/sconfig/ |
| D | sconfig.c | 447 print_frac (1, st.currnt.bes, st.cursec); in print_e1_stats() 471 print_frac (1, st.total.bes, st.totsec); in print_e1_stats() 497 print_frac (1, st.interval[i].bes, 15*60); in print_e1_stats()
|
| /freebsd-12-stable/sys/i386/include/ |
| D | cserial.h | 50 unsigned long bes; /* bursty errored seconds */ member
|
| /freebsd-12-stable/contrib/file/magic/Magdir/ |
| D | gnu | 35 #>20 ulelong >1 \bes
|
| /freebsd-12-stable/contrib/binutils/gas/po/ |
| D | gas.pot | 10628 msgid ".space/.bes repeat count is negative, ignored" 10632 msgid ".space/.bes repeat count is zero, ignored" 10977 msgid "non-absolute value used with .space/.bes" 10987 msgid "attempt to .space/.bes backwards? (%ld)"
|
| /freebsd-12-stable/share/dict/ |
| D | web2 | 21249 bes
|