Home
last modified time | relevance | path

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

/openbmc/phosphor-net-ipmid/
H A Dcommand_table.cpp33 std::vector<uint8_t>& commandData, in executeCommand() argument
103 commandData, options); in executeCommand()
123 iterator->second->executeCommand(commandData, handler); in executeCommand()
141 std::vector<uint8_t>& commandData, in executeCommand() argument
158 return functor(commandData, handler); in executeCommand()
H A Dcommand_table.hpp132 std::vector<uint8_t>& commandData,
188 std::vector<uint8_t>& commandData,
269 void executeCommand(uint32_t inCommand, std::vector<uint8_t>& commandData,
/openbmc/dbus-sensors/src/ipmb/
H A DIpmbSensor.cpp172 commandData = {deviceAddress}; in loadDefaults()
182 commandData = {0x57, 0x01, 0x00, 0x16, hostSMbusIndex, in loadDefaults()
197 commandData = {0x57, 0x01, 0x00, 0x16, hostSMbusIndex, in loadDefaults()
220 commandData = {0x57, 0x01, 0x00, 0x86, deviceAddress, in loadDefaults()
228 commandData = {deviceAddress}; in loadDefaults()
242 commandData = {0x57, 0x01, 0x00, 0x16, hostSMbusIndex, in loadDefaults()
261 commandData = {0x9e, deviceAddress}; in loadDefaults()
513 "sendRequest", commandAddress, netfn, lun, command, commandData); in sendIpmbRequest()
H A DIpmbSDRSensor.cpp136 std::vector<uint8_t> commandData = {resrvIDLSB, resrvIDMSB, in getSDRSensorData() local
168 sdr::netfnStorageReq, lun, sdr::cmdStorageGetSdr, commandData); in getSDRSensorData()
H A DIpmbSensor.hpp132 std::vector<uint8_t> commandData; member
/openbmc/sdbusplus/example/
H A Dasio-example.cpp108 std::vector<uint8_t> commandData = {4, 3, 2, 1}; in do_start_async_ipmi_call() local
109 method.append(netFn, lun, cmd, commandData, options); in do_start_async_ipmi_call()