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.cpp2322 variable_field compVerStrInfo{}; in TEST() local
2324 compVerStrInfo.length = compVerStrLen; in TEST()
2354 variable_field compVerStrInfo{}; in TEST() local
2356 compVerStrInfo.length = compVerStrLen; in TEST()
2370 compVerStrInfo.ptr = nullptr; in TEST()
2396 &compVerStrInfo, requestMsg, in TEST()
2553 variable_field compVerStrInfo{}; in TEST() local
2555 compVerStrInfo.length = compVerStrLen; in TEST()
2588 variable_field compVerStrInfo{}; in TEST() local
2590 compVerStrInfo.length = compVerStrLen; in TEST()
[all …]