/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | callouts.hpp | 26 class Callouts class 29 ~Callouts() = default; 30 Callouts(const Callouts&) = delete; 31 Callouts& operator=(const Callouts&) = delete; 32 Callouts(Callouts&&) = delete; 33 Callouts& operator=(Callouts&&) = delete; 40 Callouts() : in Callouts() function in openpower::pels::src::Callouts 52 explicit Callouts(Stream& pel);
|
H A D | callouts.cpp | 29 Callouts::Callouts(Stream& pel) in Callouts() function in openpower::pels::src::Callouts 43 void Callouts::flatten(Stream& pel) const in flatten() 53 void Callouts::addCallout(std::unique_ptr<Callout> callout) in addCallout()
|
H A D | src.hpp | 200 const std::unique_ptr<src::Callouts>& callouts() const in callouts() 535 _callouts = std::make_unique<src::Callouts>(); in createCalloutsObject() 646 std::unique_ptr<src::Callouts> _callouts;
|
H A D | README.md | 12 - [Callouts](#callouts) 229 ## Callouts section in OpenPower Platform Event Log (PEL) extension 295 Callouts can be completely defined inside that error's definition in the PEL
|
H A D | src.cpp | 272 _callouts = std::make_unique<src::Callouts>(stream); in unflatten()
|
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | device_callouts_test.cpp | 57 "Callouts":[ 68 "Callouts":[ 79 "Callouts":[ 92 "Callouts":[ 103 "Callouts":[ 124 "Callouts":[ 135 "Callouts":[ 154 "Callouts":[ 165 "Callouts":[ 193 "Callouts":[ [all …]
|
H A D | src_callouts_test.cpp | 46 Callouts callouts{stream}; in TEST() 92 EXPECT_THROW(Callouts callouts{stream}, std::out_of_range); in TEST() 97 Callouts callouts; in TEST() 129 Callouts callouts; in TEST() 211 Callouts callouts; in TEST() 227 Callouts callouts; in TEST() 241 Callouts callouts; in TEST()
|
H A D | registry_test.cpp | 637 "Callouts": in TEST_F() 672 "Callouts": in TEST_F() 758 "Callouts": in TEST_F()
|
H A D | pel_manager_test.cpp | 244 "Callouts": [ in TEST_F() 970 "Callouts": [ in TEST_F() 1152 "Callouts": [{ in TEST_F()
|
H A D | src_test.cpp | 784 "Callouts":[ in TEST_F()
|
H A D | pel_test.cpp | 827 "Callouts":[ in TEST_F()
|
/openbmc/phosphor-mrw-tools/ |
H A D | gen_path_callouts.pl | 352 $segment{Callouts} = \@callouts; 358 $segment{Callouts} = \@empty; 683 $segment->{DestChip}, $segment->{Callouts}, $bus, 695 $segment->{DestChip}, $segment->{Callouts}, 707 $segment->{DestChip}, $segment->{Callouts}, 751 push @{$c{Callouts}}, \%entry; 756 @{$c{Callouts}} = sortCallouts(@{$c{Callouts}});
|
/openbmc/phosphor-logging/extensions/openpower-pels/registry/ |
H A D | README.md | 324 AdditionalData property field. Callouts will be added to the PEL in the order 352 #### Callouts example based on the system type 355 "Callouts": 389 #### Callouts example based on the Systems type 392 "Callouts": 440 #### Callouts example based on an AdditionalData field 450 "Callouts": 465 "Callouts": 485 it was 1, P1-C6 was called out. Note that the same 'Callouts' array is used as 491 'CalloutsWhenNoADMatch' has the same schema as the 'Callouts' section. [all …]
|
/openbmc/openbmc-test-automation/openpower/pel/ |
H A D | test_bmc_pel.robot | 306 # [Callouts]: 317 Valid Value pel_callout_section['Callouts'][0]['FRU Type'] ['Normal Hardware FRU'] 318 Should Contain ${pel_callout_section['Callouts'][0]['Priority']} Mandatory 322 Should Be Equal ${pel_callout_section['Callouts'][0]['Location Code']} 326 Should Match Regexp ${pel_callout_section['Callouts'][0]['CCIN']} [a-zA-Z0-9] 332 Should Be Equal ${pel_callout_section['Callouts'][0]['Serial Number']} 347 # [Callouts]: 363 Should Contain ${pel_callout_section['Callouts'][0]['Priority']} Mandatory 365 Should Match Regexp ${pel_callout_section['Callouts'][0]['Procedure']} [a-zA-Z0-9] 369 Valid Value pel_callout_section['Callouts'][1]['FRU Type'] ['Symbolic FRU'] [all …]
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/Callout/ |
H A D | README.md | 1 # Callouts chapter
|
/openbmc/docs/ |
H A D | features.md | 17 - [Logging][phosphor logging] and [Callouts][logging callouts]
|