Home
last modified time | relevance | path

Searched defs:BlobMeta (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-ipmi-blobs/blobs-ipmid/
H A Dblobs.hpp43 struct BlobMeta struct
45 uint16_t blobState;
46 uint32_t size;
47 std::vector<uint8_t> metadata;
49 bool operator==(const BlobMeta& rhs) const in operator ==()
/openbmc/phosphor-ipmi-flash/cleanup/
H A Dcleanup.hpp56 bool stat(const std::string&, blobs::BlobMeta*) override in stat()
72 bool stat(uint16_t, blobs::BlobMeta*) override in stat()
/openbmc/phosphor-ipmi-flash/bmc/log-handler/
H A Dlog_handler.cpp129 bool LogBlobHandler::stat(const std::string&, blobs::BlobMeta*) in stat()
/openbmc/phosphor-ipmi-flash/bmc/version-handler/
H A Dversion_handler.cpp90 bool VersionBlobHandler::stat(const std::string&, blobs::BlobMeta*) in stat()
/openbmc/google-misc/subprojects/metrics-ipmi-blobs/
H A Dhandler.cpp50 bool MetricBlobHandler::stat(const std::string&, BlobMeta*) in stat() argument
/openbmc/phosphor-ipmi-blobs/example/
H A Dexample.cpp45 bool ExampleBlobHandler::stat(const std::string&, BlobMeta*) in stat() argument