/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | src_callout_test.cpp | 46 Callout callout{stream}; in TEST() local 86 Callout callout{stream}; in TEST() local 123 Callout callout{stream}; in TEST() local 158 Callout callout{stream}; in TEST() local 169 Callout callout{CalloutPriority::high, "U99-42.5-P1-C2-E1", "1234567", in TEST() local 193 Callout callout{CalloutPriority::high, "123", "1234567", "ABCD", in TEST() local 204 Callout callout{CalloutPriority::high, "1234", "1234567", "ABCD", in TEST() local 216 Callout callout{CalloutPriority::high, locCode, "1234567", "ABCD", in TEST() local 231 Callout callout{CalloutPriority::high, locCode, "1234567", "ABCD", in TEST() local 245 Callout callout{CalloutPriority::low, locCode, "1234567", "ABCD", in TEST() local [all …]
|
H A D | src_callouts_test.cpp | 32 auto callout = srcDataFactory(TestSRCType::calloutStructureA); in TEST() local 75 auto callout = srcDataFactory(TestSRCType::calloutStructureA); in TEST() local 105 auto callout = std::make_unique<Callout>( in TEST() local 120 auto callout = std::make_unique<Callout>(CalloutPriority::high, "U1-P1", in TEST() local
|
H A D | src_test.cpp | 353 auto& callout = src.callouts()->callouts().front(); in TEST_F() local 446 auto& callout = src.callouts()->callouts().front(); in TEST_F() local 1326 auto& callout = src.callouts()->callouts().front(); in TEST_F() local
|
H A D | pel_utils.cpp | 369 auto callout = srcDataFactory(TestSRCType::calloutStructureA); in srcDataFactory() local
|
H A D | service_indicators_test.cpp | 73 auto callout = std::make_unique<src::Callout>( in TEST() local
|
/openbmc/ibm-logging/test/ |
H A D | test_callout.cpp | 60 auto callout = std::make_unique<Callout>(bus, objectPath, calloutPath, in TEST_F() local 69 auto callout = std::make_unique<Callout>(bus, objectPath, id, ts); in TEST_F() local 89 auto callout = std::make_unique<Callout>(bus, objectPath, id, ts + 1); in TEST_F() local
|
/openbmc/phosphor-dbus-monitor/src/ |
H A D | resolve_errors.hpp | 36 explicit ResolveCallout(const std::string& callout) : callout(callout) {} in ResolveCallout() 57 std::string callout; member in phosphor::dbus::monitoring::ResolveCallout
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | callouts.cpp | 47 for (auto& callout : _callouts) in flatten() local 53 void Callouts::addCallout(std::unique_ptr<Callout> callout) in addCallout()
|
H A D | src.cpp | 617 const auto& callout = _callouts->callouts(); in getCallouts() local 880 std::unique_ptr<src::Callout> callout; in addInventoryCallout() local 983 for (const auto& callout : callouts) in addRegistryCallouts() local 1007 std::unique_ptr<src::Callout> callout; in addRegistryCallout() local 1164 for (const auto& callout : callouts) in addDevicePathCallouts() local 1251 for (const auto& callout : jsonCallouts) in addJSONCallouts() local 1271 std::unique_ptr<src::Callout> callout; in addJSONCallout() local
|
H A D | registry.cpp | 472 RegistryCallout callout; in makeRegistryCallout() local 563 for (const auto& callout : calloutLists) in getCalloutsWithoutAD() local
|
H A D | service_indicators.cpp | 116 for (const auto& callout : callouts) in getLocationCodes() local
|
/openbmc/openpower-host-ipmi-oem/ |
H A D | elog-errors.hpp | 13 namespace sdbusplus::error::org::open_power::common::callout namespace 29 namespace sdbusplus::error::xyz::openbmc_project::common::callout namespace 33 namespace sdbusplus::error::xyz::openbmc_project::common::callout namespace 37 namespace sdbusplus::error::xyz::openbmc_project::common::callout namespace 41 namespace sdbusplus::error::xyz::openbmc_project::common::callout namespace 45 namespace sdbusplus::error::xyz::openbmc_project::common::callout namespace 98 namespace org::open_power::common::callout namespace 145 namespace xyz::openbmc_project::common::callout namespace 208 namespace xyz::openbmc_project::common::callout namespace 260 namespace xyz::openbmc_project::common::callout namespace [all …]
|
/openbmc/phosphor-power/power-sequencer/ |
H A D | ucd90160.cpp | 405 PartCallout callout{type, part}; in doGPIOAnalysis() local 442 void UCD90160::gpuPGOODError(const std::string& callout) in gpuPGOODError() 464 void UCD90160::gpuOverTempError(const std::string& callout) in gpuOverTempError() 486 void UCD90160::memGoodError(const std::string& callout) in memGoodError()
|
H A D | ucd90160.hpp | 248 inline void setPartCallout(const PartCallout& callout) in setPartCallout()
|
/openbmc/witherspoon-pfault-analysis/power-sequencer/ |
H A D | ucd90160.cpp | 405 PartCallout callout{type, part}; in doGPIOAnalysis() local 442 void UCD90160::gpuPGOODError(const std::string& callout) in gpuPGOODError() 464 void UCD90160::gpuOverTempError(const std::string& callout) in gpuOverTempError() 486 void UCD90160::memGoodError(const std::string& callout) in memGoodError()
|
H A D | ucd90160.hpp | 248 inline void setPartCallout(const PartCallout& callout) in setPartCallout()
|
/openbmc/openpower-hw-diags/analyzer/ |
H A D | service_data.cpp | 106 nlohmann::json callout; in calloutProcedure() local 212 nlohmann::json callout; in addTargetCallout() local 243 nlohmann::json callout; in addBackplaneCallout() local
|
/openbmc/openpower-occ-control/ |
H A D | occ_errors.hpp | 79 Descriptor(const char * path,int err=0,const char * callout=nullptr) Descriptor() argument 85 const char* callout; global() member in open_power::occ::Error::Descriptor
|
/openbmc/ibm-logging/ |
H A D | callout.cpp | 47 void save(Archive& archive, const Callout& callout, const std::uint32_t version) in save() 62 void load(Archive& archive, Callout& callout, const std::uint32_t version) in load()
|
H A D | manager.cpp | 212 auto callout = std::get<endpointPos>(association); in createCalloutObjects() local 286 auto callout = std::make_shared<Callout>(bus, path, id, in restoreCalloutObjects() local
|
H A D | policy_find.cpp | 191 auto callout = getAdditionalDataItem(*data, "CALLOUT_INVENTORY_PATH"); in getSearchModifierFirstTry() local
|
/openbmc/phosphor-logging/ |
H A D | elog_meta.cpp | 30 auto callout = std::lower_bound(callouts.begin(), callouts.end(), in build() local
|
H A D | elog_meta.hpp | 65 auto callout = std::lower_bound(callouts.begin(), callouts.end(), in build() local
|
/openbmc/witherspoon-pfault-analysis/ |
H A D | elog-errors.hpp | 69 namespace sdbusplus::error::xyz::openbmc_project::common::callout namespace 73 namespace sdbusplus::error::xyz::openbmc_project::common::callout namespace 77 namespace sdbusplus::error::xyz::openbmc_project::common::callout namespace 81 namespace sdbusplus::error::xyz::openbmc_project::common::callout namespace 85 namespace sdbusplus::error::xyz::openbmc_project::common::callout namespace 359 namespace xyz::openbmc_project::common::callout namespace 422 namespace xyz::openbmc_project::common::callout namespace 474 namespace xyz::openbmc_project::common::callout namespace 541 namespace xyz::openbmc_project::common::callout namespace 590 namespace xyz::openbmc_project::common::callout namespace
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | gct.h | 37 void (*callout)(gct6_node *); member
|