Home
last modified time | relevance | path

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

/openbmc/slpd-lite/
H A Dslp_message_handler.cpp36 buff[slp::header::OFFSET_FUNCTION] = req.header.functionID + 1; in prepareHeader()
369 << std::bitset<8>(msg.header.functionID) << "\n"; in processRequest()
371 switch (msg.header.functionID) in processRequest()
388 if (req.header.functionID != 0) in processError()
391 << std::bitset<8>(req.header.functionID) << std::endl; in processError()
418 buff[slp::header::OFFSET_FUNCTION] = req.header.functionID + 1; in processError()
H A Dslp_parser.cpp47 slp::header::SIZE_VERSION, &req.header.functionID); in parseHeader()
86 if (req.header.functionID < in parseHeader()
88 req.header.functionID > in parseHeader()
91 std::cerr << "Invalid function ID: " << req.header.functionID in parseHeader()
379 switch (req.header.functionID) in parseBuffer()
H A Dslp.hpp100 uint8_t functionID = 0; member
/openbmc/openpower-occ-control/
H A Docc_manager.cpp1196 auto functionID = getPowerLabelFunctionID(labelValue); in readPowerSensors() local
1197 if (functionID == std::nullopt) in readPowerSensors()
1208 auto iter = powerSensorName.find(*functionID); in readPowerSensors()