Searched refs:reset (Results 326 - 350 of 1041) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBSymbolContext.cpp188 m_opaque_up.reset(new SymbolContext);
194 m_opaque_up.reset(new SymbolContext);
H A DSBTypeSummary.cpp25 m_opaque_up.reset(new TypeSummaryOptions());
115 m_opaque_up.reset(new TypeSummaryOptions(*lldb_object_ptr));
117 m_opaque_up.reset(new TypeSummaryOptions());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp430 process_sp.reset();
444 process_sp.reset();
594 m_dynamic_checkers_up.reset();
595 m_abi_sp.reset();
596 m_os_up.reset();
597 m_system_runtime_up.reset();
598 m_dyld_up.reset();
599 m_jit_loaders_up.reset();
615 m_next_event_action_up.reset();
720 event_sp_ptr->reset();
[all...]
/freebsd-11-stable/sys/dev/digi/
H A Ddigi_isa.c116 /* Invasive probe - reset the card */
123 DLOG(DIGIDB_INIT, (sc->dev, "got reset after %d iterations\n", i));
324 int reset; local
374 reset = FEPRST;
376 reset |= FEPMEM;
378 outb(sc->port, reset);
379 for (i = 0; (inb(sc->port) & FEPMASK) != reset; i++) {
381 device_printf(dev, "1st reset failed\n");
387 DLOG(DIGIDB_INIT, (sc->dev, "got reset after %d iterations\n", i));
/freebsd-11-stable/sys/arm/nvidia/drm2/
H A Dtegra_host1x.c106 hwreset_t reset; member in struct:host1x_softc
485 rv = hwreset_get_by_ofw_name(sc->dev, 0, "host1x", &sc->reset);
487 device_printf(dev, "Cannot get fuse reset\n");
501 rv = hwreset_deassert(sc->reset);
503 device_printf(sc->dev, "Cannot clear reset\n");
607 if (sc->reset != NULL)
608 hwreset_release(sc->reset);
/freebsd-11-stable/sys/dev/esp/
H A Dncr53c9x.c469 * This is the generic ncr53c9x reset function. It does not reset the SCSI
473 * After reset, registers are loaded with the defaults from the attach
829 * The docs say the target register is never reset, and I
1673 goto reset;
1728 reset:
2083 goto reset;
2095 goto reset;
2104 reset:
2121 /* Done, reset messag
[all...]
/freebsd-11-stable/usr.sbin/i2c/
H A Di2c.c60 int reset; member in struct:options
198 fprintf(stderr, "Controller reset failed\n");
639 i2c_opt.reset = 0; /* no bus reset */
694 i2c_opt.reset = 1;
716 } else if (i2c_opt.reset) {
737 if (i2c_opt.reset)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp406 m_source_code.reset(ClangExpressionSourceCode::CreateWrapped(
580 m_materializer_up.reset(new Materializer());
770 m_materializer_up.reset(new Materializer());
899 m_expr_decl_map_up.reset(new ClangExpressionDeclMap(
907 m_result_synthesizer_up.reset(
H A DClangExpressionParser.cpp155 m_os.reset(new llvm::raw_string_ostream(m_output));
156 m_passthrough.reset(
303 m_compiler.reset(new CompilerInstance());
609 m_ast_context.reset(new ClangASTContext(ast_context));
613 m_llvm_context.reset(new LLVMContext());
614 m_code_generator.reset(CreateLLVMCodeGen(
866 m_code_generator.reset();
964 Consumer.reset(new ASTConsumerForwarder(ast_transformer));
966 Consumer.reset(new ASTConsumerForwarder(m_code_generator.get()));
968 Consumer.reset(ne
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp108 CurLexer.reset(TheLexer);
412 CurLexer.reset();
515 CurLexer.reset();
556 CurTokenLexer.reset();
573 CurTokenLexer.reset();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp118 void reset() { function in struct:__anon1942::Section
171 virtual void reset() override;
230 void XCOFFObjectWriter::reset() { function in class:__anon1942::XCOFFObjectWriter
235 Sec->reset();
243 MCObjectWriter::reset();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Demangle/
H A DItaniumDemangle.cpp292 void reset() { function in class:__anon1866::BumpPointerAllocator
302 ~BumpPointerAllocator() { reset(); }
309 void reset() { Alloc.reset(); } function in class:__anon1866::DefaultAllocator
384 Parser->reset(MangledName, MangledName + Len);
/freebsd-11-stable/sys/dev/ed/
H A Dif_ed_cbus.c455 int offset, reset, data; local
460 reset = ED_NOVELL_RESET;
468 reset = 8;
474 reset = 8;
484 reset = 0x0c;
496 reset = 1;
523 reset = 7;
530 reset = 7;
579 if (reset != ED_NOVELL_RESET)
581 io_res[ED_NOVELL_ASIC_OFFSET + reset];
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp196 BufferOwner.reset();
788 AST->HeaderInfo.reset(new HeaderSearch(AST->HSOpts,
856 AST->Consumer.reset(new ASTConsumer);
860 AST->TheSema.reset(new Sema(PP, *AST->Ctx, *AST->Consumer));
1336 Preamble.reset();
1595 AST->TheSema.reset();
1610 TrackerAct.reset(new TopLevelDeclTrackerAction(*AST));
1780 AST.reset(new ASTUnit(false));
1801 AST->WriterData.reset(new ASTWriterData(*AST->ModuleCache));
1860 FileMgr.reset();
[all...]
/freebsd-11-stable/contrib/one-true-awk/
H A Db.c160 f->reset = 0;
491 s = f->reset ? makeinit(f,0) : f->initstat;
513 /* s = f->reset ? makeinit(f,1) : f->initstat; */
514 if (f->reset) {
548 if (f->reset) {
572 /* s = f->reset ? makeinit(f,1) : f->initstat; */
573 if (f->reset) {
605 if (f->reset) {
938 f->reset = 1;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp134 MD[SP->getUnit()].reset(SP->getUnit());
135 MD[SP->getType()].reset(SP->getType());
136 MD[SP->getFile()].reset(SP->getFile());
140 MD[SP].reset(SP);
194 VMap.MD()[ISP].reset(ISP);
197 VMap.MD()[CU].reset(CU);
200 VMap.MD()[Type].reset(Type);
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp127 RemainingInstrNodes.reset(InstrIdx);
141 DepsFor.value().reset(Dep.index());
175 DepsFor.value().reset(Dep.index());
553 Leaf.RemainingPredicates.reset(PredIdx);
554 Leaf.TestablePredicates.reset(PredIdx);
716 Leaf.RemainingEdges.reset(TraversedEdgesForLeaf);
717 Leaf.TraversableEdges.reset(TraversedEdgesForLeaf);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp128 m_persistent_variable_sp->m_live_sp.reset();
402 iter->reset(new EntityPersistentVariable(persistent_variable_sp, delegate));
666 m_original_data.reset();
755 iter->reset(new EntityVariable(variable_sp));
1035 iter->reset(new EntityResultVariable(type, is_program_reference,
1152 iter->reset(new EntitySymbol(symbol_sp));
1271 m_register_contents.reset();
1275 m_register_contents.reset();
1329 iter->reset(new EntityRegister(register_info));
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_server_tls.c462 eap->reset = eap_tls_reset;
489 eap->reset = eap_tls_reset;
516 eap->reset = eap_tls_reset;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMSFBuilder.cpp126 FreeBlocks.reset(NextFpmBlock, NextFpmBlock + 2);
138 FreeBlocks.reset(NextBlock);
175 FreeBlocks.reset(Block);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp364 m_fast_unwind_plan_sp.reset();
671 unwind_plan_sp.reset();
774 unwind_plan_sp.reset();
785 unwind_plan_sp.reset();
795 unwind_plan_sp.reset();
807 m_fast_unwind_plan_sp.reset();
1638 m_fallback_unwind_plan_sp.reset();
1664 m_fallback_unwind_plan_sp.reset();
1676 m_fallback_unwind_plan_sp.reset();
1688 m_fallback_unwind_plan_sp.reset();
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h73 void reset();
88 void reset();
401 void reset();
/freebsd-11-stable/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp244 connection_up.reset(new ConnectionFileDescriptor);
294 connection_up.reset(new ConnectionFileDescriptor);
347 connection_up.reset(conn);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp167 VMContext.reset(new llvm::LLVMContext());
168 M.reset(new llvm::Module(MainFileName, *VMContext));
170 Builder.reset(new CodeGen::CodeGenModule(
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp47 void reset() override;
73 ContinuationIndex.reset();
113 void NativeEnumEnumEnumerators::reset() { Index = 0; } function in class:NativeEnumEnumEnumerators

Completed in 209 milliseconds

<<11121314151617181920>>