| /freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | timing.cpp | 14 if (Manager) in ~Timer() 15 Manager->report(*this); in ~Timer() 18 ScopedTimer::ScopedTimer(TimingManager &Manager, const char *Name) in ScopedTimer() argument 19 : Timer(Manager.getOrCreateTimer(Name)) { in ScopedTimer() 23 ScopedTimer::ScopedTimer(TimingManager &Manager, const Timer &Nest, in ScopedTimer() argument 25 : Timer(Manager.nest(Nest, Name)) { in ScopedTimer()
|
| H A D | timing.h | 37 : StartTime(0), AccTime(Other.AccTime), Manager(Other.Manager), in Timer() 39 Other.Manager = nullptr; in Timer() 61 Manager = nullptr; in ignore() 66 Timer(TimingManager &Manager, u32 HandleId) in Timer() argument 67 : Manager(&Manager), HandleId(HandleId) {} in Timer() 71 TimingManager *Manager = nullptr; variable 80 ScopedTimer(TimingManager &Manager, const char *Name); 81 ScopedTimer(TimingManager &Manager, const Timer &Nest, const char *Name); 134 CHECK_EQ(T.Manager, this); in nest()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Telemetry/ |
| H A D | Telemetry.h | 145 class LLVM_ABI Manager { 147 Manager() = default; 148 virtual ~Manager() = default; 151 Manager(Manager const &) = delete; 152 Manager &operator=(Manager const &) = delete;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/AIX/ |
| H A D | NativeProcessAIX.cpp | 50 NativeProcessAIX::Manager::Manager(MainLoop &mainloop) in Manager() function in NativeProcessAIX::Manager 51 : NativeProcessProtocol::Manager(mainloop) { in Manager() 61 NativeProcessAIX::Manager::Launch(ProcessLaunchInfo &launch_info, in Launch() 94 NativeProcessAIX::Manager::Attach( in Attach() 135 void NativeProcessAIX::Manager::SigchldHandler() { in SigchldHandler() 143 void NativeProcessAIX::Manager::CollectThread(::pid_t tid) {} in CollectThread() 149 const ArchSpec &arch, Manager &manager, in NativeProcessAIX()
|
| H A D | NativeProcessAIX.h | 34 class Manager : public NativeProcessProtocol::Manager { 36 Manager(MainLoop &mainloop); 114 Manager &m_manager; 119 const ArchSpec &arch, Manager &manager,
|
| /freebsd/contrib/llvm-project/llvm/lib/Telemetry/ |
| H A D | Telemetry.cpp | 23 Error Manager::dispatch(TelemetryInfo *Entry) { in dispatch() 36 void Manager::addDestination(std::unique_ptr<Destination> Dest) { in addDestination() 40 Error Manager::preDispatch(TelemetryInfo *Entry) { return Error::success(); } in preDispatch()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeProcessNetBSD.h | 30 class Manager : public NativeProcessProtocol::Manager { 32 using NativeProcessProtocol::Manager::Manager;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeProcessFreeBSD.h | 33 class Manager : public NativeProcessProtocol::Manager { 35 using NativeProcessProtocol::Manager::Manager;
|
| /freebsd/contrib/llvm-project/lldb/tools/lldb-rpc/lldb-rpc-gen/ |
| H A D | lldb-rpc-gen.cpp | 79 SBVisitor(GeneratedByproducts &Byproducts, SourceManager &Manager, in SBVisitor() argument 83 : Byproducts(Byproducts), Manager(Manager), Context(Context), in SBVisitor() 127 return !Manager.isInMainFile(Decl->getBeginLoc()) || in ShouldSkipRecord() 210 SourceManager &Manager; member in SBVisitor 218 SBConsumer(GeneratedByproducts &Byproducts, SourceManager &Manager, in SBConsumer() argument 222 : Visitor(Byproducts, Manager, Context, std::move(ServerMethodOutputFile), in SBConsumer()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/ |
| H A D | NativeProcessProtocol.h | 271 class Manager { 273 Manager(MainLoop &mainloop) : m_mainloop(mainloop) {} in Manager() function 274 Manager(const Manager &) = delete; 275 Manager &operator=(const Manager &) = delete; 277 virtual ~Manager();
|
| /freebsd/lib/libc/rpc/ |
| H A D | rpc | 44 event 100101 na.event # SunNet Manager 45 logger 100102 na.logger # SunNet Manager 48 activity 100109 na.activity # SunNet Manager
|
| /freebsd/sys/contrib/device-tree/Bindings/edac/ |
| H A D | socfpga-eccmgr.txt | 1 Altera SoCFPGA ECC Manager 2 This driver uses the EDAC framework to implement the SOCFPGA ECC Manager. 3 The ECC Manager counts and corrects single bit errors and counts/handles 6 Cyclone5 and Arria5 ECC Manager 52 Arria10 SoCFPGA ECC Manager 53 The Arria10 SoC ECC Manager handles the IRQs for each peripheral 59 - altr,sysgr-syscon : phandle to Arria10 System Manager Block 65 - interrupt-controller : boolean indicator that ECC Manager is an interrupt controller 235 Stratix10 SoCFPGA ECC Manager (ARM64) 236 The Stratix10 SoC ECC Manager handles the IRQs for each peripheral [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/fpga/ |
| H A D | fpga-region.txt | 66 * In some implementations, the FPGA Manager transparently handles gating the 72 FPGA Manager 73 * An FPGA Manager is a hardware block that programs an FPGA under the control 128 * FPGA Manager 144 reconfiguration. It must include a phandle to an FPGA Manager. The base 155 If an FPGA Region does not specify an FPGA Manager, it will inherit the FPGA 156 Manager specified by its ancestor FPGA Region. This supports both the case 157 where the same FPGA Manager is used for all of an FPGA as well the case where 158 a different FPGA Manager is used for each region. 168 - fpga-mgr : should contain a phandle to an FPGA Manager [all...] |
| H A D | altera-socfpga-fpga-mgr.txt | 1 Altera SOCFPGA FPGA Manager 8 - interrupts : interrupt for the FPGA Manager device.
|
| /freebsd/sys/contrib/device-tree/Bindings/mailbox/ |
| H A D | ti,message-manager.txt | 1 Texas Instruments' Message Manager Driver 4 The Texas Instruments' Message Manager is a mailbox controller that has 10 Message Manager Device Node:
|
| /freebsd/contrib/llvm-project/lldb/tools/lldb-server/ |
| H A D | lldb-gdbserver.cpp | 66 typedef process_linux::NativeProcessLinux::Manager NativeProcessManager; 68 typedef process_freebsd::NativeProcessFreeBSD::Manager NativeProcessManager; 70 typedef process_netbsd::NativeProcessNetBSD::Manager NativeProcessManager; 72 typedef NativeProcessWindows::Manager NativeProcessManager; 75 class NativeProcessManager : public NativeProcessProtocol::Manager { 78 : NativeProcessProtocol::Manager(mainloop) {}
|
| /freebsd/share/doc/papers/relengr/ |
| H A D | ref.bib | 5 %B \s-1UNIX\s0 System Manager's Manual, 4.3 Berkeley Software Distribution, Virtual VAX-11 Version 13 %B \s-1UNIX\s0 System Manager's Manual, 4.3 Berkeley Software Distribution, Virtual VAX-11 Version
|
| /freebsd/crypto/openssl/doc/designs/quic-design/ |
| H A D | quic-fifm.md | 13 - the Transmitted Packet Information Manager (TXPIM); and 67 special case by the QUIC Send Stream Manager. `CRYPTO` frame retransmission 86 - The ability to determine, when the ACK Manager determines that a packet has 92 This is needed so that the QUIC Send Stream Manager for a given stream 100 This is needed so that the QUIC Send Stream Manager can be informed for a 273 The Transmitted Packet Information Manager (TXPIM) 278 The Transmitted Packet Information Manager (`QUIC_TXPIM`) is responsible for 301 Manager's `QUIC_ACKM_TX_PKT` structure into its per-packet bookkeeping 305 the ACK Manager data, and submit it via the FIFD which we introduce below. 315 * QUIC Transmitted Packet Information Manager [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | LegacyPassManagers.h | 205 void addPassManager(PMDataManager *Manager) { in addPassManager() argument 206 PassManagers.push_back(Manager); in addPassManager() 211 inline void addIndirectPassManager(PMDataManager *Manager) { in addIndirectPassManager() argument 212 IndirectPassManagers.push_back(Manager); in addIndirectPassManager()
|
| /freebsd/sys/contrib/device-tree/Bindings/soc/qcom/ |
| H A D | qcom,smem.txt | 1 Qualcomm Shared Memory Manager binding 3 This binding describes the Qualcomm Shared Memory Manager, used to share data
|
| H A D | qcom,apr.txt | 38 5 - Voice Stream Manager Service. 40 7 - Audio Stream Manager Service. 41 8 - Audio Device Manager Service.
|
| H A D | qcom,smd-rpm.txt | 1 Qualcomm Resource Power Manager (RPM) over SMD 3 This driver is used to interface with the Resource Power Manager (RPM) found in
|
| /freebsd/sys/contrib/device-tree/Bindings/reset/ |
| H A D | zynq-reset.txt | 1 Xilinx Zynq Reset Manager 14 The Zynq Reset Manager needs to be a childnode of the SLCR.
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ModuleManager.cpp | 477 static nodes_iterator nodes_begin(const ModuleManager &Manager) { in nodes_begin() 478 return nodes_iterator(Manager.begin()); in nodes_begin() 481 static nodes_iterator nodes_end(const ModuleManager &Manager) { in nodes_end() 482 return nodes_iterator(Manager.end()); in nodes_end()
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | convex | 28 # a dump that is dependent on Convex Storage Manager, because data in 34 24 belong =60014 dump format, Convex Storage Manager by-reference dump
|