Searched refs:GetPDR (Results 1 – 6 of 6) sorted by relevance
/openbmc/openbmc-test-automation/pldm/ |
H A D | test_pldm_platform.robot | 18 Verify GetPDR 19 [Documentation] Verify GetPDR (Platform Descpritor Record) response message. 26 ${next_record_handle}= Run Keyword Verify GetPDR For Record Handle ${record_handle} 45 Verify GetPDR For Record Handle 46 [Documentation] Verify GetPDR (Platform Descpritor Record) for given input
|
/openbmc/pldm/pldmtool/ |
H A D | pldm_platform_cmd.cpp | 77 class GetPDR : public CommandInterface class 80 ~GetPDR() = default; 81 GetPDR() = delete; 82 GetPDR(const GetPDR&) = delete; 83 GetPDR(GetPDR&&) = default; 84 GetPDR& operator=(const GetPDR&) = delete; 85 GetPDR& operator=(GetPDR&&) = delete; 89 explicit GetPDR(const char* type, const char* name, CLI::App* app) : in GetPDR() function in pldmtool::platform::GetPDR 2230 commands.push_back(std::make_unique<GetPDR>("platform", "getPDR", getPDR)); in registerCommand() 2270 auto getPDR = dynamic_cast<GetPDR*>(command.get()); in parseGetPDROption()
|
/openbmc/openbmc-tools/pldm/ |
H A D | pdrdump.sh | 9 pldmtool platform GetPDR -d $i >> $pdrdump_file
|
/openbmc/pldm/tools/visualize-pdr/ |
H A D | README.md | 3 The `pldmtool` for `GetPDR` command lacks to display all PDRs at once. It
|
/openbmc/libpldm/tests/dsp/ |
H A D | platform.cpp | 206 TEST(GetPDR, testGoodEncodeResponse) in TEST() argument 250 TEST(GetPDR, testBadEncodeResponse) in TEST() argument 266 TEST(GetPDR, testGoodDecodeRequest) in TEST() argument 306 TEST(GetPDR, testBadDecodeRequest) in TEST() argument 318 TEST(GetPDR, testGoodEncodeRequest) in TEST() argument 344 TEST(GetPDR, testBadEncodeRequest) in TEST() argument 367 TEST(GetPDR, testGoodDecodeResponse) in TEST() argument 416 TEST(GetPDR, testBadDecodeResponse) in TEST() argument 463 TEST(GetPDR, testGoodDecodeResponseSafe) in TEST() argument 509 TEST(GetPDR, testBadDecodeResponseSafeTrivial) in TEST() argument
|
/openbmc/docs/designs/ |
H A D | pldm-stack.md | 488 Sensor PDRs by PDR Repository commands (`GetPDRRepositoryInfo`, `GetPDR`) for
|