Home
last modified time | relevance | path

Searched refs:compVerStrInfo (Results 1 – 2 of 2) sorted by relevance

/openbmc/pldm/fw-update/
H A Ddevice_updater.cpp164 variable_field compVerStrInfo{}; in sendPassCompTableRequest() local
166 compVerStrInfo.length = static_cast<uint8_t>(compVersion.size()); in sendPassCompTableRequest()
170 compVerStrInfo.length); in sendPassCompTableRequest()
175 compVerStrInfo.length, &compVerStrInfo, requestMsg, in sendPassCompTableRequest()
176 sizeof(pldm_pass_component_table_req) + compVerStrInfo.length); in sendPassCompTableRequest()
292 variable_field compVerStrInfo{}; in sendUpdateComponentRequest() local
294 compVerStrInfo.length = static_cast<uint8_t>(compVersion.size()); in sendUpdateComponentRequest()
298 compVerStrInfo.length); in sendUpdateComponentRequest()
306 updateOptionFlags, PLDM_STR_TYPE_ASCII, compVerStrInfo.length, in sendUpdateComponentRequest()
307 &compVerStrInfo, requestMsg, in sendUpdateComponentRequest()
[all …]
/openbmc/libpldm/tests/dsp/
H A Dfirmware_update.cpp2315 variable_field compVerStrInfo{}; in TEST() local
2317 compVerStrInfo.length = compVerStrLen; in TEST()
2347 variable_field compVerStrInfo{}; in TEST() local
2349 compVerStrInfo.length = compVerStrLen; in TEST()
2363 compVerStrInfo.ptr = nullptr; in TEST()
2389 &compVerStrInfo, requestMsg, in TEST()
2546 variable_field compVerStrInfo{}; in TEST() local
2548 compVerStrInfo.length = compVerStrLen; in TEST()
2581 variable_field compVerStrInfo{}; in TEST() local
2583 compVerStrInfo.length = compVerStrLen; in TEST()
[all …]