Lines Matching defs:command
142 lg2::error("Error setting init command for device: '{NAME}'", "NAME",
170 command = ipmi::sensor::getSensorReading;
178 command = ipmi::me_bridge::sendRawPmbus;
194 command = ipmi::me_bridge::sendRawPmbus;
218 command = ipmi::me_bridge::sendRawPmbus;
226 command = ipmi::sensor::getSensorReading;
238 command = ipmi::me_bridge::sendRawPmbus;
259 command = 0x31;
295 bool IpmbSensor::processReading(ReadingFormat readingFormat, uint8_t command,
303 if (command == ipmi::sensor::getSensorReading &&
449 if (!processReading(readingFormat, command, data, value, errCount))
511 "sendRequest", commandAddress, netfn, lun, command, commandData);