Home
last modified time | relevance | path

Searched refs:ipmbToi2cConstruct (Results 1 – 3 of 3) sorted by relevance

/openbmc/ipmbbridge/
H A Dipmbbridged.hpp185 std::shared_ptr<std::vector<uint8_t>> ipmbToi2cConstruct();
225 int ipmbToi2cConstruct(std::vector<uint8_t>& buffer);
/openbmc/intel-ipmi-oem/include/
H A Dbridgingcommands.hpp175 void ipmbToi2cConstruct(uint8_t* buffer, size_t* bufferLength);
/openbmc/intel-ipmi-oem/src/
H A Dbridgingcommands.cpp165 void IpmbResponse::ipmbToi2cConstruct(uint8_t* buffer, size_t* bufferLength) in ipmbToi2cConstruct() function in IpmbResponse
350 respReceived.ipmbToi2cConstruct(rspData.data(), &dataLength); in handleIpmbChannel()
509 respQueueItem.ipmbToi2cConstruct(res.data(), &dataLength); in ipmiAppGetMessage()