Searched refs:reset (Results 1 - 25 of 1041) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFFrameLowering.cpp35 SavedRegs.reset(BPF::R6);
36 SavedRegs.reset(BPF::R7);
37 SavedRegs.reset(BPF::R8);
38 SavedRegs.reset(BPF::R9);
/freebsd-11-stable/usr.bin/tset/
H A DMakefile8 LINKS= ${BINDIR}/tset ${BINDIR}/reset
9 MLINKS= tset.1 reset.1
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DCFBundle.cpp40 reset(); // This class is a CFReleaser<CFBundleRef>
41 m_bundle_url.reset();
47 m_bundle_url.reset(::CFURLCreateWithFileSystemPath(
50 reset(::CFBundleCreate(alloc, m_bundle_url.get()));
H A DCFUtils.h34 virtual ~CFReleaser() { reset(); }
40 reset(copy.get());
55 void reset(T ptr = NULL) { function in class:CFReleaser
/freebsd-11-stable/tools/regression/usb/
H A Dusb_enum.t24 if [ -c /dev/$DEV ] && [ -r /dev/$DEV ] && usbconfig -d $DEV reset ; then
/freebsd-11-stable/contrib/unbound/daemon/
H A Dstats.h78 * @param reset: if stats can be reset.
81 struct ub_stats_info* s, int reset);
88 * @param reset: if true, depending on config stats are reset.
89 * if false, statistics are not reset.
92 int reset);
97 * @param reset: if true, depending on config stats are reset.
98 * if false, statistics are not reset
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DObjectYAML.cpp37 ObjectFile.Elf.reset(new ELFYAML::Object());
40 ObjectFile.Coff.reset(new COFFYAML::Object());
43 ObjectFile.MachO.reset(new MachOYAML::Object());
46 ObjectFile.FatMachO.reset(new MachOYAML::UniversalBinary());
50 ObjectFile.Minidump.reset(new MinidumpYAML::Object());
53 ObjectFile.Wasm.reset(new WasmYAML::Object());
/freebsd-11-stable/contrib/llvm-project/lld/Common/
H A DMemory.cpp20 alloc->reset();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DCleanupInfo.h33 void reset() { function in class:clang::CleanupInfo
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_profile_collector.h60 /// The reset function will clear out any internal memory held by the
63 void reset();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.cpp56 CallLoweringInfo.reset(new RISCVCallLowering(*getTargetLowering()));
57 Legalizer.reset(new RISCVLegalizerInfo(*this));
60 RegBankInfo.reset(RBI);
61 InstSelector.reset(createRISCVInstructionSelector(
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_reset.c44 void __iomem *reset; local
66 * save off the PCI header before reset and then restore it
92 reset = ioremap(pci_resource_start(dev->persist->pdev, 0) +
95 if (!reset) {
97 mlx4_err(dev, "Couldn't map HCA reset register, aborting\n");
104 sem = readl(reset + MLX4_SEM_OFFSET);
114 iounmap(reset);
118 /* actually hit reset */
119 writel(MLX4_RESET_VALUE, reset + MLX4_RESET_OFFSET);
120 iounmap(reset);
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DExecutionContext.cpp168 m_target_sp.reset();
169 m_process_sp.reset();
170 m_thread_sp.reset();
171 m_frame_sp.reset();
266 m_target_sp.reset();
273 m_process_sp.reset();
280 m_thread_sp.reset();
287 m_frame_sp.reset();
296 m_process_sp.reset();
297 m_thread_sp.reset();
[all...]
/freebsd-11-stable/contrib/gdb/gdb/mi/
H A Dmi-cmd-env.c118 int reset = 0; local
151 reset = 1;
159 if (reset)
192 int reset = 0; local
223 reset = 1;
230 if (reset)
252 /* We want original execution path to reset to, if desired later. */
/freebsd-11-stable/etc/
H A Dddb.conf12 script kdb.enter.panic=textdump set; capture on; run lockinfo; show pcpu; bt; ps; alltrace; capture off; call doadump; reset
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Common/
H A DMemory.h41 virtual void reset() = 0;
46 void reset() override { alloc.DestroyAll(); }
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DConcreteSymbolEnumerator.h43 void reset() override { Enumerator->reset(); }
H A DIPDBEnumChildren.h29 virtual void reset() = 0;
42 virtual void reset() override {}
/freebsd-11-stable/sys/dev/mlx5/
H A Dcmd.h48 bool reset, void *out, int out_size);
/freebsd-11-stable/sbin/nvmecontrol/
H A DMakefile6 perftest.c reset.c nvme_util.c power.c util.c wdc.c
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIADataStream.h25 void reset() override;
H A DDIAEnumDebugStreams.h28 void reset() override;
H A DDIAEnumFrameData.h26 void reset() override;
H A DDIAEnumInjectedSources.h27 void reset() override;
H A DDIAEnumLineNumbers.h27 void reset() override;

Completed in 193 milliseconds

1234567891011>>