Home
last modified time | relevance | path

Searched refs:rts (Results 1 – 25 of 190) sorted by relevance

12345678

/freebsd/sbin/routed/
H A Dtrace.c582 print_rts(struct rt_spare *rts, in print_rts() argument
593 (void)fprintf(ftrace, "metric=%-2d ", rts->rts_metric); in print_rts()
595 (void)fprintf(ftrace, "%s ", (rts->rts_ifp == NULL ? in print_rts()
596 "if?" : rts->rts_ifp->int_name)); in print_rts()
598 || (force_router == 0 && rts->rts_router != rts->rts_gate)) in print_rts()
600 naddr_ntoa(rts->rts_router)); in print_rts()
602 (void)fprintf(ftrace, "%s ", ts(rts->rts_time)); in print_rts()
604 || (force_tag == 0 && rts->rts_tag != 0)) in print_rts()
605 (void)fprintf(ftrace, "tag=%#x ", ntohs(rts->rts_tag)); in print_rts()
606 if (rts->rts_de_ag != 0) { in print_rts()
[all …]
H A Dinput.c781 struct rt_spare *rts, *rts0; in input_route() local
842 for (rts = rts0, i = NUM_SPARES; i != 0; i--, rts++) { in input_route()
843 if (rts->rts_router == new->rts_router) in input_route()
849 || BETTER_LINK(rt, rts0, rts)) in input_route()
850 rts0 = rts; in input_route()
862 if (new->rts_de_ag > rts->rts_de_ag in input_route()
863 && now_stale <= rts->rts_time) in input_route()
869 if (rts->rts_metric == HOPCNT_INFINITY in input_route()
871 new->rts_time = rts->rts_time; in input_route()
880 if (new->rts_metric > rts->rts_metric) in input_route()
[all …]
H A Dtable.c1706 struct rt_spare *rts; in rtadd() local
1710 for (rts = rt->rt_spares, i = NUM_SPARES; i != 0; i--, rts++) in rtadd()
1711 rts->rts_metric = HOPCNT_INFINITY; in rtadd()
1799 struct rt_spare *rts, *rts1; in rts_better() local
1803 rts = rt->rt_spares+1; in rts_better()
1804 for (i = NUM_SPARES, rts1 = rts+1; i > 2; i--, rts1++) { in rts_better()
1805 if (BETTER_LINK(rt,rts1,rts)) in rts_better()
1806 rts = rts1; in rts_better()
1809 return rts; in rts_better()
1817 struct rt_spare *rts) in rtswitch() argument
[all …]
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6qdl-dhcom-drc02.dtsi15 * Tx and Rx are routed to the DHCOM UART1 rts/cts pins. Therefore the micro SD
16 * card must be disabled and the uart1 rts/cts must be output on other DHCOM
73 * DHCOM UART1 rts/cts pins. Therefore this UART have to use DHCOM GPIOs
74 * for rts/cts. So configure DHCOM GPIO I as rts and GPIO M as cts.
80 rts-gpios = <&gpio4 8 GPIO_ACTIVE_HIGH>; /* GPIO I */
86 * controlled by DHCOM GPIO P. So remove rts/cts pins and the property
88 * rts-gpios. The RS485_RX_En is controlled by DHCOM GPIO Q, see gpio1
95 rts-gpios = <&gpio7 13 GPIO_ACTIVE_HIGH>; /* GPIO P */
120 * I: uart1 rts
H A Dimx6ull-dhcom-drc02.dts90 rts-gpios = <&gpio1 18 GPIO_ACTIVE_HIGH>; /* GPIO I */
98 rts-gpios = <&gpio4 26 GPIO_ACTIVE_HIGH>; /* GPIO P */
/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.c741 struct pci_xhci_rtsregs *rts; in pci_xhci_insert_event() local
749 rts = &sc->rtsregs; in pci_xhci_insert_event()
751 erdp = rts->intrreg.erdp & ~0xF; in pci_xhci_insert_event()
752 erdp_idx = (erdp - rts->erstba_p[rts->er_deq_seg].qwEvrsTablePtr) / in pci_xhci_insert_event()
758 erdp_idx, rts->er_deq_seg, rts->er_enq_idx, in pci_xhci_insert_event()
759 rts->er_enq_seg, rts->event_pcs)); in pci_xhci_insert_event()
761 erdp, rts->erstba_p->qwEvrsTablePtr, in pci_xhci_insert_event()
762 rts->erstba_p->dwEvrsTableSize, do_intr)); in pci_xhci_insert_event()
764 evtrbptr = &rts->erst_p[rts->er_enq_idx]; in pci_xhci_insert_event()
767 if (rts->er_events_cnt >= rts->erstba_p->dwEvrsTableSize) { in pci_xhci_insert_event()
[all …]
/freebsd/sys/dev/ath/ath_rate/sample/
H A Dsample.h137 int rts, cts; in calc_usecs_unicast_packet() local
185 rts = cts = 0; in calc_usecs_unicast_packet()
190 rts = 1; in calc_usecs_unicast_packet()
198 rts = 1; in calc_usecs_unicast_packet()
201 if (rts || cts) { in calc_usecs_unicast_packet()
211 if (rts) /* SIFS + CTS */ in calc_usecs_unicast_packet()
/freebsd/contrib/tcsh/nls/german/
H A Dset314 12 Gehe mit Tab vorwärts durch die Dateiliste
15 13 Gehe mit Tab rückwärts durch die Dateiliste
39 37 Suche rückwärts in History nach Zeile mit gleichem Anfang
40 38 Suche vorwärts in History nach Zeile mit gleichem Anfang
42 40 Incrementelle Suche (vorwärts)
43 41 Incrementelle Suche (rückwärts)
95 93 Vi gehe zum angegebenen Zeichen rückwärts
96 94 Vi gehe zum angegebenen Zeichen vorwärts
97 95 Vi gehe hoch zum angegebenen Zeichen rückwärts
98 96 Vi gehe hoch zum angegebenen Zeichen vorwärts
[all …]
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dmarvell,armada-370-pinctrl.txt24 mpp8 8 gpio, ge0(txd2), uart0(rts), tdm(drx), audio(bclk)
43 mpp22 22 gpo, ge0(txd6), ge1(txd2), uart0(rts)
61 mpp40 40 gpio, dev(ad1), uart1(rts), uart0(rts)
69 mpp48 48 gpio, dev(ad9), uart0(rts), sd0(cmd), sata1(prsnt),
86 mpp58 58 gpio, dev(cs0), uart1(rts), tdm(int), audio(extclk),
87 uart0(rts)
88 mpp59 59 gpo, dev(ale0), uart1(rts), uart0(rts), audio(bclk)
H A Dmarvell,kirkwood-pinctrl.txt32 mpp8 8 gpio, twsi0(sda), uart0(rts), uart1(rts), ptp(clk),
42 mpp15 15 gpio, sdio(d1), uart0(rts), uart1(txd)
70 mpp8 8 gpio, twsi0(sda), uart0(rts), uart1(rts), ptp(clk),
80 mpp15 15 gpio, sdio(d1), uart0(rts), uart1(txd), sata0(act)
114 mpp8 8 gpio, twsi0(sda), uart0(rts), uart1(rts), ptp(clk),
124 mpp15 15 gpio, sdio(d1), uart0(rts), uart1(txd), sata0(act)
163 mpp8 8 gpio, twsi0(sda), uart0(rts), uart1(rts), ptp(clk),
173 mpp15 15 gpio, sdio(d1), uart0(rts), uart1(txd), sata0(act)
226 mpp8 8 gpio, twsi0(sda), uart0(rts), uart1(rts), mii(col),
236 mpp15 15 gpio, sdio(d1), uart0(rts), uart1(txd), sata0(act),
[all …]
H A Dmarvell,armada-39x-pinctrl.txt22 mpp4 4 gpio, ua1(txd), ua0(rts), smi(mdc)
38 mpp20 20 gpio, sata0(prsnt) [1], ua0(rts), ua1(txd), smi(mdc)
44 mpp25 25 gpio, spi0(cs0), ua0(rts), ua1(txd), sd0(d5), dev(cs0)
59 mpp40 40 gpio, i2c1(sda), ua0(rts), sd0(d2), dev(ad6), ge(rxd3)
61 mpp42 42 gpio, ua1(txd), ua0(rts), dev(ad7)
78 mpp56 56 gpio, ua1(rts), dram(deccerr), spi1(mosi), ua1(txd)
H A Dmarvell,armada-38x-pinctrl.txt22 mpp4 4 gpio, ge(mdc), ua1(txd), ua0(rts)
38 mpp20 20 gpio, ge0(txclk), ptp(clk), sata0(prsnt), ua0(rts)
43 mpp25 25 gpio, spi0(cs0), ua0(rts), ua1(txd), sd0(d5), dev(cs0)
58 mpp40 40 gpio, i2c1(sda), ge1(rxd3), ua0(rts), sd0(d2), dev(ad6)
60 mpp42 42 gpio, ua1(txd), ua0(rts), dev(ad7)
74 mpp56 56 gpio, ua1(rts), ge(mdc), dram(deccerr), spi1(mosi), ua1(txd)
H A Dmarvell,armada-xp-pinctrl.txt63 mpp41 41 gpio, spi0(cs2), uart2(rts), lcd(vga-vsync), sata1(prsnt),
66 mpp43 43 gpio, uart2(txd), uart0(rts), spi0(cs3), pcie(rstout),
70 mpp45 45 gpio, uart2(rts), uart3(txd), spi0(cs5), sata1(prsnt),
72 mpp46 46 gpio, uart3(rts), uart1(rts), spi0(cs6), sata0(prsnt),
H A Dmarvell,dove-pinctrl.txt18 mpp0 0 gpio, pmu, uart2(rts), sdio0(cd), lcd0(pwm), pmu*
21 uart1(rts), pmu*
24 mpp4 4 gpio, pmu, uart3(rts), sdio1(cd), spi1(miso), pmu*
33 mpp12 12 gpio, pmu, uart2(rts), audio0(extclk), sdio1(cd),
39 mpp16 16 gpio, uart3(rts), sdio0(cd), ac97(sdi1), lcd-spi(cs1)
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Dam335x-nano.dts170 rts-gpio = <&gpio0 13 GPIO_ACTIVE_HIGH>;
171 rs485-rts-active-high;
173 rs485-rts-delay = <1 1>;
181 rts-gpio = <&gpio2 15 GPIO_ACTIVE_HIGH>;
182 rs485-rts-active-high;
183 rs485-rts-delay = <1 1>;
190 rts-gpio = <&gpio2 17 GPIO_ACTIVE_HIGH>;
191 rs485-rts-active-high;
193 rs485-rts-delay = <1 1>;
201 rts-gpio = <&gpio0 9 GPIO_ACTIVE_HIGH>;
[all …]
/freebsd/sys/netinet/khelp/
H A Dh_ertt.c204 uint32_t measurenext, rts; in ertt_packet_measurement_hook() local
216 measurenext = measurenext_len = multiack = rts = rtt_bytes_adjust = 0; in ertt_packet_measurement_hook()
231 rts = 0; in ertt_packet_measurement_hook()
293 rts = to->to_tsecr; in ertt_packet_measurement_hook()
295 if (!e_t->dlyack_rx && TSTMP_LT(rts, txsi->tx_ts)) in ertt_packet_measurement_hook()
302 if (TSTMP_GT(rts, txsi->tx_ts)) { in ertt_packet_measurement_hook()
319 if (rts == txsi->tx_ts && in ertt_packet_measurement_hook()
/freebsd/sys/contrib/device-tree/Bindings/serial/
H A Dsirf-uart.txt13 - rts-gpios: RTS pin for USP-based UART if uart-has-rtscts is true
27 On the board-specific dts, we can put rts-gpios and cts-gpios like
32 rts-gpios = <&gpio 15 0>;
H A Dfsl-imx-uart.txt15 - rs485-rts-delay, rs485-rts-active-low, rs485-rx-during-tx,
17 you must enable either the "uart-has-rtscts" or the "rts-gpios"
H A Domap_serial.txt25 - rs485-rts-delay, rs485-rx-during-tx, linux,rs485-enabled-at-boot-time: see rs485.txt
26 - rs485-rts-active-high: drive RTS high when sending (default is low).
/freebsd/share/timedef/
H A Det_EE.ISO8859-15.src9 m�rts
23 m�rts
71 m�rts
H A Det_EE.UTF-8.src9rts
23rts
71rts
/freebsd/sys/contrib/device-tree/src/arm/microchip/
H A Daks-cdu.dts33 rs485-rts-delay = <0 0>;
39 rs485-rts-delay = <0 0>;
45 rs485-rts-delay = <0 0>;
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Datmel-usart.txt38 - {rts,cts,dtr,dsr,rng,dcd}-gpios: specify a GPIO for RTS/CTS/DTR/DSR/RI/DCD line respectively.
43 - rs485-rts-delay, rs485-rx-during-tx, linux,rs485-enabled-at-boot-time: see rs485.txt
59 rts-gpios = <&pioD 15 GPIO_ACTIVE_LOW>;
/freebsd/sys/contrib/device-tree/Bindings/arm/marvell/
H A Dcp110-system-controller.txt96 mpp5 5 gpio, dev(ad12), au(i2sdi), ge0(rxclk), tdm(intn), mss_uart(txd), uart1(rts), pcie1(clkreq), uart3(txd), ge(mdio)
102 mpp11 11 gpio, dev(wen1), ge0(txclkout), spi0(clk), spi1(clk), uart0(rts), led(clk), uart2(txd), sata0(present_act)
118 mpp27 27 gpio, dev(csn0), spi1(miso), mss_gpio4, ge0(rxd3), spi0(csn4), ge(mdio), sata0(present_act), uart0(rts), rei(in_cp2cp)
134 mpp43 43 gpio, sdio(card_detect), synce1(clk), au(i2sextclk), mss_uart(rxd), spi0(csn0), uart1(rts), xg(mdio), sata1(present_act), mss_gpio5, wakeup(out_cp2cp)
135 mpp44 44 gpio, ge1(txd2), uart0(rts), ptp(clk_cp2cp)
137 mpp46 46 gpio, ge1(txd1), uart1(rts)
151 mpp60 60 gpio, mss_gpio6, ptp(pulse), tdm(dtx), au(i2smclk), spi0(csn1), uart0(rts), led(data), uart1(rxd), sdio(d2)
/freebsd/tests/sys/kern/
H A Dsigwait.c28 struct timespec rts; in make_timespec() local
30 rts.tv_sec = s; in make_timespec()
31 rts.tv_nsec = ns; in make_timespec()
32 return (rts); in make_timespec()

12345678