Home
last modified time | relevance | path

Searched full:rce (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/sys/rpc/
H A Dreplay.c58 struct replay_cache_entry *rce);
114 struct replay_cache_entry *rce; in replay_alloc() local
119 rce = malloc(sizeof(*rce), M_RPC, M_NOWAIT|M_ZERO); in replay_alloc()
120 if (!rce) in replay_alloc()
122 rce->rce_hash = h; in replay_alloc()
123 rce->rce_msg = *msg; in replay_alloc()
124 bcopy(addr, &rce->rce_addr, addr->sa_len); in replay_alloc()
126 TAILQ_INSERT_HEAD(&rc->rc_cache[h], rce, rce_link); in replay_alloc()
127 TAILQ_INSERT_HEAD(&rc->rc_all, rce, rce_alllink); in replay_alloc()
129 return (rce); in replay_alloc()
[all …]
/freebsd/lib/libc/iconv/
H A Dcitrus_stdenc.c51 _citrus_stdenc_open(struct _citrus_stdenc * __restrict * __restrict rce, in _citrus_stdenc_open() argument
61 *rce = &_citrus_stdenc_default; in _citrus_stdenc_open()
121 *rce = ce; in _citrus_stdenc_open()
/freebsd/sys/contrib/device-tree/Bindings/arm/tegra/
H A Dnvidia,tegra234-cbb.yaml17 which include cluster fabrics BPMP, AON, PSC, SCE, RCE, DCE, FSI and
49 - nvidia,tegra234-rce-fabric
H A Dnvidia,tegra194-cbb.yaml20 "AON-NOC, SCE-NOC, RCE-NOC, BPMP-NOC, CV-NOC" and "CBB Central NOC"
51 - nvidia,tegra194-rce-noc
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp168 for (const MCRegisterCostEntry &RCE : Entries) { in addRegisterFile() local
169 const MCRegisterClass &RC = MRI.getRegClass(RCE.RegisterClassID); in addRegisterFile()
180 IPC = std::make_pair(RegisterFileIndex, RCE.Cost); in addRegisterFile()
182 Entry.AllowMoveElimination = RCE.AllowMoveElimination; in addRegisterFile()
/freebsd/usr.sbin/extattr/
H A Drmextattr.891 (Force.)
/freebsd/sys/contrib/device-tree/include/dt-bindings/memory/
H A Dtegra194-mc.h333 /* RCE read client */
335 /* RCE write client */
H A Dtegra234-mc.h472 /* RCE read client */
474 /* RCE write client */
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DELF.cpp41 .Case("rce", EM_RCE) in convertArchNameToEMachine()
251 return "rce"; in convertEMachineToArchName()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp55 regclass_iterator RCE, const char *const *SRINames, in TargetRegisterInfo() argument
60 SubRegIndexLaneMasks(SRILaneMasks), RegClassBegin(RCB), RegClassEnd(RCE), in TargetRegisterInfo()
/freebsd/contrib/file/magic/Magdir/
H A Delf139 >18 leshort 39 Motorola RCE,
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/
H A Dtegra234-clock.h412 /** @brief NAFLL clock source for RCE */
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_perfmgr_db.c329 "rce %" PRIu64 " <-- %" PRIu64 " (%" PRIu64 ")\n", in debug_dump_err_reading()
H A Dosm_perfmgr.c1194 "RCE: %"PRIu64" ?< %"PRIu64"\n" in perfmgr_check_oob_clear()
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/
H A Dtegra194.dtsi1548 rce-noc@be00000 {
1549 compatible = "nvidia,tegra194-rce-noc";
H A Dtegra234.dtsi3821 rce-fabric@be00000 {
3822 compatible = "nvidia,tegra234-rce-fabric";
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h271 regclass_iterator RCE, const char *const *SRINames,
/freebsd/sys/sys/
H A Delf_common.h228 #define EM_RCE 39 /* Motorola RCE. */
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h156 EM_RCE = 39, // Motorola RCE
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h640 _ELF_DEFINE_EM(EM_RCE, 39, "Motorola RCE") \
/freebsd/crypto/openssh/
H A Dconfigure.ac2973 AC_MSG_ERROR([OpenSSL 3.0.4 has a potential RCE in its RSA implementation (CVE-2022-2274)])
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c525 case EM_RCE: return "Motorola RCE"; in elf_machine()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1145 ENUM_ENT(EM_RCE, "Motorola RCE"),
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp13726 BuildRecoveryCallExprRAII RCE(SemaRef); in BuildRecoveryCallExpr() local
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in220 note = "See also \cite{Skovgaard:1978:RCE}.",
26913 @Article{Skovgaard:1978:RCE,

12