/freebsd/sys/rpc/ |
H A D | replay.c | 58 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 D | citrus_stdenc.c | 51 _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 D | nvidia,tegra234-cbb.yaml | 17 which include cluster fabrics BPMP, AON, PSC, SCE, RCE, DCE, FSI and 49 - nvidia,tegra234-rce-fabric
|
H A D | nvidia,tegra194-cbb.yaml | 20 "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 D | RegisterFile.cpp | 168 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 D | rmextattr.8 | 91 (Force.)
|
/freebsd/sys/contrib/device-tree/include/dt-bindings/memory/ |
H A D | tegra194-mc.h | 333 /* RCE read client */ 335 /* RCE write client */
|
H A D | tegra234-mc.h | 472 /* RCE read client */ 474 /* RCE write client */
|
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/ |
H A D | ELF.cpp | 41 .Case("rce", EM_RCE) in convertArchNameToEMachine() 251 return "rce"; in convertEMachineToArchName()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetRegisterInfo.cpp | 55 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 D | elf | 139 >18 leshort 39 Motorola RCE,
|
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/ |
H A D | tegra234-clock.h | 412 /** @brief NAFLL clock source for RCE */
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_perfmgr_db.c | 329 "rce %" PRIu64 " <-- %" PRIu64 " (%" PRIu64 ")\n", in debug_dump_err_reading()
|
H A D | osm_perfmgr.c | 1194 "RCE: %"PRIu64" ?< %"PRIu64"\n" in perfmgr_check_oob_clear()
|
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/ |
H A D | tegra194.dtsi | 1548 rce-noc@be00000 { 1549 compatible = "nvidia,tegra194-rce-noc";
|
H A D | tegra234.dtsi | 3821 rce-fabric@be00000 { 3822 compatible = "nvidia,tegra234-rce-fabric";
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetRegisterInfo.h | 271 regclass_iterator RCE, const char *const *SRINames,
|
/freebsd/sys/sys/ |
H A D | elf_common.h | 228 #define EM_RCE 39 /* Motorola RCE. */
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 156 EM_RCE = 39, // Motorola RCE
|
/freebsd/contrib/elftoolchain/common/ |
H A D | elfdefinitions.h | 640 _ELF_DEFINE_EM(EM_RCE, 39, "Motorola RCE") \
|
/freebsd/crypto/openssh/ |
H A D | configure.ac | 2973 AC_MSG_ERROR([OpenSSL 3.0.4 has a potential RCE in its RSA implementation (CVE-2022-2274)])
|
/freebsd/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 525 case EM_RCE: return "Motorola RCE"; in elf_machine()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 1145 ENUM_ENT(EM_RCE, "Motorola RCE"),
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 13726 BuildRecoveryCallExprRAII RCE(SemaRef); in BuildRecoveryCallExpr() local
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.in | 220 note = "See also \cite{Skovgaard:1978:RCE}.", 26913 @Article{Skovgaard:1978:RCE,
|