Searched refs:rx (Results 1 - 25 of 142) sorted by last modified time

123456

/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c4778 static char rx[32]; local
4784 snprintf(rx, sizeof(rx), "r%u", num);
4786 return (rx);
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c28977 double rx = (double)realvalue; local
61979 int rx; local
[all...]
H A Dshell.c19035 int rx; local
19037 rx = sqlite3_prepare_v2(p->db,
19040 if( rx==SQLITE_OK && sqlite3_step(pStmt)==SQLITE_ROW ){
19047 rx = sqlite3_prepare_v2(p->db,
19073 int rx; local
19084 rx = sqlite3_prepare_v2(p->db, zSql, -1, &pStmt, 0);
19086 if( rx!=SQLITE_OK ){
19093 rx = sqlite3_prepare_v2(p->db, zSql, -1, &pStmt, 0);
19095 if( rx!=SQLITE_OK ){
H A DMakefile.in754 -exec chmod u+rwx,go+rx {} \; -o \
/freebsd-11-stable/contrib/unbound/
H A Dconfig.sub1234 | rl78 | romp | rs6000 | rx \
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c120 struct ipoib_cm_rx *rx,
130 rx_req = (struct ipoib_rx_buf *)&rx->rx_ring[id];
139 ret = ib_post_recv(rx->qp, wr, &bad_wr);
143 m_freem(rx->rx_ring[id].mb);
144 rx->rx_ring[id].mb = NULL;
301 struct ib_cm_id *cm_id, struct ipoib_cm_rx *rx)
310 rx->rx_ring = kzalloc(ipoib_recvq_size * sizeof *rx->rx_ring, GFP_KERNEL);
311 if (!rx->rx_ring) {
317 memset(rx
119 ipoib_cm_post_receive_nonsrq(struct ipoib_dev_priv *priv, struct ipoib_cm_rx *rx, struct ib_recv_wr *wr, struct ib_sge *sge, int id) argument
300 ipoib_cm_nonsrq_init_rx(struct ipoib_dev_priv *priv, struct ib_cm_id *cm_id, struct ipoib_cm_rx *rx) argument
762 struct ipoib_cm_rx *rx, *n; local
[all...]
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_freebsd.c338 * Intercept the rx routine in the standard device driver.
473 nm_os_generic_find_num_desc(struct ifnet *ifp, unsigned int *tx, unsigned int *rx) argument
H A Dnetmap_kern.h500 * (same size as the netmap ring), on rx rings we
507 struct mbq rx_queue; /* intercepted rx mbufs. */
512 enum txrx tx; /* kind of ring (tx or rx) */
517 * sets the nm_sync callback of each hardware tx(rx) kring to
520 * of the host tx(rx) ring to netmap_txsync_to_host
544 uint32_t mon_tail; /* last seen slot on rx */
1000 * - mit implements rx interrupt mitigation;
1041 * krings descriptors, with tx/rx meanings swapped:
1055 * - packets coming from the bridge go to the brwap rx rings,
1059 * - packets coming from the outside go to the hwna rx ring
[all...]
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_rpcb_pxy.c287 rpcb_xact_t *rx; local
298 rx = NULL;
316 rx = NULL; /* XXX gcc */
319 rv = ipf_p_rpcb_decoderep(fin, nat, rs, rm, &rx);
324 if (rx != NULL) {
326 ipf_p_rpcb_deref(rs, rx);
343 if (rx->rx_type == RPCB_RES_STRING)
345 else if (rx->rx_type == RPCB_RES_LIST)
354 if (rx != NULL) {
359 * finished with rx, an
425 rpcb_xact_t rx; local
868 rpcb_xact_t *rx; local
1046 rpcb_xact_t *rx; local
[all...]
/freebsd-11-stable/sys/x86/x86/
H A Dlocal_apic.c476 uint64_t r, r1, r2, rx; local
602 for (rx = 0; rx < LOOPS; rx++) {
1969 uint64_t rx; local
1975 for (rx = 0; delay == -1 || rx < lapic_ipi_wait_mult * delay; rx++) {
/freebsd-11-stable/contrib/file/src/
H A Dsoftmagic.c473 file_regex_t rx; local
479 rc = file_regcomp(&rx, "%[-0-9\\.]*s", REG_EXTENDED|REG_NOSUB);
481 file_regerror(&rx, rc, ms);
483 rc = file_regexec(&rx, fmt, 0, 0, 0);
486 file_regfree(&rx);
2172 file_regex_t rx; local
2179 rc = file_regcomp(&rx, m->value.s,
2183 file_regerror(&rx, rc, ms);
2192 file_regfree(&rx);
2205 rc = file_regexec(&rx, RCAS
[all...]
H A Dfuncs.c610 file_regex_t rx; local
613 rc = file_regcomp(&rx, pat, REG_EXTENDED);
615 file_regerror(&rx, rc, ms);
619 while (file_regexec(&rx, ms->o.buf, 1, &rm, 0) == 0) {
629 file_regfree(&rx);
634 file_regcomp(file_regex_t *rx, const char *pat, int flags) argument
637 rx->c_lc_ctype = newlocale(LC_CTYPE_MASK, "C", 0);
638 assert(rx->c_lc_ctype != NULL);
639 rx->old_lc_ctype = uselocale(rx
654 file_regexec(file_regex_t *rx, const char *str, size_t nmatch, regmatch_t* pmatch, int eflags) argument
665 file_regfree(file_regex_t *rx) argument
679 file_regerror(file_regex_t *rx, int rc, struct magic_set *ms) argument
[all...]
H A Dfile.h562 regex_t rx; member in struct:__anon10
H A Dapprentice.c2697 file_regex_t rx; local
2698 int rc = file_regcomp(&rx, m->value.s, REG_EXTENDED);
2701 file_regerror(&rx, rc, ms);
2703 file_regfree(&rx);
/freebsd-11-stable/contrib/file/
H A DMakefile.in620 -exec chmod u+rwx,go+rx {} \; -o \
H A Dconfig.sub1232 | rl78 | romp | rs6000 | rx \
/freebsd-11-stable/sys/dev/mxge/
H A Dif_mxge.c955 "working around rx filter bug\n",
2420 mxge_rx_ring_t *rx = &ss->rx_small; local
2425 rx->alloc_fail++;
2430 err = bus_dmamap_load_mbuf_sg(rx->dmat, map, m,
2436 rx->info[idx].m = m;
2437 rx->shadow[idx].addr_low =
2439 rx->shadow[idx].addr_high =
2444 mxge_submit_8rx(&rx->lanai[idx - 7], &rx->shadow[idx - 7]);
2453 mxge_rx_ring_t *rx local
2667 mxge_rx_ring_t *rx; local
2735 mxge_rx_ring_t *rx; local
[all...]
/freebsd-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c1404 int rx; local
1410 rx = Tcl_EvalObjEx(interp, pCmd, TCL_EVAL_DIRECT);
1412 if( rx==TCL_OK ){
1414 }else if( rx==TCL_ERROR ){
/freebsd-11-stable/contrib/apr-util/dbd/unsupported/
H A Dapr_dbd_freetds.c195 static const char *dbd_untaint(apr_pool_t *pool, regex_t *rx, const char *val) argument
198 if (rx == NULL) {
202 if (regexec(rx, val, 1, match, 0) == 0) {
389 static apr_status_t freetds_regfree(void *rx) argument
391 regfree((regex_t*)rx);
/freebsd-11-stable/sys/dev/bnxt/
H A Dif_bnxt.c1267 if (link_info->flow_ctrl.rx)
2208 if (link_info->flow_ctrl.tx & link_info->flow_ctrl.rx)
2212 else if (link_info->flow_ctrl.rx)
2229 link_info->last_flow_ctrl.rx = link_info->flow_ctrl.rx;
H A Dbnxt.h221 (link_info->last_flow_ctrl.rx != link_info->flow_ctrl.rx) || \
308 bool rx; member in struct:bnxt_flow_ctrl
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DExecutionDomainFix.cpp70 void ExecutionDomainFix::setLiveReg(int rx, DomainValue *dv) { argument
71 assert(unsigned(rx) < NumRegs && "Invalid index");
74 if (LiveRegs[rx] == dv)
76 if (LiveRegs[rx])
77 release(LiveRegs[rx]);
78 LiveRegs[rx] = retain(dv);
81 void ExecutionDomainFix::kill(int rx) { argument
82 assert(unsigned(rx) < NumRegs && "Invalid index");
84 if (!LiveRegs[rx])
87 release(LiveRegs[rx]);
91 force(int rx, unsigned domain) argument
[all...]
/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-mgmt.c1480 * @rx : A field to return the pause reception capability of the NIC.
1486 void xge_hal_getpause_data(xge_hal_device_h devh, int *tx, int *rx) argument
1497 *rx = 1;
1505 * @rx: A field that indicates the pause reception capability to be
1514 int xge_hal_setpause_data(xge_hal_device_h devh, int tx, int rx) argument
1526 if (rx)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DExecutionDomainFix.h170 /// Set LiveRegs[rx] = dv, updating reference counts.
171 void setLiveReg(int rx, DomainValue *DV);
173 /// Kill register rx, recycle or collapse any DomainValue.
174 void kill(int rx);
176 /// Force register rx into domain.
177 void force(int rx, unsigned domain);
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dconfig.sub306 | rl78 | rx \
431 | rl78-* | romp-* | rs6000-* | rx-* \

Completed in 1577 milliseconds

123456