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.cpp57 std::vector<uint8_t> cmdInBytes, rsp; in send() local
58 cmdInBytes.resize(command.size()); in send()
61 std::transform(command.begin(), command.end(), cmdInBytes.begin(), in send()
62 [](decltype(cmdInBytes)::value_type x) { return x; }); in send()
64 rsp = send(cmdInBytes); in send()