Home
last modified time | relevance | path

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

/openbmc/openpower-hw-diags/util/
H A Dpldm.cpp292 std::map<uint16_t, unsigned int> sensorToSbeInstance; in hresetSbe() local
294 if (!fetchSensorInfo(PLDM_OEM_IBM_SBE_HRESET_STATE, sensorToSbeInstance, in hresetSbe()
329 auto sensorEntry = sensorToSbeInstance.find(sensorId); in hresetSbe()
330 if (sensorEntry != sensorToSbeInstance.end()) in hresetSbe()