Home
last modified time | relevance | path

Searched refs:MIBs (Results 1 – 18 of 18) sorted by relevance

/freebsd/packages/bsnmp/
H A Dbsnmp.ucl39 Protocol). It is intended to serve only the absolute basic MIBs and
40 implement all other MIBs through loadable modules. In this way the
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h400 std::vector<MIBInfo> MIBs;
410 AllocInfo(std::vector<MIBInfo> MIBs) : MIBs(std::move(MIBs)) {
413 AllocInfo(SmallVector<uint8_t> Versions, std::vector<MIBInfo> MIBs)
414 : Versions(std::move(Versions)), MIBs(std::move(MIBs)) {}
427 for (auto &M : AE.MIBs) {
/freebsd/contrib/ntp/ntpsnmpd/
H A DREADME13 (which should output a lot of data values for the supported built-in MIBs of net-snmp)
/freebsd/contrib/bsnmp/snmp_mibII/
H A DBEGEMOT-IP-MIB.txt56 "The MIB for IP stuff that is not in the official IP MIBs."
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp526 std::vector<MIBInfo> MIBs; in computeFunctionSummary() local
577 MIBs.push_back( in computeFunctionSummary()
580 Allocs.push_back(AllocInfo(std::move(MIBs))); in computeFunctionSummary()
588 assert(Allocs.back().MIBs.size() == ContextSizeInfos.size()); in computeFunctionSummary()
/freebsd/contrib/wpa/wpa_supplicant/doc/docbook/
H A Dwpa_cli.sgml41 security mode, dot11 and dot1x MIBs, etc. In addition, it can
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp2235 if (AN.MIBs.empty()) in IndexCallsiteContextGraph()
2247 AN.ContextSizeInfos.size() == AN.MIBs.size()); in IndexCallsiteContextGraph()
2249 for (auto &MIB : AN.MIBs) { in IndexCallsiteContextGraph()
5078 auto MIBIter = AllocNode.MIBs.begin(); in checkAllocContextIds()
5080 assert(MIBIter != AllocNode.MIBs.end()); in checkAllocContextIds()
/freebsd/share/mk/
H A Dbsd.README497 execute smilint on the MIBs defined by BMIBS.
537 SMIPATH A colon-separated directory path where MIBs definitions
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h443 bool parseMemProfs(std::vector<MIBInfo> &MIBs);
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp8123 std::vector<MIBInfo> MIBs; in parseEntireSummary() local
8133 MIBs.push_back(MIBInfo(AllocType, std::move(StackIdList))); in parseEntireSummary()
8174 PendingAllocs.push_back(AllocInfo(std::move(MIBs))); in parseEntireSummary()
8176 assert(PendingAllocs.back().MIBs.size() == AllContextSizes.size()); in parseEntireSummary()
8185 std::vector<MIBInfo> MIBs; in parseEntireSummary() local
8195 MIBs.push_back(MIBInfo(AllocType, std::move(StackIdList))); in parseEntireSummary()
8202 PendingAllocs.push_back(AllocInfo(std::move(Versions), std::move(MIBs))); in parseEntireSummary()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp556 for (auto &MIB : AI.MIBs) in IndexBitcodeWriter()
4406 for (auto &MIB : AI.MIBs) { in collectMemProfCallStacks()
4472 Record.push_back(AI.MIBs.size()); in writeFunctionHeapProfileRecords()
4475 for (auto &MIB : AI.MIBs) { in writeFunctionHeapProfileRecords()
4489 AI.ContextSizeInfos.size() == AI.MIBs.size()); in writeFunctionHeapProfileRecords()
/freebsd/contrib/tcpdump/
H A Dconfigure.in102 [ --with-smi link with libsmi (allows to load MIBs on the fly to decode SNMP packets.…
H A Dconfigure.ac92 …[link with libsmi (allows to load MIBs on the fly to decode SNMP packets) [default=yes, if availab…
H A DCHANGES1402 - If compiled with libsmi, tcpdump can load MIBs on the fly to decode
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp10792 std::vector<MIBInfo> MIBs; in parseOptionalAllocs() local
10793 if (parseMemProfs(MIBs)) in parseOptionalAllocs()
10796 Allocs.push_back({Versions, MIBs}); in parseOptionalAllocs()
10813 bool LLParser::parseMemProfs(std::vector<MIBInfo> &MIBs) { in parseMemProfs() argument
10852 MIBs.push_back({(AllocationType)AllocType, StackIdIndices}); in parseMemProfs()
/freebsd/contrib/wpa/wpa_supplicant/
H A DREADME689 mode, dot11 and dot1x MIBs, etc. In addition, it can configure some
/freebsd/contrib/wpa/hostapd/
H A DChangeLog1263 * started adding dot11, dot1x, radius MIBs ('hostapd_cli mib',
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp3564 for (auto &MIB : AI.MIBs) { in printFunctionSummary()