Searched refs:MIBs (Results 1 – 13 of 13) sorted by relevance
20 -- This file lists all the MIBs that OpenBSD snmpd(8) implements at62 -- OpenBSD-specific MIBs
49 -- OpenBSD sub-MIBs
20 IANAipMRouteProtocol textual conventions for use in MIBs
1209 media-specific MIBs. Media-specific MIBs must define the1699 "This group is optional. Media-specific MIBs which require1709 media-specific MIBs. Media-specific MIBs must define the1779 media-specific MIBs. Media-specific MIBs must define the
388 values and of OIDs to particular media-specific MIBs
2441 specific MIBs, such as RFC 3019.2971 -- about routing tables, see the routing MIBs
353 std::vector<MIBInfo> MIBs;355 AllocInfo(std::vector<MIBInfo> MIBs) : MIBs(std::move(MIBs)) {358 AllocInfo(SmallVector<uint8_t> Versions, std::vector<MIBInfo> MIBs)359 : Versions(std::move(Versions)), MIBs(std::move(MIBs)) {}
444 std::vector<MIBInfo> MIBs; in computeFunctionSummary() local462 MIBs.push_back( in computeFunctionSummary()465 Allocs.push_back(AllocInfo(std::move(MIBs))); in computeFunctionSummary()
412 bool parseMemProfs(std::vector<MIBInfo> &MIBs);
7628 std::vector<MIBInfo> MIBs; in parseEntireSummary() local7640 MIBs.push_back(MIBInfo(AllocType, std::move(StackIdList))); in parseEntireSummary()7642 PendingAllocs.push_back(AllocInfo(std::move(MIBs))); in parseEntireSummary()7648 std::vector<MIBInfo> MIBs; in parseEntireSummary() local7663 MIBs.push_back(MIBInfo(AllocType, std::move(StackIdList))); in parseEntireSummary()7670 AllocInfo(std::move(Versions), std::move(MIBs))); in parseEntireSummary()
9817 std::vector<MIBInfo> MIBs; in parseOptionalAllocs() local9818 if (parseMemProfs(MIBs)) in parseOptionalAllocs()9821 Allocs.push_back({Versions, MIBs}); in parseOptionalAllocs()9838 bool LLParser::parseMemProfs(std::vector<MIBInfo> &MIBs) { in parseMemProfs() argument9874 MIBs.push_back({(AllocationType)AllocType, StackIdIndices}); in parseMemProfs()
462 for (auto &MIB : AI.MIBs) in IndexBitcodeWriter()3964 Record.push_back(AI.MIBs.size()); in writeFunctionHeapProfileRecords()3967 for (auto &MIB : AI.MIBs) { in writeFunctionHeapProfileRecords()
3241 for (auto &MIB : AI.MIBs) { in printFunctionSummary()