| /freebsd/packages/bsnmp/ |
| H A D | bsnmp.ucl | 39 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 D | ModuleSummaryIndex.h | 400 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 D | README | 13 (which should output a lot of data values for the supported built-in MIBs of net-snmp)
|
| /freebsd/contrib/bsnmp/snmp_mibII/ |
| H A D | BEGEMOT-IP-MIB.txt | 56 "The MIB for IP stuff that is not in the official IP MIBs."
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ModuleSummaryAnalysis.cpp | 526 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 D | wpa_cli.sgml | 41 security mode, dot11 and dot1x MIBs, etc. In addition, it can
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | MemProfContextDisambiguation.cpp | 2235 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 D | bsd.README | 497 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 D | LLParser.h | 443 bool parseMemProfs(std::vector<MIBInfo> &MIBs);
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 8123 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 D | BitcodeWriter.cpp | 556 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 D | configure.in | 102 [ --with-smi link with libsmi (allows to load MIBs on the fly to decode SNMP packets.…
|
| H A D | configure.ac | 92 …[link with libsmi (allows to load MIBs on the fly to decode SNMP packets) [default=yes, if availab…
|
| H A D | CHANGES | 1402 - If compiled with libsmi, tcpdump can load MIBs on the fly to decode
|
| /freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 10792 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 D | README | 689 mode, dot11 and dot1x MIBs, etc. In addition, it can configure some
|
| /freebsd/contrib/wpa/hostapd/ |
| H A D | ChangeLog | 1263 * started adding dot11, dot1x, radius MIBs ('hostapd_cli mib',
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 3564 for (auto &MIB : AI.MIBs) { in printFunctionSummary()
|