/openbmc/libpldm/include/libpldm/ |
H A D | base.h | 283 ver32_t version; //!< version for the specified PLDM Type 440 int encode_get_commands_req(uint8_t instance_id, uint8_t type, ver32_t version, 499 uint8_t *transfer_flag, ver32_t *version); 549 uint8_t *type, ver32_t *version); 583 uint8_t transfer_flag, const ver32_t *version_data,
|
H A D | utils.h | 51 ssize_t ver2str(const ver32_t *version, char *buffer, size_t buffer_size);
|
H A D | pldm_types.h | 30 } __attribute__((packed)) ver32_t; typedef
|
/openbmc/pldm/libpldmresponder/ |
H A D | base.cpp | 56 static const std::map<Type, ver32_t> versions{ 95 ver32_t version{}; in getPLDMCommands() 151 ver32_t version{}; in getPLDMVersion()
|
/openbmc/pldm/platform-mc/ |
H A D | terminus_manager.hpp | 240 ver32_t* version); 253 ver32_t version,
|
H A D | terminus.hpp | 121 const ver32_t version) in setSupportedTypeVersions() 310 std::map<uint8_t, ver32_t> supportedTypeVersions;
|
H A D | terminus_manager.cpp | 378 ver32_t version{0xFF, 0xFF, 0xFF, 0xFF}; in initMctpTerminus() 574 pldm_tid_t tid, uint8_t type, ver32_t version, bitfield8_t* supportedCmds) in getPLDMCommands() 685 ver32_t* version) in getPLDMVersion()
|
/openbmc/libpldm/src/ |
H A D | control.c | 117 1 + 4 + 1 + v->versions_count * sizeof(ver32_t); in pldm_control_get_version() 126 v->versions_count * sizeof(ver32_t), resp); in pldm_control_get_version() 183 ver32_t version; in pldm_control_get_commands()
|
H A D | utils.c | 123 ssize_t ver2str(const ver32_t *version, char *buffer, size_t buffer_size) in ver2str()
|
/openbmc/libpldm/src/dsp/ |
H A D | base.c | 143 int encode_get_commands_req(uint8_t instance_id, uint8_t type, ver32_t version, in encode_get_commands_req() 202 uint8_t *type, ver32_t *version) in decode_get_commands_req() 334 uint8_t transfer_flag, const ver32_t *version_data, in encode_get_version_resp() 385 uint8_t *transfer_flag, ver32_t *version) in decode_get_version_resp() 406 memcpy(version, (uint8_t *)response->version_data, sizeof(ver32_t)); in decode_get_version_resp()
|
/openbmc/libpldm/tests/dsp/ |
H A D | base.cpp | 202 ver32_t version{0xff, 0xff, 0xff, 0xff}; in TEST() 218 ver32_t version{0xff, 0xff, 0xff, 0xff}; in TEST() 220 ver32_t versionOut{0xff, 0xff, 0xff, 0xff}; in TEST() 415 ver32_t version = {0xff, 0xff, 0xff, 0xff}; in TEST() 418 &version, sizeof(ver32_t), response); in TEST() 470 ver32_t version = {0xff, 0xff, 0xff, 0xff}; in TEST() 471 ver32_t versionOut; in TEST()
|
/openbmc/libpldm/tests/ |
H A D | utils.cpp | 25 ver32_t version{0x61, 0x10, 0xf7, 0xf3}; in TEST()
|
/openbmc/pldm/pldmtool/ |
H A D | pldm_base_cmd.cpp | 213 ver32_t version; in parseResponseMsg() 306 ver32_t version{0xFF, 0xFF, 0xFF, 0xFF}; in createRequestMsg()
|
/openbmc/pldm/libpldmresponder/test/ |
H A D | libpldmresponder_base_test.cpp | 83 ver32_t version = {0x00, 0xF0, 0xF0, 0xF1}; in TEST_F()
|
/openbmc/libpldm/abi/x86_64/ |
H A D | gcc.dump | 10023 'Name' => 'ver32_t', 10029 'Name' => 'ver32_t const', 10191 'Name' => 'ver32_t*', 10197 'Name' => 'ver32_t const*',
|