Searched refs:reset (Results 626 - 650 of 655) sorted by relevance

<<21222324252627

/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Expression/
H A DClangASTSource.cpp521 context.m_namespace_map.reset(new ClangASTImporter::NamespaceMap);
H A DIRForTarget.cpp2591 m_target_data.reset(new DataLayout(m_module));
/freebsd-10.3-release/contrib/tnftp/src/
H A Dftp.c1964 reset(int argc, char *argv[]) function
/freebsd-10.3-release/sys/dev/mpt/
H A Dmpt_raid.c94 .reset = mpt_raid_ioc_reset,
H A Dmpt_cam.c178 .reset = mpt_cam_ioc_reset,
589 "effect until next reboot or IOC reset\n");
1076 "failed to reset SPI Port Page 1 Config value\n");
2244 /* Wait for bus reset to be processed by the IOC. */
2318 /* We generated a bus reset */
2325 /* Someone else generated a bus reset */
2408 "%02x reset itself\n",
3019 * to a controller reset.
3038 * Inform the XPT that a bus reset has occurred.
3166 * The IOC has been reset
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1683 // reset the mapping from active to location context.
2880 G.reset(OriginalGraph->trim(Nodes, &ForwardMap, &InverseMap));
2945 GraphWrapper.Graph.reset(GNew);
/freebsd-10.3-release/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3182 StreamFile.reset(new BitstreamReader(BufPtr, BufEnd));
3192 StreamFile.reset(new BitstreamReader(Bytes));
/freebsd-10.3-release/sys/ofed/drivers/net/mlx4/
H A Den_netdev.c1541 goto reset;
1545 reset:
1790 /* NIC is probably restarting - let watchdog task reset
H A Dmain.c1859 mlx4_warn(dev, "Sending reset\n");
2287 mlx4_dbg(dev, "%s: reset counter %d failed\n",
2319 mlx4_dbg(dev, "%s: reset counter %d failed\n",
2489 mlx4_dbg(dev, "%s: reset counter %d failed\n",
2517 mlx4_dbg(dev, "%s: reset counter %d failed\n",
2639 int reset)
2665 if_stat_in_mod = (vport->index & 0xff) | ((reset & 1) << 31);
3285 /* We reset the device and enable SRIOV only for physical
3319 * Now reset the HCA before we touch the PCI capabilities or
3325 mlx4_err(dev, "Failed to reset HC
2637 mlx4_get_vport_ethtool_stats(struct mlx4_dev *dev, int port, struct mlx4_en_vport_stats *vport_stats, int reset) argument
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Driver/
H A DDriver.cpp1248 Current.reset(ConstructPhaseAction(Args, Phase, Current.take()));
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp2892 GlobalIndex.reset(Result.first);
2931 GlobalIndex.reset();
3385 Buffer.reset(FileMgr.getBufferForFile(ASTFileName, &ErrStr));
3474 Buffer.reset(FileMgr.getBufferForFile(Filename, &ErrStr));
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp683 blockInfo.reset(findAndRemoveBlockInfo(&FirstBlockInfo,
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1000 OutStreamer.reset();
/freebsd-10.3-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp405 BL.reset(SpecialCaseList::createOrDie(BlacklistFile));
/freebsd-10.3-release/contrib/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp1850 TopoSigs.reset();
/freebsd-10.3-release/sys/dev/ixgbe/
H A Dixgbe_phy.c324 phy->ops.reset = ixgbe_reset_phy_generic;
536 * ixgbe_reset_phy_generic - Performs a PHY reset
553 /* Don't reset PHY if it's shut down due to overtemp. */
563 * Perform soft PHY reset to the PHY_XS.
564 * This will cause a soft reset to the PHY
571 * Poll for reset bit to self-clear indicating reset is complete.
573 * 1.7 usec delay after the reset is complete.
588 "PHY reset polling failed to complete.\n");
904 /* Blocked by MNG FW so don't reset PH
[all...]
H A Dixgbe_type.h571 #define IXGBE_WUFC_FW_RST_WK 0x80000000 /* Ena wake on FW reset assertion */
2242 /* EEPROM reset Write Enable latch */
3752 s32 (*reset)(struct ixgbe_hw *); member in struct:ixgbe_phy_operations
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp798 ExternalSource.reset(Source.take());
915 ABI.reset(createCXXABI(Target));
8213 AllParents.reset(
H A DExpr.cpp488 MC.reset(Context.createMangleContext());
/freebsd-10.3-release/contrib/binutils/gas/config/
H A Dtc-mips.c12868 int reset = 0;
12874 reset = 1;
12930 if (reset)
12857 int reset = 0; local
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1083 // Bottom-up: reset the insert pos at the top, after any local-value
1946 // If their node ID got reset to -1 then they've already been selected.
2112 // If we updated the node in place, reset the node ID. To the isel,
2646 MSU.reset(new MatchStateUpdater(*CurDAG, RecordedNodes,
/freebsd-10.3-release/contrib/ofed/management/opensm/include/iba/
H A Dib_types.h9431 } reset;
10522 * Used to reset the qkey violation counter associated with the
10526 * Used to reset the pkey violation counter associated with the
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp2328 CoveredArgs.reset();
7310 TypeTagForDatatypeMagicValues.reset(
/freebsd-10.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp179 RSD.UsedByIndices.reset(LUIdx);
3782 // is reset for each use.
4512 // We're done expanding now, so reset the rewriter.
/freebsd-10.3-release/sys/dev/drm2/i915/
H A Dintel_display.c6377 .reset = intel_crtc_reset,

Completed in 712 milliseconds

<<21222324252627