Home
last modified time | relevance | path

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

/openbmc/slpd-lite/
H A Dslp_parser.cpp39 slp::header::SIZE_VERSION, &req.header.functionID); in parseHeader()
67 if (req.header.functionID < in parseHeader()
69 req.header.functionID > static_cast<uint8_t>(slp::FunctionType::SAADV)) in parseHeader()
244 switch (req.header.functionID) in parseBuffer()
H A Dslp_message_handler.cpp35 buff[slp::header::OFFSET_FUNCTION] = req.header.functionID + 1; in prepareHeader()
341 std::cout << "SLP Processing Request=" << msg.header.functionID << "\n"; in processRequest()
343 switch (msg.header.functionID) in processRequest()
H A Dslp.hpp100 uint8_t functionID = 0; member
/openbmc/openpower-occ-control/
H A Docc_manager.cpp1108 auto functionID = getPowerLabelFunctionID(labelValue); in readPowerSensors() local
1109 if (functionID == std::nullopt) in readPowerSensors()
1120 auto iter = powerSensorName.find(*functionID); in readPowerSensors()