Searched refs:BmcBlobStatTx (Results 1 – 5 of 5) sorted by relevance
/openbmc/phosphor-ipmi-blobs/test/ |
H A D | ipmi_stat_unittest.cpp | 30 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 D | ipmi_validate_unittest.cpp | 33 {BlobOEMCommands::bmcBlobStat, sizeof(struct BmcBlobStatTx) + 1, false}, in TEST()
|
/openbmc/phosphor-ipmi-blobs/ |
H A D | ipmi.cpp | 40 sizeof(struct BmcBlobStatTx) + kMinStrLen}, in validateRequestLength() 193 std::string path = stringFromBuffer(data.subspan(sizeof(BmcBlobStatTx))); in statBlob()
|
H A D | ipmi.hpp | 69 struct BmcBlobStatTx struct
|
H A D | README.md | 255 struct BmcBlobStatTx {
|