Home
last modified time | relevance | path

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

/openbmc/openpower-occ-control/
H A Docc_pass_through.cpp53 std::vector<uint8_t> cmdInBytes, rsp; in send() local
54 cmdInBytes.resize(command.size()); in send()
57 std::transform(command.begin(), command.end(), cmdInBytes.begin(), in send()
58 [](decltype(cmdInBytes)::value_type x) { return x; }); in send()
60 rsp = send(cmdInBytes); in send()