Home
last modified time | relevance | path

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

/openbmc/ipmbbridge/
H A Dipmbbridged.cpp854 uint8_t lun, uint8_t cmd, std::vector<uint8_t> dataReceived) { in __anon377db2e00702() argument
880 cmd, dataReceived); in __anon377db2e00702()
947 std::vector<uint8_t> dataReceived; in addSendBroadcastHandler() local
948 message.read(reqChannel, netFn, lun, cmd, dataReceived); in addSendBroadcastHandler()
967 cmd, dataReceived); in addSendBroadcastHandler()
/openbmc/intel-ipmi-oem/src/
H A Dbridgingcommands.cpp318 std::vector<uint8_t> dataReceived{}; in handleIpmbChannel() local
322 std::tie(status, netFn, lun, cmd, cc, dataReceived) = ipmbResponse; in handleIpmbChannel()
326 ipmbRequest.seq, lun, cmd, cc, dataReceived); in handleIpmbChannel()
H A Doemcommands.cpp871 std::vector<uint8_t> dataReceived{}; in ipmiOEMSlotIpmb() local
875 std::tie(status, resNetFn, resLun, resCmd, cc, dataReceived) = res; in ipmiOEMSlotIpmb()
883 return ipmi::responseSuccess(cc, dataReceived); in ipmiOEMSlotIpmb()