Home
last modified time | relevance | path

Searched full:rxp (Results 1 – 16 of 16) sorted by relevance

/freebsd/sys/contrib/libsodium/msvc-scripts/
H A Drep.vbs1 Dim pat, patparts, rxp, inp
4 Set rxp = new RegExp
5 rxp.Global = True
6 rxp.Multiline = False
7 rxp.Pattern = patparts(1)
10 WScript.Echo rxp.Replace(inp, patparts(2))
/freebsd/sys/dev/fxp/
H A Dif_fxp.c241 struct fxp_rx *rxp);
243 struct fxp_rx *rxp);
245 struct fxp_rx *rxp);
429 struct fxp_rx *rxp; in fxp_attach() local
770 rxp = &sc->fxp_desc.rx_list[i]; in fxp_attach()
771 error = bus_dmamap_create(sc->fxp_rxmtag, 0, &rxp->rx_map); in fxp_attach()
776 if (fxp_new_rfabuf(sc, rxp) != 0) { in fxp_attach()
780 fxp_add_rfabuf(sc, rxp); in fxp_attach()
928 struct fxp_rx *rxp; in fxp_release() local
953 rxp = &sc->fxp_desc.rx_list[i]; in fxp_release()
[all …]
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_rpcb_pxy.c555 rpcb_xact_t *rxp; in ipf_p_rpcb_insert() local
557 rxp = ipf_p_rpcb_lookup(rs, rx->rx_xid); in ipf_p_rpcb_insert()
558 if (rxp != NULL) { in ipf_p_rpcb_insert()
559 ++rxp->rx_ref; in ipf_p_rpcb_insert()
566 KMALLOC(rxp, rpcb_xact_t *); in ipf_p_rpcb_insert()
567 if (rxp == NULL) in ipf_p_rpcb_insert()
570 bcopy((char *)rx, (char *)rxp, sizeof(*rx)); in ipf_p_rpcb_insert()
573 rs->rs_rxlist->rx_pnext = &rxp->rx_next; in ipf_p_rpcb_insert()
575 rxp->rx_pnext = &rs->rs_rxlist; in ipf_p_rpcb_insert()
576 rxp->rx_next = rs->rs_rxlist; in ipf_p_rpcb_insert()
[all …]
/freebsd/sys/dev/uart/
H A Duart_core.c345 int rxp; in uart_intr_rxready() local
347 rxp = sc->sc_rxput; in uart_intr_rxready()
352 while (rxp != sc->sc_rxput) { in uart_intr_rxready()
353 kdb_alt_break(sc->sc_rxbuf[rxp++], &sc->sc_altbrk); in uart_intr_rxready()
354 if (rxp == sc->sc_rxbufsz) in uart_intr_rxready()
355 rxp = 0; in uart_intr_rxready()
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dwm8753.txt25 * RXP
H A Dwlf,wm8753.yaml21 * RXP
H A Dnvidia,tegra-audio-wm8753.yaml48 - RXP
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dphy-miphy28lp.txt41 - st,px_rx_pol_inv : to invert polarity of RXn/RXp (respectively negative line and positive
/freebsd/contrib/libarchive/libarchive/test/
HDtest_read_format_7zip_lzma2_powerpc.7z.uu7 MNF\X^*^Y;RXP>O=WDX`WFTS!C`ZZ+4=K-.AWX[@*@)]I$[S6<!?17>4O;XZL
/freebsd/sys/dev/netmap/
H A Dnetmap_generic.c184 void generic_rate(int txp, int txs, int txi, int rxp, int rxs, int rxi) in generic_rate() argument
189 if (rxp) rate_ctx.new.rxpkt++; in generic_rate()
H A Dnetmap_kern.h2190 void generic_rate(int txp, int txs, int txi, int rxp, int rxs, int rxi);
2192 #define generic_rate(txp, txs, txi, rxp, rxs, rxi) argument
/freebsd/sys/contrib/openzfs/scripts/
H A Dcstyle.pl879 my $rxp = "[^\Q$_\E]*\Q$_\E";
880 $rest =~ s/^$rxp//;
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_perfmgr.c1732 "RXP: %"PRIu64" ?< %"PRIu64"\n" in perfmgr_check_data_cnt_oob_clear()
/freebsd/sys/dev/bce/
H A Dif_bce.c4206 /* Delay RXP start until initialization is complete. */ in bce_init_rxp_cpu()
5214 /* Enable the RXP. */ in bce_blockinit()
10138 BCE_PRINTF(" RXP 0x%08X 0x%08X 0x%08X 0x%08X 0x%08X\n", in bce_dump_ftqs()
11043 /* Prints out the RXP processor state. */
11056 " RXP State " in bce_dump_rxp_state()
/freebsd/sys/dev/msk/
H A Dif_mskreg.h1292 #define PHY_MARV_FE_VCT_RX 0x1b /* 16 bit r/o VCT Reg. for RXP/N Pins */
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dhsi_struct_def.h54834 /* RXP gparse block type */
54936 /* RXP gparse block type */
55039 /* RXP gparse block type */
55138 /* RXP gparse block type */
57764 * For blktype rxp, re_gparse, te_gparse -
57783 /* RXP gparse block type */
57890 * For blktype rxp, re_gparse, te_gparse -
57909 /* RXP gparse block type */
58038 /* RXP gparse block type */
58160 /* RXP block type */
[all …]