Searched refs:rxp (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/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-current/sys/netpfil/ipfilter/netinet/
H A Dip_rpcb_pxy.c555 rpcb_xact_t *rxp; local
557 rxp = ipf_p_rpcb_lookup(rs, rx->rx_xid);
558 if (rxp != NULL) {
559 ++rxp->rx_ref;
566 KMALLOC(rxp, rpcb_xact_t *);
567 if (rxp == NULL)
570 bcopy((char *)rx, (char *)rxp, sizeof(*rx));
573 rs->rs_rxlist->rx_pnext = &rxp->rx_next;
575 rxp->rx_pnext = &rs->rs_rxlist;
576 rxp
821 ipf_p_rpcb_decoderep(fr_info_t *fin, nat_t *nat, rpcb_session_t *rs, rpc_msg_t *rm, rpcb_xact_t **rxp) argument
[all...]
/freebsd-current/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; local
776 rxp = &sc->fxp_desc.rx_list[i];
777 error = bus_dmamap_create(sc->fxp_rxmtag, 0, &rxp->rx_map);
782 if (fxp_new_rfabuf(sc, rxp) != 0) {
786 fxp_add_rfabuf(sc, rxp);
934 struct fxp_rx *rxp; local
961 rxp
1863 struct fxp_rx *rxp; local
2629 fxp_new_rfabuf(struct fxp_softc *sc, struct fxp_rx *rxp) argument
2691 fxp_add_rfabuf(struct fxp_softc *sc, struct fxp_rx *rxp) argument
2717 fxp_discard_rfabuf(struct fxp_softc *sc, struct fxp_rx *rxp) argument
[all...]
/freebsd-current/sys/dev/uart/
H A Duart_core.c345 int rxp; local
347 rxp = sc->sc_rxput;
352 while (rxp != sc->sc_rxput) {
353 kdb_alt_break(sc->sc_rxbuf[rxp++], &sc->sc_altbrk);
354 if (rxp == sc->sc_rxbufsz)
355 rxp = 0;
/freebsd-current/sys/contrib/openzfs/scripts/
H A Dcstyle.pl858 my $rxp = "[^\Q$_\E]*\Q$_\E";
859 $rest =~ s/^$rxp//;
/freebsd-current/sys/dev/netmap/
H A Dnetmap_generic.c184 void generic_rate(int txp, int txs, int txi, int rxp, int rxs, int rxi) argument
189 if (rxp) rate_ctx.new.rxpkt++;
H A Dnetmap_kern.h2169 void generic_rate(int txp, int txs, int txi, int rxp, int rxs, int rxi);
2171 #define generic_rate(txp, txs, txi, rxp, rxs, rxi)

Completed in 129 milliseconds