Home
last modified time | relevance | path

Searched refs:BmcBlobStatTx (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-ipmi-blobs/test/
H A Dipmi_stat_unittest.cpp30 struct BmcBlobStatTx req; in TEST()
34 request.resize(sizeof(struct BmcBlobStatTx)); in TEST()
35 std::memcpy(request.data(), &req, sizeof(struct BmcBlobStatTx)); in TEST()
48 struct BmcBlobStatTx req; in TEST()
52 request.resize(sizeof(struct BmcBlobStatTx)); in TEST()
53 std::memcpy(request.data(), &req, sizeof(struct BmcBlobStatTx)); in TEST()
70 struct BmcBlobStatTx req; in TEST()
74 request.resize(sizeof(struct BmcBlobStatTx)); in TEST()
75 std::memcpy(request.data(), &req, sizeof(struct BmcBlobStatTx)); in TEST()
108 struct BmcBlobStatTx req; in TEST()
[all …]
H A Dipmi_validate_unittest.cpp33 {BlobOEMCommands::bmcBlobStat, sizeof(struct BmcBlobStatTx) + 1, false}, in TEST()
/openbmc/phosphor-ipmi-blobs/
H A Dipmi.cpp40 sizeof(struct BmcBlobStatTx) + kMinStrLen}, in validateRequestLength()
193 std::string path = stringFromBuffer(data.subspan(sizeof(BmcBlobStatTx))); in statBlob()
H A Dipmi.hpp69 struct BmcBlobStatTx struct
H A DREADME.md255 struct BmcBlobStatTx {