Home
last modified time | relevance | path

Searched refs:Manager (Results 1 – 25 of 138) sorted by relevance

123456

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtiming.cpp14 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 Dtiming.h33 : StartTime(0), AccTime(Other.AccTime), Manager(Other.Manager), in Timer()
35 Other.Manager = nullptr; in Timer()
57 Manager = nullptr; in ignore()
62 Timer(TimingManager &Manager, u32 HandleId) in Timer() argument
63 : Manager(&Manager), HandleId(HandleId) {} in Timer()
67 TimingManager *Manager = nullptr; variable
76 ScopedTimer(TimingManager &Manager, const char *Name);
77 ScopedTimer(TimingManager &Manager, const Timer &Nest, const char *Name);
130 CHECK_EQ(T.Manager, this); in nest()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.h30 class Manager : public NativeProcessProtocol::Manager {
32 using NativeProcessProtocol::Manager::Manager;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.h33 class Manager : public NativeProcessProtocol::Manager {
35 using NativeProcessProtocol::Manager::Manager;
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h275 class Manager {
277 Manager(MainLoop &mainloop) : m_mainloop(mainloop) {} in Manager() function
278 Manager(const Manager &) = delete;
279 Manager &operator=(const Manager &) = delete;
281 virtual ~Manager();
/freebsd/lib/libc/rpc/
H A Drpc44 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 Dsocfpga-eccmgr.txt1 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 Dfpga-region.txt66 * 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 Daltera-socfpga-fpga-mgr.txt1 Altera SOCFPGA FPGA Manager
8 - interrupts : interrupt for the FPGA Manager device.
H A Dintel-stratix10-soc-fpga-mgr.txt1 Intel Stratix10 SoC FPGA Manager
H A Dxilinx-zynq-fpga-mgr.txt1 Xilinx Zynq FPGA Manager
/freebsd/sys/contrib/device-tree/Bindings/mailbox/
H A Dti,message-manager.txt1 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 Dlldb-gdbserver.cpp66 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 Dref.bib5 %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/contrib/llvm-project/llvm/include/llvm/IR/
H A DLegacyPassManagers.h9 // This file declares the LLVM Pass Manager infrastructure.
25 // The Pass Manager Infrastructure manages passes. It's responsibilities are:
33 // Pass Manager Infrastructure uses multiple pass managers. They are
204 void addPassManager(PMDataManager *Manager) { in addPassManager() argument
205 PassManagers.push_back(Manager); in addPassManager()
208 // Add Manager into the list of managers that are not directly
210 inline void addIndirectPassManager(PMDataManager *Manager) { in addIndirectPassManager() argument
211 IndirectPassManagers.push_back(Manager); in addIndirectPassManager()
325 /// RequiredPass is run on the fly by Pass Manager when P requests it
491 /// Pass Manager itsel
[all...]
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom,smem.txt1 Qualcomm Shared Memory Manager binding
3 This binding describes the Qualcomm Shared Memory Manager, used to share data
H A Dqcom,apr.txt38 5 - Voice Stream Manager Service.
40 7 - Audio Stream Manager Service.
41 8 - Audio Device Manager Service.
H A Dqcom,smd-rpm.txt1 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 Dzynq-reset.txt1 Xilinx Zynq Reset Manager
14 The Zynq Reset Manager needs to be a childnode of the SLCR.
H A Dsocfpga-reset.txt1 Altera SOCFPGA Reset Manager
/freebsd/contrib/file/magic/Magdir/
H A Dconvex28 # a dump that is dependent on Convex Storage Manager, because data in
34 24 belong =60014 dump format, Convex Storage Manager by-reference dump
/freebsd/sys/contrib/device-tree/Bindings/power/reset/
H A Dbrcm,bcm21664-resetmgr.txt1 Broadcom Kona Family Reset Manager
/freebsd/sys/contrib/device-tree/Bindings/thermal/
H A Ddove-thermal.txt10 three Thermal Manager registers, while the second range contains the
/freebsd/crypto/heimdal/lib/hdb/
H A Dhdb.asn178 HDB-Ext-Lan-Manager-OWF ::= OCTET STRING
100 lm-owf[4] HDB-Ext-Lan-Manager-OWF,
/freebsd/sys/contrib/device-tree/Bindings/arm/altera/
H A Dsocfpga-system.txt1 Altera SOCFPGA System Manager

123456